-
Notifications
You must be signed in to change notification settings - Fork 13
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
cd84f0c
commit 661d431
Showing
12 changed files
with
320 additions
and
0 deletions.
There are no files selected for viewing
79 changes: 79 additions & 0 deletions
79
src/main/resources/assets/powertool/models/block/gorgeous_safe.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,79 @@ | ||
{ | ||
"credit": "Made with Blockbench", | ||
"texture_size": [64, 64], | ||
"textures": { | ||
"0": "powertool:block/gorgeous_safe", | ||
"particle": "powertool:block/gorgeous_safe" | ||
}, | ||
"elements": [ | ||
{ | ||
"name": "out", | ||
"from": [0, 0, 0], | ||
"to": [16, 16, 16], | ||
"faces": { | ||
"north": {"uv": [0, 0, 4, 4], "texture": "#0"}, | ||
"east": {"uv": [0, 4, 4, 8], "texture": "#0"}, | ||
"south": {"uv": [4, 0, 8, 4], "texture": "#0"}, | ||
"west": {"uv": [4, 4, 8, 8], "texture": "#0"}, | ||
"up": {"uv": [4, 12, 0, 8], "texture": "#0"}, | ||
"down": {"uv": [12, 0, 8, 4], "texture": "#0"} | ||
} | ||
}, | ||
{ | ||
"name": "in", | ||
"from": [2, 2, 1], | ||
"to": [14, 14, 0], | ||
"rotation": {"angle": 0, "axis": "y", "origin": [2, 2, 4]}, | ||
"faces": { | ||
"north": {"uv": [4, 8, 7, 11], "texture": "#0"}, | ||
"east": {"uv": [7, 8, 7.25, 11], "texture": "#0"}, | ||
"south": {"uv": [8, 4, 11, 7], "texture": "#0"}, | ||
"west": {"uv": [8, 7, 8.25, 10], "texture": "#0"}, | ||
"up": {"uv": [11.25, 7.25, 8.25, 7], "texture": "#0"}, | ||
"down": {"uv": [11.25, 7.25, 8.25, 7.5], "texture": "#0"} | ||
} | ||
} | ||
], | ||
"display": { | ||
"thirdperson_righthand": { | ||
"rotation": [75, 45, 0], | ||
"translation": [0, 2.5, 0], | ||
"scale": [0.375, 0.375, 0.375] | ||
}, | ||
"thirdperson_lefthand": { | ||
"rotation": [75, 45, 0], | ||
"translation": [0, 2.5, 0], | ||
"scale": [0.375, 0.375, 0.375] | ||
}, | ||
"firstperson_righthand": { | ||
"rotation": [0, 45, 0], | ||
"scale": [0.4, 0.4, 0.4] | ||
}, | ||
"firstperson_lefthand": { | ||
"rotation": [0, 225, 0], | ||
"scale": [0.4, 0.4, 0.4] | ||
}, | ||
"ground": { | ||
"translation": [0, 3, 0], | ||
"scale": [0.25, 0.25, 0.25] | ||
}, | ||
"gui": { | ||
"rotation": [30, 225, 0], | ||
"scale": [0.625, 0.625, 0.625] | ||
}, | ||
"head": { | ||
"translation": [0, 0, 0.75] | ||
}, | ||
"fixed": { | ||
"scale": [0.5, 0.5, 0.5] | ||
} | ||
}, | ||
"groups": [ | ||
{ | ||
"name": "group", | ||
"origin": [0, 0, 0], | ||
"color": 0, | ||
"children": [0, 1] | ||
} | ||
] | ||
} |
79 changes: 79 additions & 0 deletions
79
src/main/resources/assets/powertool/models/block/mechanical_safe.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,79 @@ | ||
{ | ||
"credit": "Made with Blockbench", | ||
"texture_size": [64, 64], | ||
"textures": { | ||
"0": "powertool:block/mechanical_safe", | ||
"particle": "powertool:block/mechanical_safe" | ||
}, | ||
"elements": [ | ||
{ | ||
"name": "out", | ||
"from": [0, 0, 0], | ||
"to": [16, 16, 16], | ||
"faces": { | ||
"north": {"uv": [0, 0, 4, 4], "texture": "#0"}, | ||
"east": {"uv": [0, 4, 4, 8], "texture": "#0"}, | ||
"south": {"uv": [4, 0, 8, 4], "texture": "#0"}, | ||
"west": {"uv": [4, 4, 8, 8], "texture": "#0"}, | ||
"up": {"uv": [4, 12, 0, 8], "texture": "#0"}, | ||
"down": {"uv": [12, 0, 8, 4], "texture": "#0"} | ||
} | ||
}, | ||
{ | ||
"name": "in", | ||
"from": [2, 2, 1], | ||
"to": [14, 14, 0], | ||
"rotation": {"angle": 0, "axis": "y", "origin": [2, 2, 4]}, | ||
"faces": { | ||
"north": {"uv": [4, 8, 7, 11], "texture": "#0"}, | ||
"east": {"uv": [7, 8, 7.25, 11], "texture": "#0"}, | ||
"south": {"uv": [8, 4, 11, 7], "texture": "#0"}, | ||
"west": {"uv": [8, 7, 8.25, 10], "texture": "#0"}, | ||
"up": {"uv": [11.25, 7.25, 8.25, 7], "texture": "#0"}, | ||
"down": {"uv": [11.25, 7.25, 8.25, 7.5], "texture": "#0"} | ||
} | ||
} | ||
], | ||
"display": { | ||
"thirdperson_righthand": { | ||
"rotation": [75, 45, 0], | ||
"translation": [0, 2.5, 0], | ||
"scale": [0.375, 0.375, 0.375] | ||
}, | ||
"thirdperson_lefthand": { | ||
"rotation": [75, 45, 0], | ||
"translation": [0, 2.5, 0], | ||
"scale": [0.375, 0.375, 0.375] | ||
}, | ||
"firstperson_righthand": { | ||
"rotation": [0, 45, 0], | ||
"scale": [0.4, 0.4, 0.4] | ||
}, | ||
"firstperson_lefthand": { | ||
"rotation": [0, 225, 0], | ||
"scale": [0.4, 0.4, 0.4] | ||
}, | ||
"ground": { | ||
"translation": [0, 3, 0], | ||
"scale": [0.25, 0.25, 0.25] | ||
}, | ||
"gui": { | ||
"rotation": [30, 225, 0], | ||
"scale": [0.625, 0.625, 0.625] | ||
}, | ||
"head": { | ||
"translation": [0, 0, 0.75] | ||
}, | ||
"fixed": { | ||
"scale": [0.5, 0.5, 0.5] | ||
} | ||
}, | ||
"groups": [ | ||
{ | ||
"name": "group", | ||
"origin": [0, 0, 0], | ||
"color": 0, | ||
"children": [0, 1] | ||
} | ||
] | ||
} |
79 changes: 79 additions & 0 deletions
79
src/main/resources/assets/powertool/models/block/plain_safe.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,79 @@ | ||
{ | ||
"credit": "Made with Blockbench", | ||
"texture_size": [64, 64], | ||
"textures": { | ||
"0": "powertool:block/plain_safe", | ||
"particle": "powertool:block/plain_safe" | ||
}, | ||
"elements": [ | ||
{ | ||
"name": "out", | ||
"from": [0, 0, 0], | ||
"to": [16, 16, 16], | ||
"faces": { | ||
"north": {"uv": [0, 0, 4, 4], "texture": "#0"}, | ||
"east": {"uv": [0, 4, 4, 8], "texture": "#0"}, | ||
"south": {"uv": [4, 0, 8, 4], "texture": "#0"}, | ||
"west": {"uv": [4, 4, 8, 8], "texture": "#0"}, | ||
"up": {"uv": [4, 12, 0, 8], "texture": "#0"}, | ||
"down": {"uv": [12, 0, 8, 4], "texture": "#0"} | ||
} | ||
}, | ||
{ | ||
"name": "in", | ||
"from": [2, 2, 1], | ||
"to": [14, 14, 0], | ||
"rotation": {"angle": 0, "axis": "y", "origin": [2, 2, 4]}, | ||
"faces": { | ||
"north": {"uv": [4, 8, 7, 11], "texture": "#0"}, | ||
"east": {"uv": [7, 8, 7.25, 11], "texture": "#0"}, | ||
"south": {"uv": [8, 4, 11, 7], "texture": "#0"}, | ||
"west": {"uv": [8, 7, 8.25, 10], "texture": "#0"}, | ||
"up": {"uv": [11.25, 7.25, 8.25, 7], "texture": "#0"}, | ||
"down": {"uv": [11.25, 7.25, 8.25, 7.5], "texture": "#0"} | ||
} | ||
} | ||
], | ||
"display": { | ||
"thirdperson_righthand": { | ||
"rotation": [75, 45, 0], | ||
"translation": [0, 2.5, 0], | ||
"scale": [0.375, 0.375, 0.375] | ||
}, | ||
"thirdperson_lefthand": { | ||
"rotation": [75, 45, 0], | ||
"translation": [0, 2.5, 0], | ||
"scale": [0.375, 0.375, 0.375] | ||
}, | ||
"firstperson_righthand": { | ||
"rotation": [0, 45, 0], | ||
"scale": [0.4, 0.4, 0.4] | ||
}, | ||
"firstperson_lefthand": { | ||
"rotation": [0, 225, 0], | ||
"scale": [0.4, 0.4, 0.4] | ||
}, | ||
"ground": { | ||
"translation": [0, 3, 0], | ||
"scale": [0.25, 0.25, 0.25] | ||
}, | ||
"gui": { | ||
"rotation": [30, 225, 0], | ||
"scale": [0.625, 0.625, 0.625] | ||
}, | ||
"head": { | ||
"translation": [0, 0, 0.75] | ||
}, | ||
"fixed": { | ||
"scale": [0.5, 0.5, 0.5] | ||
} | ||
}, | ||
"groups": [ | ||
{ | ||
"name": "group", | ||
"origin": [0, 0, 0], | ||
"color": 0, | ||
"children": [0, 1] | ||
} | ||
] | ||
} |
79 changes: 79 additions & 0 deletions
79
src/main/resources/assets/powertool/models/block/tech_safe.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,79 @@ | ||
{ | ||
"credit": "Made with Blockbench", | ||
"texture_size": [64, 64], | ||
"textures": { | ||
"0": "powertool:block/tech_safe", | ||
"particle": "powertool:block/tech_safe" | ||
}, | ||
"elements": [ | ||
{ | ||
"name": "out", | ||
"from": [0, 0, 0], | ||
"to": [16, 16, 16], | ||
"faces": { | ||
"north": {"uv": [0, 0, 4, 4], "texture": "#0"}, | ||
"east": {"uv": [0, 4, 4, 8], "texture": "#0"}, | ||
"south": {"uv": [4, 0, 8, 4], "texture": "#0"}, | ||
"west": {"uv": [4, 4, 8, 8], "texture": "#0"}, | ||
"up": {"uv": [4, 12, 0, 8], "texture": "#0"}, | ||
"down": {"uv": [12, 0, 8, 4], "texture": "#0"} | ||
} | ||
}, | ||
{ | ||
"name": "in", | ||
"from": [2, 2, 1], | ||
"to": [14, 14, 0], | ||
"rotation": {"angle": 0, "axis": "y", "origin": [2, 2, 4]}, | ||
"faces": { | ||
"north": {"uv": [4, 8, 7, 11], "texture": "#0"}, | ||
"east": {"uv": [7, 8, 7.25, 11], "texture": "#0"}, | ||
"south": {"uv": [8, 4, 11, 7], "texture": "#0"}, | ||
"west": {"uv": [8, 7, 8.25, 10], "texture": "#0"}, | ||
"up": {"uv": [11.25, 7.25, 8.25, 7], "texture": "#0"}, | ||
"down": {"uv": [11.25, 7.25, 8.25, 7.5], "texture": "#0"} | ||
} | ||
} | ||
], | ||
"display": { | ||
"thirdperson_righthand": { | ||
"rotation": [75, 45, 0], | ||
"translation": [0, 2.5, 0], | ||
"scale": [0.375, 0.375, 0.375] | ||
}, | ||
"thirdperson_lefthand": { | ||
"rotation": [75, 45, 0], | ||
"translation": [0, 2.5, 0], | ||
"scale": [0.375, 0.375, 0.375] | ||
}, | ||
"firstperson_righthand": { | ||
"rotation": [0, 45, 0], | ||
"scale": [0.4, 0.4, 0.4] | ||
}, | ||
"firstperson_lefthand": { | ||
"rotation": [0, 225, 0], | ||
"scale": [0.4, 0.4, 0.4] | ||
}, | ||
"ground": { | ||
"translation": [0, 3, 0], | ||
"scale": [0.25, 0.25, 0.25] | ||
}, | ||
"gui": { | ||
"rotation": [30, 225, 0], | ||
"scale": [0.625, 0.625, 0.625] | ||
}, | ||
"head": { | ||
"translation": [0, 0, 0.75] | ||
}, | ||
"fixed": { | ||
"scale": [0.5, 0.5, 0.5] | ||
} | ||
}, | ||
"groups": [ | ||
{ | ||
"name": "group", | ||
"origin": [0, 0, 0], | ||
"color": 0, | ||
"children": [0, 1] | ||
} | ||
] | ||
} |
1 change: 1 addition & 0 deletions
1
src/main/resources/assets/powertool/textures/block/gorgeous_safe.bbmodel
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 @@ | ||
{"meta":{"format_version":"4.10","model_format":"java_block","box_uv":false},"name":"gorgeous_safe","parent":"","ambientocclusion":true,"front_gui_light":false,"visible_box":[1,1,0],"variable_placeholders":"","variable_placeholder_buttons":[],"unhandled_root_fields":{},"resolution":{"width":64,"height":64},"elements":[{"name":"out","box_uv":false,"rescale":false,"locked":true,"render_order":"default","allow_mirror_modeling":true,"from":[0,0,0],"to":[16,16,16],"autouv":0,"color":1,"origin":[0,0,0],"faces":{"north":{"uv":[0,0,16,16],"texture":0},"east":{"uv":[0,16,16,32],"texture":0},"south":{"uv":[16,0,32,16],"texture":0},"west":{"uv":[16,16,32,32],"texture":0},"up":{"uv":[16,48,0,32],"texture":0},"down":{"uv":[48,0,32,16],"texture":0}},"type":"cube","uuid":"22121d26-e22a-0627-93c4-651b06cf5aa9"},{"name":"in","box_uv":false,"rescale":false,"locked":false,"render_order":"default","allow_mirror_modeling":true,"from":[2,2,1],"to":[14,14,0],"autouv":0,"color":6,"origin":[2,2,4],"faces":{"north":{"uv":[16,32,28,44],"texture":0},"east":{"uv":[28,32,29,44],"texture":0},"south":{"uv":[32,16,44,28],"texture":0},"west":{"uv":[32,28,33,40],"texture":0},"up":{"uv":[45,29,33,28],"texture":0},"down":{"uv":[45,29,33,30],"texture":0}},"type":"cube","uuid":"d8dd635a-2df4-e3d9-305b-4c6e8e22a984"}],"outliner":[{"name":"group","origin":[0,0,0],"color":0,"uuid":"62d91ce1-3541-ebe5-cae9-3e8e0ffa9e91","export":true,"mirror_uv":false,"isOpen":true,"locked":false,"visibility":true,"autouv":0,"children":["22121d26-e22a-0627-93c4-651b06cf5aa9","d8dd635a-2df4-e3d9-305b-4c6e8e22a984"]}],"textures":[{"path":"C:\\Users\\mailm\\Documents\\project\\PowerTool\\src\\main\\resources\\assets\\powertool\\textures\\block\\gorgeous_safe.png","name":"gorgeous_safe.png","folder":"block","namespace":"powertool","id":"0","width":64,"height":64,"uv_width":64,"uv_height":64,"particle":true,"use_as_default":false,"layers_enabled":false,"sync_to_project":"","render_mode":"default","render_sides":"auto","frame_time":1,"frame_order_type":"loop","frame_order":"","frame_interpolate":false,"visible":true,"internal":true,"saved":true,"uuid":"9e52d25c-ff36-f8a0-46ef-f2457a52dc62","relative_path":"gorgeous_safe.png","source":"data:image/png;base64,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"}],"display":{"thirdperson_righthand":{"rotation":[75,45,0],"translation":[0,2.5,0],"scale":[0.375,0.375,0.375]},"thirdperson_lefthand":{"rotation":[75,45,0],"translation":[0,2.5,0],"scale":[0.375,0.375,0.375]},"firstperson_righthand":{"rotation":[0,45,0],"scale":[0.4,0.4,0.4]},"firstperson_lefthand":{"rotation":[0,225,0],"scale":[0.4,0.4,0.4]},"ground":{"translation":[0,3,0],"scale":[0.25,0.25,0.25]},"gui":{"rotation":[30,225,0],"scale":[0.625,0.625,0.625]},"head":{"translation":[0,0,0.75]},"fixed":{"scale":[0.5,0.5,0.5]}}} |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Oops, something went wrong.