FrederoxDev / Amethyst

Native c++ modding for MCBE 1.21.0.3 for building client side mods
Apache License 2.0
418 stars 20 forks source link

Load resource files from mods #73

Open FrederoxDev opened 6 months ago

FrederoxDev commented 6 months ago

Mods should be able to load behavior and resource packs into the game. Preferably being able to also specify things as global resources, with the files being stored specifically in the mods folder.

theaddonn commented 6 months ago

It may also be useful to give the mod creator an option for hiding certain packs/make them not de-activatable

FrederoxDev commented 6 months ago

Thats what adding to global resources does