Started by
Sherisal
on
Topic category: Feature requests and ideas for MCreator
New Type of procedure: Textures and Animated Textures. Allows the player to change the texture maybe of a block when right clicked on it.
Topic category: Feature requests and ideas for MCreator
New Type of procedure: Textures and Animated Textures. Allows the player to change the texture maybe of a block when right clicked on it.
MCreator already has that. Create a a few new blocks, add texture(s), change prperties, then on the Triggers Tab - create a new procedure <On Block Right Clicked> ... in there search for <Replace Block>, then add the new or vanilla block you would like for replacing the previous one. Check/uncheck <keep state> and or <keep NBT/Inventory>. Save and test.
For animated textures go to Resources >> Create New Texture >> Create Animated Texture, then add it to your block(s). Note: in Blockbench If you create a Java block or item (*.json) model, it can use animated textures.