manually remove the charcoal recipe
This commit is contained in:
3
kubejs/server_scripts/charcoal.js
Normal file
3
kubejs/server_scripts/charcoal.js
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
ServerEvents.recipes((event) => {
|
||||||
|
event.remove({id: "minecraft:charcoal"})
|
||||||
|
});
|
||||||
@@ -1,4 +1,5 @@
|
|||||||
ServerEvents.recipes((event) => {
|
ServerEvents.recipes((event) => {
|
||||||
event.remove({ mod: "itemfilters" });
|
event.remove({ mod: "itemfilters" });
|
||||||
event.remove({ mod: "better_angel_ring" });
|
event.remove({ mod: "better_angel_ring" });
|
||||||
|
|
||||||
});
|
});
|
||||||
|
|||||||
Reference in New Issue
Block a user