Skip to content

Commit

Permalink
* encapsulate material
Browse files Browse the repository at this point in the history
  • Loading branch information
bioastroiner committed Dec 25, 2023
1 parent feb37f5 commit d347954
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -8,14 +8,12 @@

@ZenClass("mods.gregtech.oredict.Material")
public class CTMaterial {
public final OreDictMaterial material_internal;
private final OreDictMaterial material_internal;

public OreDictMaterial getMaterial(){
return material_internal;
}


public CTMaterial(OreDictMaterial aMaterial){
if (aMaterial == null){
MineTweakerAPI.logError("Null Material was provided unable to create a new <material:>");
Expand Down

0 comments on commit d347954

Please sign in to comment.