NiLSPACE

Results 63 comments of NiLSPACE
trafficstars

Isn't the example you provided prone to race conditions?

I believe it was implemented somewhere in January. It's possible you guys saw an old post on the forum where people asked for a network API.

You might want to report that at Cuberite. The network API isn't used allot, so we don't have allot of bug reports for it. Currently I think the only places...

There is also a higher level client you can use: https://api.cuberite.org/cUrlClient.html

If we really need to check entity movement we could try a similar model to Javascript's [MutationObservers](https://developer.mozilla.org/en-US/docs/Web/API/MutationObserver). With that you don't bind an event to a single DOM and get...

It seems I somehow have to turn the recursive function into a [tail call](https://www.lua.org/pil/6.3.html)

I'm not sure if there is a good way to do this without the recursion.

Wait, I can probably do it in a similar way as the FloodyWater script.

Is it reproducable? If so could you use copy it, use `//schematic save ` and send the schematic? Strange that it is only happening with a small piece inside of...

Thank you, I'll take a look at it.