forked from GregTechCEu/GregTech
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Electric Wirecutter (GregTechCEu#2404)
- Loading branch information
1 parent
db174d2
commit 4e47ef8
Showing
11 changed files
with
82 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
6 changes: 6 additions & 0 deletions
6
src/main/resources/assets/gregtech/models/item/material_sets/dull/tool_head_wirecutter.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
{ | ||
"parent": "item/generated", | ||
"textures": { | ||
"layer0": "gregtech:items/material_sets/dull/tool_head_wire_cutter" | ||
} | ||
} |
7 changes: 7 additions & 0 deletions
7
src/main/resources/assets/gregtech/models/item/tools/wire_cutter_hv.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
{ | ||
"parent": "item/handheld", | ||
"textures": { | ||
"layer0": "gregtech:items/tools/handle_electric_wire_cutter_hv", | ||
"layer1": "gregtech:items/tools/wire_cutter_electric" | ||
} | ||
} |
7 changes: 7 additions & 0 deletions
7
src/main/resources/assets/gregtech/models/item/tools/wire_cutter_iv.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
{ | ||
"parent": "item/handheld", | ||
"textures": { | ||
"layer0": "gregtech:items/tools/handle_electric_wire_cutter_iv", | ||
"layer1": "gregtech:items/tools/wire_cutter_electric" | ||
} | ||
} |
7 changes: 7 additions & 0 deletions
7
src/main/resources/assets/gregtech/models/item/tools/wire_cutter_lv.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
{ | ||
"parent": "item/handheld", | ||
"textures": { | ||
"layer0": "gregtech:items/tools/handle_electric_wire_cutter_lv", | ||
"layer1": "gregtech:items/tools/wire_cutter_electric" | ||
} | ||
} |
Binary file added
BIN
+2.49 KB
...sources/assets/gregtech/textures/items/tools/handle_electric_wire_cutter_hv.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+2.47 KB
...sources/assets/gregtech/textures/items/tools/handle_electric_wire_cutter_iv.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+2.45 KB
...sources/assets/gregtech/textures/items/tools/handle_electric_wire_cutter_lv.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+1.74 KB
src/main/resources/assets/gregtech/textures/items/tools/wire_cutter_electric.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.