I can't remove recipe #578
MrLaCar
started this conversation in
Scripts and Examples
Replies: 1 comment 1 reply
-
This is my first time to try to make a modpack by myself, I really hope guys can help me. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
the game version is 1.18.2 and i just want to change the recipe of stone pickaxe, at first I code like this:
onEvent('recipe', event => {
recipe.remove({ output: 'minecraft:stone_pickaxe' })
});
just like the article in wiki mentioned, but when I reload in game the recipe of stone pickaxe still exists.
How should I change the code or do other things to achive my purpose(change the recipe of stone pickaxe?
Beta Was this translation helpful? Give feedback.
All reactions