diff options
Diffstat (limited to 'assets/minecraft/models/item/mushroom_stem.json')
| -rwxr-xr-x | assets/minecraft/models/item/mushroom_stem.json | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/assets/minecraft/models/item/mushroom_stem.json b/assets/minecraft/models/item/mushroom_stem.json new file mode 100755 index 00000000..baf3793c --- /dev/null +++ b/assets/minecraft/models/item/mushroom_stem.json | |||
| @@ -0,0 +1,8 @@ | |||
| 1 | { | ||
| 2 | "parent": "block/cube_column", | ||
| 3 | "textures": { | ||
| 4 | "end": "block/mushroom_stem_inside_nesw", | ||
| 5 | "side": "block/mushroom_stem", | ||
| 6 | "particle": "block/mushroom_stem" | ||
| 7 | } | ||
| 8 | } \ No newline at end of file | ||