Lucky Block

Lucky Block

1M Downloads

Bedrock edition support??

kristibektashi opened this issue ยท 16 comments

commented

The website mentions support for Bedrock Edition is "coming soon". When will it be ready?

commented

@alexsocha Well it's August now. Any updates?

commented

Yes I'm making progress, but very slowly. I'd estimate that it's 50% done. Here's a screenshot of a lucky pig in bedrock edition:

lucky-pig

commented

Ok thanks I'll be back in September

commented

Well it is September @kristibektashi

commented

Well it is September @kristibektashi

Oh right sorry I forgot

@alexsocha How is Bedrock Edition Support going?

commented

I've added a progress section to my original comment, I'll update that at least once a month

commented

@alexsocha Any progress?

commented

@alexsocha Hello I am back

commented

@alexsocha can we get an update on progress pls

commented

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

commented

@alexsocha Any update?

commented

@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

commented

It's been a month @alexsocha

commented

@alexsocha Well it's July now. How is the Bedrock Edition support coming along?

commented

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

commented

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%