Aussieforks / australia

Updated fork of the original Australia mod for Minetest v5.7
Other
1 stars 3 forks source link

Fix soft-depend on farming #9

Open Montandalar opened 1 year ago

Montandalar commented 1 year ago

Soft-depending on farming through mod.conf is not necessary and may cause mod load order problems. As the loot is generated dynamically when a shipwreck is spawned, the loot table is not needed until such time. A shipwreck at spawn is also rare and might still work regardless, it would have to be tested. Registering the farming loot in a minetest.after should work well.

Montandalar commented 1 year ago

Address this when addressing #18 by adding a shipwreck loot API to the core mod and mods for farming redo support etc.