Lapotron Crystal dedupe for #1665
This commit is contained in:
parent
d30d3316e9
commit
8cc611192d
3 changed files with 3 additions and 5 deletions
|
@ -74,10 +74,7 @@ public enum IC2Duplicates {
|
||||||
RUBBER_WOOD(new ItemStack(ModBlocks.RUBBER_LOG)),
|
RUBBER_WOOD(new ItemStack(ModBlocks.RUBBER_LOG)),
|
||||||
RE_BATTERY(new ItemStack(ModItems.RE_BATTERY)),
|
RE_BATTERY(new ItemStack(ModItems.RE_BATTERY)),
|
||||||
ENERGY_CRYSTAL(new ItemStack(ModItems.ENERGY_CRYSTAL)),
|
ENERGY_CRYSTAL(new ItemStack(ModItems.ENERGY_CRYSTAL)),
|
||||||
|
LAPATRON_CRYSTAL(new ItemStack(ModItems.LAPOTRONIC_CRYSTAL)),
|
||||||
//Classical dedupes
|
|
||||||
|
|
||||||
LAPATRON_CRYSTAL(new ItemStack(ModItems.LAPOTRONIC_CRYSTAL), true),
|
|
||||||
|
|
||||||
REFINED_IRON(ItemIngots.getIngotByName("refined_iron"), true),
|
REFINED_IRON(ItemIngots.getIngotByName("refined_iron"), true),
|
||||||
BASIC_MACHINE_FRAME(BlockMachineFrames.getFrameByName("basic"), true),
|
BASIC_MACHINE_FRAME(BlockMachineFrames.getFrameByName("basic"), true),
|
||||||
|
|
|
@ -21,6 +21,7 @@
|
||||||
* OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
* OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
||||||
* SOFTWARE.
|
* SOFTWARE.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
package techreborn.init.recipes;
|
package techreborn.init.recipes;
|
||||||
|
|
||||||
import net.minecraft.init.Blocks;
|
import net.minecraft.init.Blocks;
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
/*
|
/*
|
||||||
* This file is part of TechReborn, licensed under the MIT License (MIT).
|
* This file is part of TechReborn, licensed under the MIT License (MIT).
|
||||||
*
|
*
|
||||||
* Copyright (c) 2018 TechReborn
|
* Copyright (c) 2018 TechReborn
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue