updating workspace before new changes

This commit is contained in:
Mohammad-Ali Minaie
2018-10-15 08:47:06 -04:00
parent 25cf6c6704
commit 8b09d55bd0
3 changed files with 8 additions and 7 deletions

View File

@@ -3,15 +3,11 @@
## Bugs ## Bugs
- [ ] Texture mismatch for 4diamond 1 redstone - [ ] Texture mismatch for 4diamond 1 redstone
- [ ] ForgeHammer extend Gallagher - [ ] ForgeHammer extend Gallagher
- [x] Check dict name for cluster
- [x] Check block break code for NBTCrucible
- [x] Cooldown for sledgehammer not working
- [x] tune volume down on sledgehammer
- [x] when placing crucibles on the side of a block it replaces the block above
- [ ] Placement bug for crucible from tongs - [ ] Placement bug for crucible from tongs
## Current Feature ## Current Feature
- [x] WorkBench - [x] WorkBench
- [ ] Longbow change NBT management
- [ ] Untick Bloomery and Forge - [ ] Untick Bloomery and Forge
- [ ] Craft Tweaker Support - [ ] Craft Tweaker Support
- [ ] Recipe Handler for Block Breaker - [ ] Recipe Handler for Block Breaker
@@ -53,6 +49,11 @@ rename s/iron/steel/ iron*
``` ```
### Completed ### Completed
- [x] Check dict name for cluster
- [x] Check block break code for NBTCrucible
- [x] Cooldown for sledgehammer not working
- [x] tune volume down on sledgehammer
- [x] when placing crucibles on the side of a block it replaces the block above
- [x] Check on disable for soft crucible in bloomery - [x] Check on disable for soft crucible in bloomery
- [x] Correct Tooltip for RawLongbow - [x] Correct Tooltip for RawLongbow
- [x] Add tooltip to Chisel and SledgeHammer - [x] Add tooltip to Chisel and SledgeHammer

View File

@@ -1,4 +1,4 @@
package nmd.primal.forgecraft.crafting.CraftingRegistery; package nmd.primal.forgecraft.crafting.registery;
import net.minecraft.init.Blocks; import net.minecraft.init.Blocks;
import net.minecraft.item.ItemStack; import net.minecraft.item.ItemStack;

View File

@@ -1,4 +1,4 @@
package nmd.primal.forgecraft.crafting.CraftingRegistery; package nmd.primal.forgecraft.crafting.registery;
import net.minecraft.item.ItemStack; import net.minecraft.item.ItemStack;
import net.minecraft.item.crafting.Ingredient; import net.minecraft.item.crafting.Ingredient;