-
-
Notifications
You must be signed in to change notification settings - Fork 15
Remove Minecraft Recipes
Have some recipes on your server you want to remove or override? Well you are just in luck. Let's see how you can remove them.
remove (mc|minecraft) recipe[s] %strings%
It's pretty simple:
remove minecraft recipe "cooked_chicken_from_campfire_cooking"
This example will remove the recipe for cooking chicken on a campfire.
Recipes can be removed at any time, but it's best to remove recipes during a server load event, otherwise the recipe will be removed from the player, they will not be able to craft it, but they will still see it in their recipe book.
A recipe is removed from the server only whilst the server is running. This means on restart all recipes will be restored.
If you wish for the recipe to always stay removed from your server, make sure to keep this effect in your code.
If you wish to restore a recipe, simply stop your server, remove the code, and start your server back up.
Recipes are stored deep down in the server, but don't worry, they're simple to find. Two methods:
/minecraft:recipe give YourName
After typing this command, you will see a list of all recipes on the server, both Minecraft recipes as well as custom recipes.
- Locate your minecraft save folder.
- Open up the folder
versions
- Open up the version you are using, ie:
1.14.4
- Unzip the jar file
1.14.4.jar
then go into the1.14.4
folder - Then you want to open up
data/minecraft/recipes
Here you will find all the available recipes for Minecraft.