-
Notifications
You must be signed in to change notification settings - Fork 288
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
moved post update logic to updateShape
fixed bamboo post particle
- Loading branch information
1 parent
a3dd9cb
commit b5c6a37
Showing
3 changed files
with
37 additions
and
48 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
{ | ||
"parent": "quark:block/template/custom_fence_post", | ||
"textures": { | ||
"particle": "minecraft:block/bamboo_post", | ||
"particle": "quark:block/bamboo_post", | ||
"texture": "quark:block/bamboo_post" | ||
} | ||
} |
2 changes: 1 addition & 1 deletion
2
src/main/resources/assets/quark/models/block/stripped_bamboo_post.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
{ | ||
"parent": "quark:block/template/custom_fence_post", | ||
"textures": { | ||
"particle": "minecraft:block/stripped_bamboo_post", | ||
"particle": "quark:block/stripped_bamboo_post", | ||
"texture": "quark:block/stripped_bamboo_post" | ||
} | ||
} |