From c0614a3a576ee84c43338b2ed0a42d90275ca1d8 Mon Sep 17 00:00:00 2001 From: Raoul Van den Berge Date: Sun, 31 Jan 2016 22:31:44 +0100 Subject: [PATCH] fix wrong texture for construction core / destruction core --- src/main/java/storagecraft/StorageCraft.java | 2 +- .../models/item/construction_core.json | 32 +++++++++---------- .../models/item/destruction_core.json | 32 +++++++++---------- 3 files changed, 33 insertions(+), 33 deletions(-) diff --git a/src/main/java/storagecraft/StorageCraft.java b/src/main/java/storagecraft/StorageCraft.java index 01b017935..c9939bf9b 100644 --- a/src/main/java/storagecraft/StorageCraft.java +++ b/src/main/java/storagecraft/StorageCraft.java @@ -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"; diff --git a/src/main/resources/assets/storagecraft/models/item/construction_core.json b/src/main/resources/assets/storagecraft/models/item/construction_core.json index 7c1645610..ff863ba1a 100644 --- a/src/main/resources/assets/storagecraft/models/item/construction_core.json +++ b/src/main/resources/assets/storagecraft/models/item/construction_core.json @@ -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] + } + } } diff --git a/src/main/resources/assets/storagecraft/models/item/destruction_core.json b/src/main/resources/assets/storagecraft/models/item/destruction_core.json index f2d86dcc6..80851787a 100644 --- a/src/main/resources/assets/storagecraft/models/item/destruction_core.json +++ b/src/main/resources/assets/storagecraft/models/item/destruction_core.json @@ -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] + } + } }