Skip to content

Commit

Permalink
Put files in the right subdirs
Browse files Browse the repository at this point in the history
  • Loading branch information
MeeniMc committed Feb 1, 2021
1 parent 2c90bab commit 41b435f
Show file tree
Hide file tree
Showing 4 changed files with 27 additions and 29 deletions.
29 changes: 0 additions & 29 deletions data/rotten_chicken.json

This file was deleted.

9 changes: 9 additions & 0 deletions data/rotten_chicken/recipes/campfire.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
{
"type": "minecraft:campfire_cooking",
"ingredient": {
"item": "minecraft:rotten_flesh"
},
"result": "minecraft:cooked_chicken",
"experience": 0.1,
"cookingtime": 600
}
9 changes: 9 additions & 0 deletions data/rotten_chicken/recipes/furnace.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
{
"type": "minecraft:smelting",
"ingredient": {
"item": "minecraft:rotten_flesh"
},
"result": "minecraft:cooked_chicken",
"experience": 0.1,
"cookingtime": 200
}
9 changes: 9 additions & 0 deletions data/rotten_chicken/recipes/smoker.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
{
"type": "minecraft:smoking",
"ingredient": {
"item": "minecraft:rotten_flesh"
},
"result": "minecraft:cooked_chicken",
"experience": 0.1,
"cookingtime": 100
}

0 comments on commit 41b435f

Please sign in to comment.