Calemi / CalemiUtils-1.12.2

Utilities that make your Minecraft experience better!
Apache License 2.0
1 stars 1 forks source link

Baubles are optional #2

Closed DevTimur closed 5 years ago

DevTimur commented 5 years ago

Make Baubles optional mod instead of required. Is player doesn't have Baubles, just disable this section of code.

Calemi commented 5 years ago

I've already tried very hard to get Baubles to be optional. Maybe I'm misunderstanding something, but baubles use an interface to register it, and there isn't a way to remove that interface depending on if the mod is installed. And yes, I've tested the mod without Baubles installed, and it crashes.

If you know of a specific way of doing this, please let me know. I would love to get Baubles to be optional

DevTimur commented 5 years ago

I am not a coder. All I can suggest is look how it had been done by someone else, and do the same. For example https://github.com/TheUnderTaker11/Better-Magnets/tree/1.12.2/src/main Baubles are optional in that mod

Calemi commented 5 years ago

I have fixed this instantly! Thank you so much for this! Fix will be in v1.0.4.