HackerDude
HackerDude
I use this instead of time.sleep: ~~~python def sleep(seconds): start = time.monotonic() while(time.monotonic() < start + seconds): pass ~~~
> How do I change this? I am not a developer, So I do not know what I am doing. If you are still interested in this, there is some...
> I have been playing Crafti seriously on and off for about a month, and I have noticed that it has not been compiled for the new Processor in the...
I can't seem to replicate your issue, how exactly are you powering the lamps?
If you're still interested, my experimental fork of Crafti now has very simple piston support https://github.com/Bluebotlaboratories/crafti
Would it work with the updated latest version of [bedrock-provider](https://github.com/PrismarineJS/bedrock-protocol/pull/209)? (assuming that CI actually worked with it)
Is there any code for a dlp server?
yes, check the latest alpha release: https://github.com/Bluebotlaboratories/crafti/releases/tag/v1.3-CR13PR2 it has all the aforementioned features
any commits since that release are unstable
Are there any updates on this?