updated to-do and added blooomery crafting
This commit is contained in:
@@ -13,12 +13,11 @@ import nmd.primal.forgecraft.init.ModItems;
|
||||
*/
|
||||
public class ModInfo {
|
||||
/** Mod Details**/
|
||||
//public static final String DEPENDENCIES = "after:primal;";
|
||||
public static final String MOD_ID = "forgecraft";
|
||||
public static final String MOD_NAME = "Kitsu's ForgeCraft";
|
||||
//public static final String MOD_PREFIX = MOD_ID + ":";
|
||||
public static final String MOD_CHANNEL = MOD_ID;
|
||||
public static final String MOD_VERSION = "1.1.9";
|
||||
public static final String MOD_VERSION = "1.2.00";
|
||||
public static final String MC_VERSIONS = "[1.11.0, 1.12.0)";
|
||||
public static final String DEPENDENCIES = "required-after:forge@[13.20.0.2226,);"
|
||||
+ "after:primal;";
|
||||
|
||||
@@ -32,6 +32,9 @@ public class ModCrafting {
|
||||
/***Forge***/
|
||||
GameRegistry.addShapedRecipe(new ItemStack(ModBlocks.firebox),
|
||||
"X X", "XYX", "X X", 'X', Items.BRICK, 'Y', Blocks.FURNACE);
|
||||
/***Bloomery***/
|
||||
GameRegistry.addShapedRecipe(new ItemStack(ModBlocks.bloomery),
|
||||
"X X", "X X", "XXX", 'X', Items.BRICK);
|
||||
|
||||
/***Wooden PistonBellows***/
|
||||
GameRegistry.addShapedRecipe(new ItemStack(ModBlocks.pistonbellowsoak), "XXX", "X Y", "XXX",
|
||||
|
||||
@@ -1,5 +1,7 @@
|
||||
itemGroup.forgecraft=ForgeCraft
|
||||
|
||||
item.test.name=test
|
||||
item.pistonbellows=Bellows Handle
|
||||
tile.firebox.name=Firebox
|
||||
|
||||
tile.firebox.name=Forge
|
||||
tile.pistonbellows.name=Wooden Piston Bellows
|
||||
itemGroup.forgecraft=ForgeCraft
|
||||
@@ -2,7 +2,7 @@
|
||||
"modid": "forgecraft",
|
||||
"name": "Kitsu's Forgecraft",
|
||||
"description": "Forged with sweat and blood",
|
||||
"version": "1.1.9",
|
||||
"version": "1.2.00",
|
||||
"mcversion": "1.11.2",
|
||||
"url": "",
|
||||
"updateUrl": "",
|
||||
|
||||
Reference in New Issue
Block a user