Lapotron Crystal dedupe for #1665

This commit is contained in:
drcrazy 2019-04-25 16:40:36 +03:00
parent d30d3316e9
commit 8cc611192d
3 changed files with 3 additions and 5 deletions

View file

@ -74,11 +74,8 @@ public enum IC2Duplicates {
RUBBER_WOOD(new ItemStack(ModBlocks.RUBBER_LOG)),
RE_BATTERY(new ItemStack(ModItems.RE_BATTERY)),
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),
BASIC_MACHINE_FRAME(BlockMachineFrames.getFrameByName("basic"), true),
ADVANCED_MACHINE_FRAME(BlockMachineFrames.getFrameByName("advanced"), true),

View file

@ -21,6 +21,7 @@
* OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
* SOFTWARE.
*/
package techreborn.init.recipes;
import net.minecraft.init.Blocks;

View file

@ -1,4 +1,4 @@
/*
/*
* This file is part of TechReborn, licensed under the MIT License (MIT).
*
* Copyright (c) 2018 TechReborn