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.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";
|
||||
|
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"parent": "builtin/generated",
|
||||
"textures": {
|
||||
"layer0": "storagecraft:items/destruction_core"
|
||||
"layer0": "storagecraft:items/construction_core"
|
||||
},
|
||||
"display": {
|
||||
"thirdperson": {
|
||||
|
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"parent": "builtin/generated",
|
||||
"textures": {
|
||||
"layer0": "storagecraft:items/construction_core"
|
||||
"layer0": "storagecraft:items/destruction_core"
|
||||
},
|
||||
"display": {
|
||||
"thirdperson": {
|
||||
|
Reference in New Issue
Block a user