Implement wrench modes
This commit is contained in:
@@ -228,4 +228,6 @@ item.refinedstorage:network_card.name=Network Card
|
||||
item.refinedstorage:wrench.name=Wrench
|
||||
item.refinedstorage:wrench.saved=Configuration written.
|
||||
item.refinedstorage:wrench.read=Configuration read.
|
||||
item.refinedstorage:wrench.cleared=Configuration cleared.
|
||||
item.refinedstorage:wrench.mode=Mode: %s
|
||||
item.refinedstorage:wrench.mode.0=Rotation
|
||||
item.refinedstorage:wrench.mode.1=Configuration
|
||||
6
src/main/resources/assets/refinedstorage/models/item/wrench.json
Executable file
6
src/main/resources/assets/refinedstorage/models/item/wrench.json
Executable file
@@ -0,0 +1,6 @@
|
||||
{
|
||||
"parent": "item/generated",
|
||||
"textures": {
|
||||
"layer0": "refinedstorage:items/wrench"
|
||||
}
|
||||
}
|
||||
BIN
src/main/resources/assets/refinedstorage/textures/items/wrench.png
Executable file
BIN
src/main/resources/assets/refinedstorage/textures/items/wrench.png
Executable file
Binary file not shown.
|
After Width: | Height: | Size: 372 B |
Reference in New Issue
Block a user