Silk Touch Upgrade for the Destructor (#471)

* Silk Touch Upgrade for the Destructor

* Removed unused imports

* Naming Convention

* Get enchant by string id

* Moved if

* Forgot to add the renamed files and fix some coding style

* Unused statement

* Remove unused var
This commit is contained in:
InusualZ
2016-10-15 17:51:27 -04:00
committed by Raoul
parent 086adaa57a
commit 28993a4a59
8 changed files with 36 additions and 9 deletions

View File

@@ -212,6 +212,7 @@ item.refinedstorage:upgrade.2.name=Speed Upgrade
item.refinedstorage:upgrade.3.name=Crafting Upgrade
item.refinedstorage:upgrade.4.name=Stack Upgrade
item.refinedstorage:upgrade.5.name=Interdimensional Upgrade
item.refinedstorage:upgrade.6.name=Silk Touch Upgrade
item.refinedstorage:storage_housing.name=Storage Housing
item.refinedstorage:grid_filter.name=Grid Filter
item.refinedstorage:network_card.name=Network Card

View File

@@ -0,0 +1,6 @@
{
"parent": "item/generated",
"textures": {
"layer0": "refinedstorage:items/silk_touch_upgrade" // Place Holder
}
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.4 KiB