MikaylaFischler / cc-mek-scada

Configurable ComputerCraft SCADA system for multi-reactor control of Mekanism fission reactors with a GUI, automatic safety features, waste processing control, and more! Please be sure to take a look at the Wiki tab, this project has lots of docs!
https://youtube.com/playlist?list=PLPTRLQjcSlD2s6HsPe3COlfaULQZogWKK
MIT License
284 stars 11 forks source link

Auto Incremented Y Value Breaks Inherited Height #485

Closed MikaylaFischler closed 1 month ago

MikaylaFischler commented 1 month ago

Elements inheriting parents height cause an assertion if their y value isn't specified, since they would auto-increment lines. Either disable that when inheriting height, or reduce height. Probably the former.