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.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";

View File

@@ -1,7 +1,7 @@
{ {
"parent": "builtin/generated", "parent": "builtin/generated",
"textures": { "textures": {
"layer0": "storagecraft:items/destruction_core" "layer0": "storagecraft:items/construction_core"
}, },
"display": { "display": {
"thirdperson": { "thirdperson": {

View File

@@ -1,7 +1,7 @@
{ {
"parent": "builtin/generated", "parent": "builtin/generated",
"textures": { "textures": {
"layer0": "storagecraft:items/construction_core" "layer0": "storagecraft:items/destruction_core"
}, },
"display": { "display": {
"thirdperson": { "thirdperson": {