diff --git a/kfc/To-Dos.md b/kfc/To-Dos.md index 019f7112..c8b970dd 100644 --- a/kfc/To-Dos.md +++ b/kfc/To-Dos.md @@ -8,18 +8,11 @@ ## Current Feature -- [x] weapon upgrades -- [x] Grinding Bench -- [x] Repair ToolHead -- [x] Grinding Wheel Crafting Slack, Clay, Sand -- [x] Grinding Bench Recipe -- [x] Dissasemble recipes for weapons -- [x] Chisel Pickup - [ ] Damascus Workblade Recipe - - [ ] Untick Bloomery and Forge - [ ] Craft Tweaker Support - [ ] Recipe Handler for Block Breaker +- [ ] Mass Ore Production ## Feature Musket - [ ] Create powder charge item (copper, charcoal, gunpowder) @@ -33,13 +26,9 @@ - [ ] Create lock assembly item ## Backlog -- [ ] Play a sound when bloomery or forge finishes -- [ ] Hardness and Resistance calculation for durability damage - [ ] Hardened Leather Helmet Inventory Model - [ ] Add Achievements -- [ ] Bloomery Print out - [ ] Random Floats for hot texture -- [ ] Mass Ore Production - [ ] Silver/Lead Production - [ ] Sparks to forging - [ ] Add Iron Ring Recipe @@ -58,6 +47,13 @@ rename s/iron/steel/ iron* ``` ### Completed +- [x] weapon upgrades +- [x] Grinding Bench +- [x] Repair ToolHead +- [x] Grinding Wheel Crafting Slack, Clay, Sand +- [x] Grinding Bench Recipe +- [x] Dissasemble recipes for weapons +- [x] Chisel Pickup - [x] WorkBench - [x] Longbow change NBT management - [x] Check dict name for cluster diff --git a/kfc/gradle.properties b/kfc/gradle.properties index a2aadd16..f16303ab 100644 --- a/kfc/gradle.properties +++ b/kfc/gradle.properties @@ -6,7 +6,7 @@ org.gradle.jvmargs=-Xmx3G mod_group=nmd.primal.forgecraft mod_name=ForgeCraft -mod_version=1.6.40 +mod_version=1.6.41 forge_version=14.23.4.2765 mcp_mappings=snapshot_20171003 mc_version=1.12.2 diff --git a/kfc/src/main/java/nmd/primal/forgecraft/ModInfo.java b/kfc/src/main/java/nmd/primal/forgecraft/ModInfo.java index 69b9e9e9..ef3d30b2 100644 --- a/kfc/src/main/java/nmd/primal/forgecraft/ModInfo.java +++ b/kfc/src/main/java/nmd/primal/forgecraft/ModInfo.java @@ -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.40"; + public static final String MOD_VERSION = "1.6.41"; 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,);"; diff --git a/kfc/src/main/resources/mcmod.info b/kfc/src/main/resources/mcmod.info index 349bd28b..e91a66d5 100644 --- a/kfc/src/main/resources/mcmod.info +++ b/kfc/src/main/resources/mcmod.info @@ -2,7 +2,7 @@ "modid": "forgecraft", "name": "Kitsu's Forgecraft", "description": "Forged with sweat and blood", - "version": "1.6.40", + "version": "1.6.41", "mcversion": "1.12.2", "url": "", "updateUrl": "",