figured out process for adding and removing enchants need to clean up the section

This commit is contained in:
Mohammad-Ali Minaie
2017-03-15 23:13:12 -04:00
parent 5e6c6de3b6
commit 40a36461f5
9 changed files with 384 additions and 155 deletions

View File

@@ -2,7 +2,7 @@ To-Dos
*** Priority ***
- [ ] Create a Harvest Drops event
- [ ] Create getter and setter for itemNBT
- [ ] Create the axe Model
- [ ] Create the shovel model
- [ ] Create the hoe model
@@ -10,7 +10,7 @@ To-Dos
- [ ] Create Crafting Block for Tools and Weapons
- [ ] Create PickAxe Tool which ingests NBT
- [ ] Copy Heat Handler for Forge to Bloomery
*** Backlog ***
- [ ] Create a method which adds the types of NBT upgrades and creates a unique float instead of using magic numbers
@@ -18,8 +18,6 @@ To-Dos
- [ ] Finish Toolhead Recipes
- [ ] WeaponHead recipes
- [ ] Stone Anvil Bounding Box
- [ ] Casting Table
- [ ] Block
- [ ] Gui
@@ -33,6 +31,7 @@ To-Dos
*** Completed ***
- [x] Create getter and setter for itemNBT
- [x] Create all the textures for all the NBT types
- [x] Check for if the pickaxe head is hot before removing from forge
- [x] fix rotation rendering for Anvil