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:
@@ -1,6 +1,6 @@
|
||||
ServerEvents.recipes((event) => {
|
||||
event.remove({ mod: "itemfilters" });
|
||||
event.remove({ mod: "better_angel_ring" });
|
||||
|
||||
event.remove({id: "minecraft:charcoal"})
|
||||
});
|
||||
ServerEvents.recipes((event) => {
|
||||
event.remove({ mod: "itemfilters" });
|
||||
event.remove({ mod: "better_angel_ring" });
|
||||
|
||||
event.remove({id: "minecraft:charcoal"})
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user