fix wrong texture for construction core / destruction core

This commit is contained in:
Raoul Van den Berge
2016-01-31 22:31:44 +01:00
parent 4b9d520632
commit c0614a3a57
3 changed files with 33 additions and 33 deletions

View File

@@ -15,7 +15,7 @@ import net.minecraftforge.fml.common.network.simpleimpl.SimpleNetworkWrapper;
import storagecraft.item.ItemStorageCell;
import storagecraft.proxy.CommonProxy;
@Mod(modid = StorageCraft.ID, version = StorageCraft.VERSION, dependencies = "required-after:JEI@[2.18,);")
@Mod(modid = StorageCraft.ID, version = StorageCraft.VERSION)
public final class StorageCraft
{
public static final String ID = "storagecraft";

View File

@@ -1,18 +1,18 @@
{
"parent": "builtin/generated",
"textures": {
"layer0": "storagecraft:items/destruction_core"
},
"display": {
"thirdperson": {
"rotation": [-90, 0, 0],
"translation": [0, 1, -3],
"scale": [0.55, 0.55, 0.55]
},
"firstperson": {
"rotation": [0, -135, 25],
"translation": [0, 4, 2],
"scale": [1.7, 1.7, 1.7]
}
}
"parent": "builtin/generated",
"textures": {
"layer0": "storagecraft:items/construction_core"
},
"display": {
"thirdperson": {
"rotation": [-90, 0, 0],
"translation": [0, 1, -3],
"scale": [0.55, 0.55, 0.55]
},
"firstperson": {
"rotation": [0, -135, 25],
"translation": [0, 4, 2],
"scale": [1.7, 1.7, 1.7]
}
}
}

View File

@@ -1,18 +1,18 @@
{
"parent": "builtin/generated",
"textures": {
"layer0": "storagecraft:items/construction_core"
},
"display": {
"thirdperson": {
"rotation": [-90, 0, 0],
"translation": [0, 1, -3],
"scale": [0.55, 0.55, 0.55]
},
"firstperson": {
"rotation": [0, -135, 25],
"translation": [0, 4, 2],
"scale": [1.7, 1.7, 1.7]
}
}
"parent": "builtin/generated",
"textures": {
"layer0": "storagecraft:items/destruction_core"
},
"display": {
"thirdperson": {
"rotation": [-90, 0, 0],
"translation": [0, 1, -3],
"scale": [0.55, 0.55, 0.55]
},
"firstperson": {
"rotation": [0, -135, 25],
"translation": [0, 4, 2],
"scale": [1.7, 1.7, 1.7]
}
}
}