TeamDman
TeamDman
I don't see how this is different from using code comments tho ``` -- Process chemicals EVERY 20 TICKS DO INPUT FROM ItemBuffer_ManganeseCrushedDust OUTPUT TO EACH ChemicalReactor_MSS TOP SIDE FORGET...
perhaps code folding would meet the need until variables and functions are introduced something like ``` EVERY TICK DO ▶ -- move energy EVERY 20 TICKS DO ▶ -- process...
Could just let people use ``` Every 20 ticks do Do -- thing1 Input from chest Output to chest2 Forget End Do -- thing2 Input fluid:: from tank1 Output fluid::...
Nah, more fun to do something new
The example misses demonstration cases using every second and every 10 seconds style timer triggers.
https://www.curseforge.com/minecraft/mc-mods/ftb-library-forge integration perhaps? 
Preview looks cute! A pic of segments that don't touch an inv would be nice too Can't review rn, but I probably want the dynamic cables to be a separate...
Added relative sides (LEFT, RIGHT, FRONT, BACK) but haven't done the EACH revamp.
This still needs game tests. The only blocks that care about directions that this can be easily tested with are mekanism (not present on all SFM-supported MC versions) and the...
Tunnelled manager block doesn't have a facing property. Manually tested for now, works with a mekanism energized smelter. The fix-sides logic works when using relative sides and stuff now. Will...