Lapotron Crystal dedupe for #1665
This commit is contained in:
parent
d30d3316e9
commit
8cc611192d
3 changed files with 3 additions and 5 deletions
|
@ -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),
|
||||
|
|
|
@ -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;
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
/*
|
||||
/*
|
||||
* This file is part of TechReborn, licensed under the MIT License (MIT).
|
||||
*
|
||||
* Copyright (c) 2018 TechReborn
|
||||
|
|
Loading…
Add table
Reference in a new issue