juancarloscp52 / BedrockIfy

A Minecraft mod that implements some Minecraft Bedrock features into Java edition.
GNU General Public License v3.0
165 stars 35 forks source link

[enhancement] Remove Cauldrons when mixin is disabled #343

Closed lonefelidae16 closed 1 month ago

lonefelidae16 commented 1 month ago

Provides only Bedrock UI if you want.

close #325

[!WARNING] This changes can BREAK the Bedrock-like cauldrons that already exists in the world. Please modify the mixin settings carefully, and I recommend that DO NOT CHANGE SETTINGS while the world is still alive.

Of course, it needs to restart the instance after changing the settings.

Behavior Checklist:


Changes

method onInitialize* in Bedrockify, BedrockifyClient:

Registers a new mixin to correct loot table for cauldron:

juancarloscp52 commented 1 month ago

Hey! Thanks for the PR, i tried implementing something similar when the issue was brought up but wasn't able to manage to disable the block tags from applying 😶‍🌫️

zake2002v2 commented 1 month ago

You are a life saver @lonefelidae16, thank you!