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