The-Aether-Team / The-Aether

The original "The Aether" mod, rewritten and ported to modern Minecraft versions.
https://modrinth.com/mod/aether
GNU Lesser General Public License v3.0
343 stars 110 forks source link

Feature Request: improve lootr compat #1598

Open Alexmasonseals opened 1 year ago

Alexmasonseals commented 1 year ago

What Feature Types Apply to This Request?

Other (Please Describe)

Other Type

mod compat

Is This an Enhancement to a Preexisting Feature?

What Is Your Feature Request?

make boss chests compatible with lootr

Why Should It Be in the Mod?

it enhances multiplayer experience

Does This Feature Improve Compatibility With Another Mod?

yeah -w-

Please Read and Confirm the Following

bconlon1 commented 1 year ago

Can't implement compatibility for Treasure Chests without Lootr 1.20.1's api.

bconlon1 commented 1 year ago

Will need custom Treasure Chest textures for this eventually.

bconlon1 commented 1 year ago

https://github.com/TelepathicGrunt/Bumblezone/blob/1.20-Arch/forge/src/main/java/com/telepathicgrunt/the_bumblezone/modcompat/forge/LootrCompatImpl.java may be a useful reference.

bconlon1 commented 1 year ago

The 1.20.1 Lootr API is not workable or documented enough to add integration.