diff options
Diffstat (limited to 'assets/minecraft/models/item/redstone_torch.json')
| -rwxr-xr-x | assets/minecraft/models/item/redstone_torch.json | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/assets/minecraft/models/item/redstone_torch.json b/assets/minecraft/models/item/redstone_torch.json new file mode 100755 index 00000000..7373a125 --- /dev/null +++ b/assets/minecraft/models/item/redstone_torch.json | |||
| @@ -0,0 +1,9 @@ | |||
| 1 | { | ||
| 2 | "parent": "item/torch", | ||
| 3 | "ambientocclusion": false, | ||
| 4 | "textures": { | ||
| 5 | "2": "block/redstone_torch", | ||
| 6 | "layer0": "item/redstone_torch", | ||
| 7 | "torch_flame_e": "block/redstone_torch_flame" | ||
| 8 | } | ||
| 9 | } \ No newline at end of file | ||