Skip to content

Commit

Permalink
Fixed Deadwood/Palm wood recipes. Closes #323
Browse files Browse the repository at this point in the history
  • Loading branch information
GirafiStudios committed Jul 30, 2021
1 parent 65b5192 commit 9baffbd
Show file tree
Hide file tree
Showing 4 changed files with 36 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/main/resources/data/atum/recipes/deadwood_wood.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
],
"key": {
"#": {
"tag": "forge:deadwood_logs"
"item": "atum:deadwood_log"
}
},
"result": {
Expand Down
2 changes: 1 addition & 1 deletion src/main/resources/data/atum/recipes/palm_wood.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
],
"key": {
"#": {
"tag": "forge:palm_logs"
"item": "atum:palm_log"
}
},
"result": {
Expand Down
17 changes: 17 additions & 0 deletions src/main/resources/data/atum/recipes/stripped_deadwood_wood.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
{
"type": "minecraft:crafting_shaped",
"group": "bark",
"pattern": [
"##",
"##"
],
"key": {
"#": {
"item": "atum:stripped_deadwood_log"
}
},
"result": {
"item": "atum:stripped_deadwood_wood",
"count": 3
}
}
17 changes: 17 additions & 0 deletions src/main/resources/data/atum/recipes/stripped_palm_wood.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
{
"type": "minecraft:crafting_shaped",
"group": "bark",
"pattern": [
"##",
"##"
],
"key": {
"#": {
"item": "atum:stripped_palm_log"
}
},
"result": {
"item": "atum:stripped_palm_wood",
"count": 3
}
}

0 comments on commit 9baffbd

Please sign in to comment.