Skip to content

Commit

Permalink
v1.8
Browse files Browse the repository at this point in the history
  • Loading branch information
DakotaPride committed May 28, 2024
1 parent d62ac41 commit d084367
Show file tree
Hide file tree
Showing 9 changed files with 25 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -190,7 +190,6 @@ public void accept(CreativeModeTab.@NotNull ItemDisplayParameters parameters, Cr
output.accept(GarnishedItems.SENILE_SWEET_BASALT.asStack());
output.accept(GarnishedItems.SENILE_SWEET_SCORIA.asStack());
output.accept(GarnishedItems.SENILE_SWEET_SCORCHIA.asStack());
output.accept(GarnishedItems.PIQUANT_PRETZEL.asStack());
output.accept(GarnishedItems.INCANDESCENT_PETAL.asStack());
output.accept(GarnishedItems.PANSOPHICAL_PETAL.asStack());

Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
{
"parent": "minecraft:block/crop",
"textures": {
"crop": "garnished:block/bok_choy/0"
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
{
"parent": "minecraft:block/crop",
"textures": {
"crop": "garnished:block/bok_choy/1"
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
{
"parent": "minecraft:block/crop",
"textures": {
"crop": "garnished:block/bok_choy/2"
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
{
"parent": "minecraft:item/generated",
"textures": {
"layer0": "garnished:item/bok_choy_leaf"
}
}
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions src/main/resources/data/garnished/tags/items/tangles.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
"values": [
"garnished:wrapped_warped_tangle",
"garnished:wrapped_crimson_tangle",
"garnished:wrapped_sepia_tangle",
"garnished:weeping_tangle"
]
}

0 comments on commit d084367

Please sign in to comment.