Aarilight Posted February 6, 2017 Posted February 6, 2017 Panes/bars in vanilla share models & collisions, I'm fairly sure, just changing textures. I want to add in my own variant, a type of iron bars (made of a custom ingot). My current thinking of my options are: 1. Override addCollisionBoxToList and return all the collision boxes depending on the current blockstate. (This will probably be like 200 lines of coordinates and state checking, bleugh) 2. Find some way to copy the functionality from native panes/bars Does anyone know of a way to do this? If I have to do the first option I think I might just skip out on this idea haha Quote
larsgerrits Posted February 6, 2017 Posted February 6, 2017 (edited) You can extend BlockPane to make your block act like a pane or iron bar. Then also copy the blockstate and model files and adapt properly. Edited February 6, 2017 by larsgerrits 1 Quote Don't PM me with questions. They will be ignored! Make a thread on the appropriate board for support. 1.12 -> 1.13 primer by williewillus. 1.7.10 and older versions of Minecraft are no longer supported due to it's age! Update to the latest version for support. http://www.howoldisminecraft1710.today/
Aarilight Posted February 6, 2017 Author Posted February 6, 2017 You just saved my morning, thank you. Quote
Recommended Posts
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.