Started by
hawkster97
on
Topic category: Feature requests and ideas for MCreator
I think a great addition to MCreator would be the ability to set redstone power on/off texture separately.
This would essentially give the ability to users to create their own custom redstone lamps. In my case, it allows me to create a traffic signal that requires redstone power.
I currently achieve this with locked code for over 100 blocks in my mod (lights, traffic signals). I add a powered field to my block state, and change the texture based on if that field is true or false.
×