Bedrock edition support??
kristibektashi opened this issue ยท 16 comments
The website mentions support for Bedrock Edition is "coming soon". When will it be ready?
@alexsocha Well it's August now. Any updates?
Well it is September @kristibektashi
Well it is September @kristibektashi
Oh right sorry I forgot
@alexsocha How is Bedrock Edition Support going?
I've added a progress section to my original comment, I'll update that at least once a month
@alexsocha Any progress?
@alexsocha Hello I am back
@alexsocha can we get an update on progress pls
Minecraft has removed the JS modding API: https://www.minecraft.net/en-us/creator/article/removing-the-additional-modding-capabilities-feature. I still think the project is possible, but many parts need to be reworked
@alexsocha Any update?
@alexsocha Since today I randomly remembered this mod exists, I am once again asking for your progress in Bedrock Edition support for Lucky Block mod
It's been a month @alexsocha
@alexsocha Well it's July now. How is the Bedrock Edition support coming along?
There were some delays in getting started, but it's being worked on now. We'll see how long it takes, but I wouldn't expect anything soon
Good question! Most of the planning is done - it's also part of the reason why the new (Fabric) version was rewritten in Kotlin and split into separate modules. The implementation is tricky though, since the bedrock scripting API is much more restrictive than Forge/Fabric.
I won't be able to implement everything, but I think I can get pretty close, including support for add-ons (add-on-add-ons?). I'll start development in a month, and, if you really want an estimate, I'll finish 3 months after that.
Progress:
- Get the codebase running in Bedrock: 100%
- Implement API functions (e.g. dropItem, createEntity): 95%
- Pre-generate drops with NBT data: 100%
- Test and tweak all drops: 75%
- Convert
.nbt
structures to.mcstructure
: 90% - Crafting: 20%
- Natural generation: 0%