diff options
Diffstat (limited to 'src/main/resources/assets/tinkerscompendium/models/block/aeonsteelblock.json')
| -rw-r--r-- | src/main/resources/assets/tinkerscompendium/models/block/aeonsteelblock.json | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/main/resources/assets/tinkerscompendium/models/block/aeonsteelblock.json b/src/main/resources/assets/tinkerscompendium/models/block/aeonsteelblock.json new file mode 100644 index 0000000..35686c5 --- /dev/null +++ b/src/main/resources/assets/tinkerscompendium/models/block/aeonsteelblock.json @@ -0,0 +1,6 @@ +{ + "parent":"block/cube_all", + "textures": { + "all": "tinkerscompendium:blocks/aeonsteelblock" + } +}
\ No newline at end of file |
