Skip to content

Commit

Permalink
Add blade recipe because I forgot that somehow, bump version number a…
Browse files Browse the repository at this point in the history
…ccordingly.
  • Loading branch information
darkevilmac committed Apr 26, 2017
1 parent 8b39140 commit b4b5c9f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
modGroup=com.elytradev
modVersion=1.11-1x10^-4
modVersion=1.11-2x10^-4
modBaseName=teckle
forgeVersion=1.11.2-13.20.0.2282
mcpVersion=snapshot_20170324
Original file line number Diff line number Diff line change
Expand Up @@ -122,6 +122,7 @@ public void init(FMLInitializationEvent e) {
CraftingManager.getInstance().addRecipe(new ItemStack(blockItemTube, 8), "BGB", 'B', "ingotBrass", 'G', "blockGlass");
CraftingManager.getInstance().addRecipe(new ItemStack(blockTransposer), "CCC", "WPW", "CRC", 'C', "cobblestone", 'W', "plankWood", 'P', Blocks.PISTON, 'R', Items.REDSTONE);
CraftingManager.getInstance().addRecipe(new ItemStack(blockFilter), "CCC", "GPG", "CWC", 'C', "cobblestone", 'G', "ingotGold", 'P', Blocks.PISTON, 'W', new ItemStack(itemSiliconWafer, 1, ItemSiliconWafer.WaferType.RED.getMetadata()));
CraftingManager.getInstance().addRecipe(new ItemStack(itemBlade), "I ", " S ", 'I', Items.IRON_INGOT, 'S', Items.STICK);

// Forge doesn't use EnumDyeColor for dye registration and also doesn't store this list anywhere public, so here we are copying forge colour arrays from OreDict.
String[] dyes =
Expand Down

0 comments on commit b4b5c9f

Please sign in to comment.