fix wrong texture for construction core / destruction core
This commit is contained in:
@@ -15,7 +15,7 @@ import net.minecraftforge.fml.common.network.simpleimpl.SimpleNetworkWrapper;
|
|||||||
import storagecraft.item.ItemStorageCell;
|
import storagecraft.item.ItemStorageCell;
|
||||||
import storagecraft.proxy.CommonProxy;
|
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 final class StorageCraft
|
||||||
{
|
{
|
||||||
public static final String ID = "storagecraft";
|
public static final String ID = "storagecraft";
|
||||||
|
@@ -1,18 +1,18 @@
|
|||||||
{
|
{
|
||||||
"parent": "builtin/generated",
|
"parent": "builtin/generated",
|
||||||
"textures": {
|
"textures": {
|
||||||
"layer0": "storagecraft:items/destruction_core"
|
"layer0": "storagecraft:items/construction_core"
|
||||||
},
|
},
|
||||||
"display": {
|
"display": {
|
||||||
"thirdperson": {
|
"thirdperson": {
|
||||||
"rotation": [-90, 0, 0],
|
"rotation": [-90, 0, 0],
|
||||||
"translation": [0, 1, -3],
|
"translation": [0, 1, -3],
|
||||||
"scale": [0.55, 0.55, 0.55]
|
"scale": [0.55, 0.55, 0.55]
|
||||||
},
|
},
|
||||||
"firstperson": {
|
"firstperson": {
|
||||||
"rotation": [0, -135, 25],
|
"rotation": [0, -135, 25],
|
||||||
"translation": [0, 4, 2],
|
"translation": [0, 4, 2],
|
||||||
"scale": [1.7, 1.7, 1.7]
|
"scale": [1.7, 1.7, 1.7]
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@@ -1,18 +1,18 @@
|
|||||||
{
|
{
|
||||||
"parent": "builtin/generated",
|
"parent": "builtin/generated",
|
||||||
"textures": {
|
"textures": {
|
||||||
"layer0": "storagecraft:items/construction_core"
|
"layer0": "storagecraft:items/destruction_core"
|
||||||
},
|
},
|
||||||
"display": {
|
"display": {
|
||||||
"thirdperson": {
|
"thirdperson": {
|
||||||
"rotation": [-90, 0, 0],
|
"rotation": [-90, 0, 0],
|
||||||
"translation": [0, 1, -3],
|
"translation": [0, 1, -3],
|
||||||
"scale": [0.55, 0.55, 0.55]
|
"scale": [0.55, 0.55, 0.55]
|
||||||
},
|
},
|
||||||
"firstperson": {
|
"firstperson": {
|
||||||
"rotation": [0, -135, 25],
|
"rotation": [0, -135, 25],
|
||||||
"translation": [0, 4, 2],
|
"translation": [0, 4, 2],
|
||||||
"scale": [1.7, 1.7, 1.7]
|
"scale": [1.7, 1.7, 1.7]
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user