script polishes

- removed crafting cover in recipes as it's uncraftable (ironic)
- fixed incorrect item names in storage drawer recipes
This commit is contained in:
mina
2023-12-22 22:56:44 +00:00
parent 9178b1de5c
commit 70744cfd93
46 changed files with 2099 additions and 2059 deletions

View File

@@ -1,8 +1,8 @@
LootJS.modifiers((event) => {
event
.addEntityLootModifier("minecraft:blaze")
.replaceLoot("minecraft:blaze_rod", "gtceu:sulfur_dust", true);
event
.addEntityLootModifier("minecraft:enderman")
.replaceLoot("minecraft:ender_pearl", "gtceu:ender_pearl_dust", true);
});
LootJS.modifiers((event) => {
event
.addEntityLootModifier("minecraft:blaze")
.replaceLoot("minecraft:blaze_rod", "gtceu:sulfur_dust", true);
event
.addEntityLootModifier("minecraft:enderman")
.replaceLoot("minecraft:ender_pearl", "gtceu:ender_pearl_dust", true);
});