update
This commit is contained in:
@@ -8,18 +8,11 @@
|
|||||||
|
|
||||||
|
|
||||||
## Current Feature
|
## 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
|
- [ ] Damascus Workblade Recipe
|
||||||
|
|
||||||
- [ ] Untick Bloomery and Forge
|
- [ ] Untick Bloomery and Forge
|
||||||
- [ ] Craft Tweaker Support
|
- [ ] Craft Tweaker Support
|
||||||
- [ ] Recipe Handler for Block Breaker
|
- [ ] Recipe Handler for Block Breaker
|
||||||
|
- [ ] Mass Ore Production
|
||||||
|
|
||||||
## Feature Musket
|
## Feature Musket
|
||||||
- [ ] Create powder charge item (copper, charcoal, gunpowder)
|
- [ ] Create powder charge item (copper, charcoal, gunpowder)
|
||||||
@@ -33,13 +26,9 @@
|
|||||||
- [ ] Create lock assembly item
|
- [ ] Create lock assembly item
|
||||||
|
|
||||||
## Backlog
|
## Backlog
|
||||||
- [ ] Play a sound when bloomery or forge finishes
|
|
||||||
- [ ] Hardness and Resistance calculation for durability damage
|
|
||||||
- [ ] Hardened Leather Helmet Inventory Model
|
- [ ] Hardened Leather Helmet Inventory Model
|
||||||
- [ ] Add Achievements
|
- [ ] Add Achievements
|
||||||
- [ ] Bloomery Print out
|
|
||||||
- [ ] Random Floats for hot texture
|
- [ ] Random Floats for hot texture
|
||||||
- [ ] Mass Ore Production
|
|
||||||
- [ ] Silver/Lead Production
|
- [ ] Silver/Lead Production
|
||||||
- [ ] Sparks to forging
|
- [ ] Sparks to forging
|
||||||
- [ ] Add Iron Ring Recipe
|
- [ ] Add Iron Ring Recipe
|
||||||
@@ -58,6 +47,13 @@ rename s/iron/steel/ iron*
|
|||||||
```
|
```
|
||||||
|
|
||||||
### Completed
|
### 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] WorkBench
|
||||||
- [x] Longbow change NBT management
|
- [x] Longbow change NBT management
|
||||||
- [x] Check dict name for cluster
|
- [x] Check dict name for cluster
|
||||||
|
|||||||
@@ -6,7 +6,7 @@ org.gradle.jvmargs=-Xmx3G
|
|||||||
mod_group=nmd.primal.forgecraft
|
mod_group=nmd.primal.forgecraft
|
||||||
mod_name=ForgeCraft
|
mod_name=ForgeCraft
|
||||||
|
|
||||||
mod_version=1.6.40
|
mod_version=1.6.41
|
||||||
forge_version=14.23.4.2765
|
forge_version=14.23.4.2765
|
||||||
mcp_mappings=snapshot_20171003
|
mcp_mappings=snapshot_20171003
|
||||||
mc_version=1.12.2
|
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_PREFIX = MOD_ID + ":";
|
||||||
public static final String MOD_CHANNEL = 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 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,);";
|
public static final String DEPENDENCIES = "required-after:forge@[14.21.1.2400,);" + "required-after:primal@[0.6.69,);";
|
||||||
|
|
||||||
|
|||||||
@@ -2,7 +2,7 @@
|
|||||||
"modid": "forgecraft",
|
"modid": "forgecraft",
|
||||||
"name": "Kitsu's Forgecraft",
|
"name": "Kitsu's Forgecraft",
|
||||||
"description": "Forged with sweat and blood",
|
"description": "Forged with sweat and blood",
|
||||||
"version": "1.6.40",
|
"version": "1.6.41",
|
||||||
"mcversion": "1.12.2",
|
"mcversion": "1.12.2",
|
||||||
"url": "",
|
"url": "",
|
||||||
"updateUrl": "",
|
"updateUrl": "",
|
||||||
|
|||||||
Reference in New Issue
Block a user