Again some stuff... still learning git ;)

This commit is contained in:
Robert Sosnitzka
2016-05-02 11:13:34 +02:00
parent 2533654bb9
commit 72b27f87c7
50 changed files with 280 additions and 35 deletions

View File

@@ -0,0 +1,5 @@
{
"variants": {
"normal": { "model": "zcompression:aardium_ore" }
}
}

View File

@@ -0,0 +1,5 @@
{
"variants": {
"normal": { "model": "zcompression:axiidian_ore" }
}
}

View File

@@ -0,0 +1,5 @@
{
"variants": {
"normal": { "model": "zcompression:ignitite_ore" }
}
}

View File

@@ -1,5 +1,5 @@
{
"variants": {
"normal": { "model": "zcompression:karmesite_ore" }
"normal": { "model": "zcompression:karmesine_ore" }
}
}

View File

@@ -0,0 +1,5 @@
{
"variants": {
"normal": { "model": "zcompression:slaggold_ore" }
}
}

View File

@@ -0,0 +1,5 @@
{
"variants": {
"normal": { "model": "zcompression:yrdean_ore" }
}
}

View File

@@ -13,6 +13,10 @@ tile.palladium_ore.name=Palladiumerz
tile.prometheum_ore.name=Prometheumerz
tile.rotten_ground.name=Verrottete Erde
tile.slagiron_ore.name=Unreines Eisenerz
tile.slaggold_ore.name=Unreines Golderz
tile.tiberium_ore.name=Tiberiumerz
tile.vibranium_ore.name=Vibraniumerz
tile.yrdean_ore.name=Yrdeanerz
tile.aardium_ore.name=Aardiumerz
tile.ignitite_ore.name=Ignititerz
tile.axiidian_ore.name=Axiidianerz

View File

@@ -13,5 +13,10 @@ tile.palladium_ore.name=Palladium Ore
tile.prometheum_ore.name=Prometheum Ore
tile.rotten_ground.name=Rotten Ground
tile.slagiron_ore.name=Slagiron Ore
tile.slaggold_ore.name=Slaggold Ore
tile.tiberium_ore.name=Tiberium Ore
tile.vibranium_ore.name=Vibranium Ore
tile.vibranium_ore.name=Vibranium Ore
tile.yrdean_ore.name=Yrdean Ore
tile.aardium_ore.name=Aardium Ore
tile.ignitite_ore.name=Ignitite Ore
tile.axiidian_ore.name=Axiidian Ore

View File

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

View File

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

View File

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

View File

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

View File

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

View File

@@ -0,0 +1,10 @@
{
"parent": "zcompression:block/aardium_ore",
"display": {
"thirdperson": {
"rotation": [ 10, -45, 170 ],
"translation": [ 0, 1.5, -2.75 ],
"scale": [ 0.375, 0.375, 0.375 ]
}
}
}

View File

@@ -0,0 +1,10 @@
{
"parent": "zcompression:block/axiidian_ore",
"display": {
"thirdperson": {
"rotation": [ 10, -45, 170 ],
"translation": [ 0, 1.5, -2.75 ],
"scale": [ 0.375, 0.375, 0.375 ]
}
}
}

View File

@@ -0,0 +1,10 @@
{
"parent": "zcompression:block/ignitite_ore",
"display": {
"thirdperson": {
"rotation": [ 10, -45, 170 ],
"translation": [ 0, 1.5, -2.75 ],
"scale": [ 0.375, 0.375, 0.375 ]
}
}
}

View File

@@ -0,0 +1,10 @@
{
"parent": "zcompression:block/slaggold_ore",
"display": {
"thirdperson": {
"rotation": [ 10, -45, 170 ],
"translation": [ 0, 1.5, -2.75 ],
"scale": [ 0.375, 0.375, 0.375 ]
}
}
}

View File

@@ -0,0 +1,10 @@
{
"parent": "zcompression:block/yrdean_ore",
"display": {
"thirdperson": {
"rotation": [ 10, -45, 170 ],
"translation": [ 0, 1.5, -2.75 ],
"scale": [ 0.375, 0.375, 0.375 ]
}
}
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 16 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 16 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 16 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 16 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 16 KiB