farwater-create / s10-kubejs

S10 KubeJS
1 stars 0 forks source link

Squid and Glow Squid loot tables #1

Open Zardexd opened 3 hours ago

Zardexd commented 3 hours ago

Squid and Glow Squid loot tables are being affected by KubeJS and drop numismatic item spur and bevel and others. Drowned and Guardians do it as well , some more mobs might be related.

Suspect https://github.com/farwater-create/s10-kubejs/blob/main/server_scripts/lootjs.js

trying to exclude them from loot tables with kubejs didnt do anything.

Zardexd commented 3 hours ago

Yes it was the script i linked. No idea how to fix and why it does this

needs testing

event.disableLootModification("minecraft:entities/bat"); event.disableLootModification("minecraft:entities/squid"); event.disableLootModification("minecraft:entities/glowing_squid"); event.disableLootModification("minecraft:entities/drowned"); event.disableLootModification("minecraft:entities/elder_guardian");