modders i need help i need a code the helps you to put the new block (that you made) in the direction that you face please help i need to make the furniture mod alot better And Thanks Comment down below
Define four blocks with the front texture faction four different ways. Then with the useItem() function and the getYaw(), place the appropriate block.
Rollback Post to RevisionRollBack
Please give me an Internet. Please. Pretty Please with sprinkles on top
I have a twitter!! Follow me for regular updates on my mods! https://twitter.com/DamienMiller11
Define four blocks with the front texture faction four different ways. Then with the useItem() function and the getYaw(), place the appropriate block.
You can also try to use block data to use the same blockid for all of the block variants. This can be done by adding more than six textures into Block.defineBlock(), the first six will be for the first block variant, the second six textures for the second block variant etc, like this
I have a twitter!! Follow me for regular updates on my mods!
https://twitter.com/DamienMiller11
-
View User Profile
-
View Posts
-
Send Message
Curse PremiumYou can also try to use block data to use the same blockid for all of the block variants. This can be done by adding more than six textures into Block.defineBlock(), the first six will be for the first block variant, the second six textures for the second block variant etc, like this