Skip to content

Commit

Permalink
Tree tap item tweak
Browse files Browse the repository at this point in the history
  • Loading branch information
MBatt1 committed May 4, 2024
1 parent 5e3a83f commit 6c52062
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 8 deletions.
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
{
"parent": "paradise_lost:block/tree_tap"
"parent": "item/generated",
"textures": {
"layer0": "paradise_lost:item/tree_tap"
}
}
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
10 changes: 3 additions & 7 deletions src/main/resources/data/paradise_lost/recipes/tree_tap.json
Original file line number Diff line number Diff line change
@@ -1,16 +1,12 @@
{
"type": "minecraft:crafting_shaped",
"pattern": [
"SSS",
" S",
"PPP"
"PPP",
" P"
],
"key": {
"P": {
"item": "paradise_lost:aurel_planks"
},
"S": {
"item": "minecraft:stick"
"tag": "minecraft:planks"
}
},
"result": {
Expand Down

0 comments on commit 6c52062

Please sign in to comment.