Updates to textures #38

Merged
BlakeRain merged 7 commits from Jah/utamacraft:main into main 2023-12-17 10:09:46 +00:00
Showing only changes of commit f5aeadbc2d - Show all commits

View File

@ -24,7 +24,7 @@ public class ModBlocks {
public static final RegistryObject<Block> ETHEREAL_GLASS =
registerBlock("ethereal_glass", EtherealGlassBlock::new);
public static final RegistryObject<Block> ethereal_glass_tinted =
public static final RegistryObject<Block> ETHEREAL_GLASS_TINTED =
registerBlock("ethereal_glass_tinted", EtherealGlassTintedBlock::new);
public static final RegistryObject<Block> TUNGSTEN_ORE =
registerBlock("tungsten_ore",