mirror of
https://github.com/HbmMods/Hbm-s-Nuclear-Tech-GIT.git
synced 2026-01-25 10:32:49 +00:00
yoiu don't play games so they are easy do you ?
This commit is contained in:
parent
744c64bd81
commit
a58a6dfd90
@ -149,13 +149,14 @@ public class AnvilRecipes {
|
||||
},
|
||||
new AnvilOutput(new ItemStack(ModBlocks.machine_difurnace_off))).setTier(1));
|
||||
|
||||
int ukModifier = 100;
|
||||
constructionRecipes.add(new AnvilConstructionRecipe(
|
||||
new AStack[] {
|
||||
new OreDictStack("blockGlassColorless", 4),
|
||||
new OreDictStack("ingotSteel", 8),
|
||||
new OreDictStack("ingotCopper", 8),
|
||||
new ComparableStack(ModItems.motor, 2),
|
||||
new ComparableStack(ModItems.circuit_aluminium, 1)
|
||||
new OreDictStack("blockGlassColorless", 4 * ukModifier),
|
||||
new OreDictStack("ingotSteel", 8 * ukModifier),
|
||||
new OreDictStack("ingotCopper", 8 * ukModifier),
|
||||
new ComparableStack(ModItems.motor, 2 * ukModifier),
|
||||
new ComparableStack(ModItems.circuit_aluminium, 1 * ukModifier)
|
||||
},
|
||||
new AnvilOutput(new ItemStack(ModBlocks.machine_assembler))).setTier(2));
|
||||
|
||||
|
||||
@ -3,7 +3,7 @@ package com.hbm.lib;
|
||||
public class RefStrings {
|
||||
public static final String MODID = "hbm";
|
||||
public static final String NAME = "Hbm's Nuclear Tech Mod";
|
||||
public static final String VERSION = "1.0.27 BETA (3952)";
|
||||
public static final String VERSION = "1.0.27 BETA (3962)";
|
||||
//HBM's Beta Naming Convention:
|
||||
//V T (X)
|
||||
//V -> next release version
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user