fixed cauldron recipe and updated lang file
This commit is contained in:
@@ -6,7 +6,7 @@ org.gradle.jvmargs=-Xmx3G
|
||||
mod_group=nmd.primal.forgecraft
|
||||
mod_name=ForgeCraft
|
||||
|
||||
mod_version=1.6.41
|
||||
mod_version=1.6.42
|
||||
forge_version=14.23.4.2765
|
||||
mcp_mappings=snapshot_20171003
|
||||
mc_version=1.12.2
|
||||
|
||||
@@ -22,7 +22,7 @@ public class ModInfo {
|
||||
//public static final String MOD_PREFIX = MOD_ID + ":";
|
||||
public static final String MOD_CHANNEL = MOD_ID;
|
||||
|
||||
public static final String MOD_VERSION = "1.6.41";
|
||||
public static final String MOD_VERSION = "1.6.42";
|
||||
public static final String MC_VERSIONS = "[1.12.0, 1.13.0)";
|
||||
public static final String DEPENDENCIES = "required-after:forge@[14.21.1.2400,);" + "required-after:primal@[0.6.69,);";
|
||||
|
||||
|
||||
@@ -54,7 +54,7 @@ public class CauldronRecipes
|
||||
recipes.register(new CauldronRecipe(
|
||||
5,
|
||||
new FluidStack(FluidRegistry.WATER, 500),
|
||||
new FluidStack(PrimalAPI.Fluids.WASTE, 500),
|
||||
null,
|
||||
RecipeHelper.getOreStack("sand", 1),
|
||||
RecipeHelper.getOreStack("slackLime", 4),
|
||||
RecipeHelper.getOreStack("clayball", 2),
|
||||
|
||||
@@ -13,12 +13,12 @@ tile.ironanvil.name=Iron Anvil
|
||||
tile.yewstave.name=Yew Stave
|
||||
tile.nbtcrucible.name=Crucible
|
||||
|
||||
tile.pistonbellowsoak.name=Oak Piston Bellows
|
||||
tile.pistonbellowsjungle.name=Jungle Piston Bellows
|
||||
tile.pistonbellowsbirch.name=Birch Piston Bellows
|
||||
tile.pistonbellowsspruce.name=Spruce Piston Bellows
|
||||
tile.pistonbellowsdarkoak.name=Dark Oak Piston Bellows
|
||||
tile.pistonbellowsacacia.name=Acacia Piston Bellows
|
||||
tile.pistonbellowsoak.name=Oak Fukisashi Bellow
|
||||
tile.pistonbellowsjungle.name=Jungle Fukisashi Bellow
|
||||
tile.pistonbellowsbirch.name=Birch Fukisashi Bellow
|
||||
tile.pistonbellowsspruce.name=Spruce Fukisashi Bellow
|
||||
tile.pistonbellowsdarkoak.name=Dark Oak Fukisashi Bellow
|
||||
tile.pistonbellowsacacia.name=Acacia Fukisashi Bellow
|
||||
|
||||
tile.steelchisel.name=Steel Chisel
|
||||
tile.wootzchisel.name= Damascus Chisel
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
"modid": "forgecraft",
|
||||
"name": "Kitsu's Forgecraft",
|
||||
"description": "Forged with sweat and blood",
|
||||
"version": "1.6.41",
|
||||
"version": "1.6.42",
|
||||
"mcversion": "1.12.2",
|
||||
"url": "",
|
||||
"updateUrl": "",
|
||||
|
||||
Reference in New Issue
Block a user