-
Recently Browsing
No registered users viewing this page.
-
Posts
-
By JulesJules · Posted
How do you make sure the same mods are installed on your client? I have the same issue please help. -
So I made an extension off the default minecraft glass block and it doesnt become transparent. Im updating my mod from 1.12.2 to 1.16.5 so I'm not too sure how I can do the transparencys I have. One block I have it where the textures dont connect, and another block I have it like ice Heres the code (1.16) that doesnt make my glass block transparent. I'm tackling the easier issue first; the glass with connecting textures public static final RegistryObject<Block> BERYLGLASS = BLOCKS.register("beryl_glass", () -> new ModGlassBlock(AbstractBlock.Properties.of(Material.LEAVES).strength(0.3F).sound(SoundType.GLASS).noOcclusion().harvestTool(ToolType.PICKAXE).harvestLevel(1))); And the glass block glass public class ModGlassBlock extends GlassBlock{ public ModGlassBlock(AbstractBlock.Properties p_i48392_1_) { super(p_i48392_1_); } } The transparent textures appear solid. If someone could help that'd be great!
-
Hey, that's a really good suggestion, I hope it will be taken into consideration.
-
Hey, do you still have this issue with The vanilla tag system ?
-
But how does this solve my issue? I just need to know why even though it's returning the itemstack nothing is changing in the brewing stand
-
-
Topics
-
Who's Online (See full list)
Recommended Posts