Re-added a single mode Wrench that can rotate blocks and break Refined Storage covers.
This commit is contained in:
@@ -289,6 +289,7 @@ item.refinedstorage:upgrade.9.name=Glücksupgrade
|
||||
item.refinedstorage:storage_housing.name=Speichergehäuse
|
||||
item.refinedstorage:filter.name=Filter
|
||||
item.refinedstorage:network_card.name=Netzwerkkarte
|
||||
item.refinedstorage:wrench.name=Schraubenschlüssel
|
||||
item.refinedstorage:security_card.name=Sicherheitskarte
|
||||
item.refinedstorage:security_card.owner=Besitzer: %s
|
||||
item.refinedstorage:cutting_tool.name=Schnittwerkzeug
|
||||
|
||||
@@ -289,6 +289,7 @@ item.refinedstorage:upgrade.9.name=Fortune Upgrade
|
||||
item.refinedstorage:storage_housing.name=Storage Housing
|
||||
item.refinedstorage:filter.name=Filter
|
||||
item.refinedstorage:network_card.name=Network Card
|
||||
item.refinedstorage:wrench.name=Wrench
|
||||
item.refinedstorage:security_card.name=Security Card
|
||||
item.refinedstorage:security_card.owner=Bound to: %s
|
||||
item.refinedstorage:cutting_tool.name=Cutting Tool
|
||||
|
||||
@@ -271,6 +271,7 @@ item.refinedstorage:upgrade.9.name=Mejora de Fortuna
|
||||
item.refinedstorage:storage_housing.name=Carcasa
|
||||
item.refinedstorage:filter.name=Filtro
|
||||
item.refinedstorage:network_card.name=Tarjeta de Red
|
||||
item.refinedstorage:wrench.name=Llave inglesa
|
||||
item.refinedstorage:security_card.name=Tarjeta de Seguridad
|
||||
item.refinedstorage:security_card.owner=Designado a: %s
|
||||
|
||||
|
||||
@@ -246,6 +246,7 @@ item.refinedstorage:upgrade.7.name=Amélioration Fortune
|
||||
item.refinedstorage:storage_housing.name=Boitier de stockage
|
||||
item.refinedstorage:filter.name=Filtre
|
||||
item.refinedstorage:network_card.name=Carte réseau
|
||||
item.refinedstorage:wrench.name=Clé
|
||||
item.refinedstorage:security_card.name=Carte de sécurité
|
||||
item.refinedstorage:security_card.owner=Bound to: %s
|
||||
|
||||
|
||||
@@ -244,5 +244,6 @@ item.refinedstorage:upgrade.7.name=행운 업그레이드
|
||||
item.refinedstorage:storage_housing.name=빈 저장 디스크
|
||||
item.refinedstorage:filter.name=필터
|
||||
item.refinedstorage:network_card.name=네트워크 카드
|
||||
item.refinedstorage:wrench.name=렌치
|
||||
item.refinedstorage:security_card.name=보안 카드
|
||||
item.refinedstorage:security_card.owner=플레이어: %s
|
||||
|
||||
@@ -248,6 +248,7 @@ item.refinedstorage:upgrade.8.name=Aprimoramento de Fortuna
|
||||
item.refinedstorage:upgrade.9.name=Aprimoramento de Fortuna
|
||||
item.refinedstorage:storage_housing.name=Alojamento de Armazenação
|
||||
item.refinedstorage:filter.name=Filtro
|
||||
item.refinedstorage:wrench.name=Chave Inglesa
|
||||
item.refinedstorage:network_card.name=Cartão de Rede
|
||||
item.refinedstorage:security_card.name=Cartão de Segurança
|
||||
item.refinedstorage:security_card.owner=Ligado a: %s
|
||||
|
||||
@@ -282,6 +282,7 @@ item.refinedstorage:upgrade.9.name=Улучшение: "Удача"
|
||||
item.refinedstorage:storage_housing.name=Хранилище корпуса
|
||||
item.refinedstorage:filter.name=Фильтр
|
||||
item.refinedstorage:network_card.name=Сетевая карта
|
||||
item.refinedstorage:wrench.name=Ключ
|
||||
item.refinedstorage:security_card.name=Карточка безопасности
|
||||
item.refinedstorage:security_card.owner=Связано с: %s
|
||||
item.refinedstorage:cutting_tool.name=Режущий инструмент
|
||||
|
||||
@@ -250,5 +250,6 @@ item.refinedstorage:upgrade.9.name=时运升级
|
||||
item.refinedstorage:storage_housing.name=磁盘外壳
|
||||
item.refinedstorage:filter.name=过滤升级
|
||||
item.refinedstorage:network_card.name=网卡
|
||||
item.refinedstorage:wrench.name=扳手
|
||||
item.refinedstorage:security_card.name=权限卡
|
||||
item.refinedstorage:security_card.owner=绑定至:%s
|
||||
|
||||
@@ -0,0 +1,6 @@
|
||||
{
|
||||
"parent": "item/generated",
|
||||
"textures": {
|
||||
"layer0": "refinedstorage:items/wrench"
|
||||
}
|
||||
}
|
||||
19
src/main/resources/assets/refinedstorage/recipes/wrench.json
Normal file
19
src/main/resources/assets/refinedstorage/recipes/wrench.json
Normal file
@@ -0,0 +1,19 @@
|
||||
{
|
||||
"type": "minecraft:crafting_shaped",
|
||||
"pattern": [
|
||||
"EPE",
|
||||
"EEE",
|
||||
" E "
|
||||
],
|
||||
"key": {
|
||||
"E": {
|
||||
"item": "refinedstorage:quartz_enriched_iron"
|
||||
},
|
||||
"P": {
|
||||
"item": "#basic_processor"
|
||||
}
|
||||
},
|
||||
"result": {
|
||||
"item": "refinedstorage:wrench"
|
||||
}
|
||||
}
|
||||
Binary file not shown.
|
After Width: | Height: | Size: 1.3 KiB |
Reference in New Issue
Block a user