diff options
| author | Robert Sosnitzka <robert.sosnitzka@gmail.com> | 2016-05-12 16:31:27 +0200 |
|---|---|---|
| committer | Robert Sosnitzka <robert.sosnitzka@gmail.com> | 2016-05-12 16:31:27 +0200 |
| commit | 52e43594ce6b5c4a274760f2c1bca3fe12186784 (patch) | |
| tree | 3257e5bf5c53bc69c1285fe20aa7281940bf2aaa /src/main/resources | |
| parent | 272999d6e67e79c9c87bb49c8eec2dd79a4548a4 (diff) | |
Renamed to Zkaface Tinkers' Construct Addon
Diffstat (limited to 'src/main/resources')
3 files changed, 17 insertions, 5 deletions
diff --git a/src/main/resources/assets/zcompression/models/block/astrite_ore.json b/src/main/resources/assets/zcompression/models/block/astrite_ore.json new file mode 100644 index 0000000..8c00ffa --- /dev/null +++ b/src/main/resources/assets/zcompression/models/block/astrite_ore.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cube_all", + "textures": { + "all": "zcompression:blocks/astrite_ore" + } +}
\ No newline at end of file diff --git a/src/main/resources/assets/zcompression/models/item/astrite_ingot.json b/src/main/resources/assets/zcompression/models/item/astrite_ingot.json new file mode 100644 index 0000000..92bfd1f --- /dev/null +++ b/src/main/resources/assets/zcompression/models/item/astrite_ingot.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "zcompression:items/astrite_ingot" + } +}
\ No newline at end of file diff --git a/src/main/resources/mcmod.info b/src/main/resources/mcmod.info index 3dc9f52..bde01d2 100644 --- a/src/main/resources/mcmod.info +++ b/src/main/resources/mcmod.info @@ -1,13 +1,13 @@ [{ - "modid": "zcompression", - "name": "Zkaface Compression Mod", - "description": "A modification to compress several items and blocks to a solid block with several features coming up on exponent five.", - "version": "0.3b", + "modid": "ztic_addon", + "name": "Zkaface Tinkers' Construct Addon", + "description": "A modification for Tinkers' Construct, adding several ores and materials", + "version": "0.4", "mcversion": "1.9", "url": "www.sosnitzka.com", "updateUrl": "", "authorList": ["Zkaface"], - "credits": "Chefe. He's there, if you need him.", + "credits": "Chefe. He's there, if you need him. Sometimes.", "logoFile": "", "screenshots": [], "dependencies": ["tconstruct"] |
