Posted August 12, 20169 yr I created a custom button like this: public class CWButton extends BlockButtonWood { private final String name = "Transfer Button"; protected CWButton() { super(); GameRegistry.registerBlock(this, name); this.setUnlocalizedName(name); this.setCreativeTab(CreativeTabs.tabBlock); } } How can i do to make CWButton extend the texture of BlockButtonWood?
August 12, 20169 yr JSON files. VANILLA MINECRAFT CLASSES ARE THE BEST RESOURCES WHEN MODDING I will be posting 1.15.2 modding tutorials on this channel. If you want to be notified of it do the normal YouTube stuff like subscribing, ect. Forge and vanilla BlockState generator.
August 12, 20169 yr Author JSON files. Thanks for your answer! I'm new to modding, I still don't know how to do that in JSON files, Could you expain it in more detail?
August 12, 20169 yr Well I would say the best way to learn on this is to look at examples I would start looking at minecrafts JSON files in the jar under that path assets/minecraft/models/... Just to let you know Blocks need three JSON files a blockstate, block model, item model. Blockstates are under the path assets/minecraft/blockstates VANILLA MINECRAFT CLASSES ARE THE BEST RESOURCES WHEN MODDING I will be posting 1.15.2 modding tutorials on this channel. If you want to be notified of it do the normal YouTube stuff like subscribing, ect. Forge and vanilla BlockState generator.
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.