02-27-2014, 02:24 PM
HURRAY once more! Glory to all! Rejoice!
MILESTONE ACHIEVED!!!
So it works for redstone! The green edges are my cursor selection that has a bug in it I'm not bothering to fix. Here's water flowing around the ORE logo:
Apologies that the water doesn't make much sense, it shouldn't be upside down, but I made the schematic without thinking about orientation and ended up flipping it with photoshop (and also enlarging it a bit).
For those interested, he's what's happening in MC's profiler:
Right now it crashes when I think entities are created, but for the majority of its use, tickUpdates works perfectly. I might later also use tick itself (it crashes atm) if I ever want to simulate almost all farms. Not sure what I'll do next now, so many options..
MILESTONE ACHIEVED!!!
So it works for redstone! The green edges are my cursor selection that has a bug in it I'm not bothering to fix. Here's water flowing around the ORE logo:
Apologies that the water doesn't make much sense, it shouldn't be upside down, but I made the schematic without thinking about orientation and ended up flipping it with photoshop (and also enlarging it a bit).
For those interested, he's what's happening in MC's profiler:
Code:
MINECRAFT PROFILER:
cleaning 347415
ticking 28734790
ticking.checkLight 795187
checkLight 93462
Right now it crashes when I think entities are created, but for the majority of its use, tickUpdates works perfectly. I might later also use tick itself (it crashes atm) if I ever want to simulate almost all farms. Not sure what I'll do next now, so many options..