The-Iceburg / TotemsPlus

Pushing the limits with Totems in Minecraft
https://theiceburg.net/totems-plus
GNU General Public License v3.0
4 stars 0 forks source link

Bedrock Support #63

Open ben-wals opened 1 year ago

ben-wals commented 1 year ago

Kind of a long shot idea and not sure if its entirely possible with current bedrock framework however I'm sure as parity efforts it will at least be possible at some point in the future. But essentially a version of totems plus for the bedrock edition of Minecraft. Having worked on bedrock packs in the past I'm pretty sure not too much source code would actually have to change here other than pack layouts as they both utilise a json structure.

ben-wals commented 1 year ago

After some limited research into bedrock edition it's clear that the only universal integration would be MCRTX. To create other integrations similar to those available for Java edition we would have to develop entirely new techniques for bedrock edition and even then we may not be able to achieve complete parity as integrations such as OFCIT rely on Java mods such as optifine. MCCMD I have more hope for but the additional features that it provides such as advancements may have to be completely redeveloped or scrapped entirely as bedrock doesn't exactly have the same built in customisation of advancements that Java has