Skip to content

Commit

Permalink
v1.3 - The woodening
Browse files Browse the repository at this point in the history
  • Loading branch information
DakotaPride committed Nov 5, 2023
1 parent 2feb9ca commit c9706e1
Show file tree
Hide file tree
Showing 4 changed files with 17 additions and 2 deletions.
6 changes: 6 additions & 0 deletions src/main/resources/assets/garnished/models/item/nut_sign.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
{
"parent": "minecraft:item/generated",
"textures": {
"layer0": "garnished:item/nut_sign"
}
}
4 changes: 2 additions & 2 deletions src/main/resources/data/c/tags/items/stripped_logs.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@
"replace": false,
"values": [
"#garnished:stripped_sepia_stems",
"#garnished:stripped_nuts_logs"
"#garnished:stripped_nut_logs"
]
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,8 @@
"garnished:nut_fence_gate",
"garnished:nut_pressure_plate",
"garnished:nut_button",
"garnished:nut_sign",
"garnished:nut_wall_sign",
"garnished:garnished_nut_block",
"garnished:ungarnished_nut_block"
]
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"replace": false,
"values": [
"garnished:sepia_fence",
"garnished:nut_fence"
]
}

0 comments on commit c9706e1

Please sign in to comment.