Renamed to Zkaface Tinkers' Construct Addon

This commit is contained in:
Robert Sosnitzka
2016-05-12 16:31:27 +02:00
parent 272999d6e6
commit 52e43594ce
12 changed files with 101 additions and 88 deletions

View File

@@ -0,0 +1,6 @@
{
"parent": "block/cube_all",
"textures": {
"all": "zcompression:blocks/astrite_ore"
}
}

View File

@@ -0,0 +1,6 @@
{
"parent": "item/generated",
"textures": {
"layer0": "zcompression:items/astrite_ingot"
}
}

View File

@@ -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"]