Skip to content

Commit

Permalink
cahnge visibility
Browse files Browse the repository at this point in the history
  • Loading branch information
YoungOnionMC committed Mar 3, 2025
1 parent 3ca3b89 commit a7e6f3b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -423,7 +423,7 @@ public Component getItemName(ItemStack stack) {
.onRegister(materialInfo(new ItemMaterialInfo(new MaterialStack(GTMaterials.Glass, GTValues.M / 4))))
.register();

private static ItemEntry<ComponentItem> createFluidCell(Material mat, int capacity, int matSize, int stackSize) {
public static ItemEntry<ComponentItem> createFluidCell(Material mat, int capacity, int matSize, int stackSize) {
String name = "%s " + mat.getLocalizedName() + " Cell";
var prop = mat.getProperty(PropertyKey.FLUID_PIPE);
if (prop == null) prop = GTMaterials.Wood.getProperty(PropertyKey.FLUID_PIPE);
Expand Down

0 comments on commit a7e6f3b

Please sign in to comment.