forked from TAIGA/TAIGA
Again some stuff... still learning git ;)
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
{
|
||||
"variants": {
|
||||
"normal": { "model": "zcompression:aardium_ore" }
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,5 @@
|
||||
{
|
||||
"variants": {
|
||||
"normal": { "model": "zcompression:axiidian_ore" }
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,5 @@
|
||||
{
|
||||
"variants": {
|
||||
"normal": { "model": "zcompression:ignitite_ore" }
|
||||
}
|
||||
}
|
||||
@@ -1,5 +1,5 @@
|
||||
{
|
||||
"variants": {
|
||||
"normal": { "model": "zcompression:karmesite_ore" }
|
||||
"normal": { "model": "zcompression:karmesine_ore" }
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,5 @@
|
||||
{
|
||||
"variants": {
|
||||
"normal": { "model": "zcompression:slaggold_ore" }
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,5 @@
|
||||
{
|
||||
"variants": {
|
||||
"normal": { "model": "zcompression:yrdean_ore" }
|
||||
}
|
||||
}
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
@@ -0,0 +1,6 @@
|
||||
{
|
||||
"parent": "block/cube_all",
|
||||
"textures": {
|
||||
"all": "zcompression:blocks/aardium_ore"
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,6 @@
|
||||
{
|
||||
"parent": "block/cube_all",
|
||||
"textures": {
|
||||
"all": "zcompression:blocks/axiidian_ore"
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,6 @@
|
||||
{
|
||||
"parent": "block/cube_all",
|
||||
"textures": {
|
||||
"all": "zcompression:blocks/ignitite_ore"
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,6 @@
|
||||
{
|
||||
"parent": "block/cube_all",
|
||||
"textures": {
|
||||
"all": "zcompression:blocks/slaggold_ore"
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,6 @@
|
||||
{
|
||||
"parent": "block/cube_all",
|
||||
"textures": {
|
||||
"all": "zcompression:blocks/yrdean_ore"
|
||||
}
|
||||
}
|
||||
@@ -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 ]
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -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 ]
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -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 ]
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -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 ]
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -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 |
Reference in New Issue
Block a user