-
Notifications
You must be signed in to change notification settings - Fork 15
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
Showing
7 changed files
with
201 additions
and
7 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
6 changes: 6 additions & 0 deletions
6
src/generated/resources/assets/frostedheart/models/item/flux.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": "minecraft:item/generated", | ||
"textures": { | ||
"layer0": "frostedheart:item/flux" | ||
} | ||
} |
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
File renamed without changes.
191 changes: 191 additions & 0 deletions
191
src/main/resources/assets/frostedheart/models/item/radiator.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,191 @@ | ||
{ | ||
"loader": "forge:obj", | ||
"model": "frostedheart:models/block/heat_radiator.obj", | ||
"flip_v": true, | ||
"display": { | ||
"thirdperson_righthand": { | ||
"translation": [ | ||
0.0, | ||
-0.125, | ||
0.0 | ||
], | ||
"rotation": [ | ||
-0.37686962, | ||
-0.06645229, | ||
0.9098437 | ||
], | ||
"scale": [ | ||
0.15625, | ||
0.15625, | ||
0.15625 | ||
], | ||
"post-rotation": [ | ||
0.0, | ||
0.0, | ||
1.0 | ||
], | ||
"origin": "corner" | ||
}, | ||
"thirdperson_lefthand": { | ||
"translation": [ | ||
0.0, | ||
-0.125, | ||
0.0 | ||
], | ||
"rotation": [ | ||
-0.37686962, | ||
-0.06645229, | ||
0.9098437 | ||
], | ||
"scale": [ | ||
0.15625, | ||
0.15625, | ||
0.15625 | ||
], | ||
"post-rotation": [ | ||
0.0, | ||
0.0, | ||
1.0 | ||
], | ||
"origin": "corner" | ||
}, | ||
"firstperson_righthand": { | ||
"translation": [ | ||
0.0, | ||
-0.125, | ||
0.0 | ||
], | ||
"rotation": [ | ||
-0.37686962, | ||
-0.06645229, | ||
0.9098437 | ||
], | ||
"scale": [ | ||
0.15625, | ||
0.15625, | ||
0.15625 | ||
], | ||
"post-rotation": [ | ||
0.0, | ||
0.0, | ||
1.0 | ||
], | ||
"origin": "corner" | ||
}, | ||
"firstperson_lefthand": { | ||
"translation": [ | ||
0.0, | ||
-0.125, | ||
0.0 | ||
], | ||
"rotation": [ | ||
-0.37686962, | ||
-0.06645229, | ||
0.9098437 | ||
], | ||
"scale": [ | ||
0.15625, | ||
0.15625, | ||
0.15625 | ||
], | ||
"post-rotation": [ | ||
0.0, | ||
0.0, | ||
1.0 | ||
], | ||
"origin": "corner" | ||
}, | ||
"head": { | ||
"translation": [ | ||
0.0, | ||
-0.125, | ||
0.0 | ||
], | ||
"rotation": [ | ||
-0.37686962, | ||
-0.06645229, | ||
0.9098437 | ||
], | ||
"scale": [ | ||
0.15625, | ||
0.15625, | ||
0.15625 | ||
], | ||
"post-rotation": [ | ||
0.0, | ||
0.0, | ||
1.0 | ||
], | ||
"origin": "corner" | ||
}, | ||
"gui": { | ||
"translation": [ | ||
0.0, | ||
-0.125, | ||
0.0 | ||
], | ||
"rotation": [ | ||
-0.37686962, | ||
-0.06645229, | ||
0.9098437 | ||
], | ||
"scale": [ | ||
0.15625, | ||
0.15625, | ||
0.15625 | ||
], | ||
"post-rotation": [ | ||
0.0, | ||
0.0, | ||
1.0 | ||
], | ||
"origin": "corner" | ||
}, | ||
"ground": { | ||
"translation": [ | ||
0.0, | ||
-0.125, | ||
0.0 | ||
], | ||
"rotation": [ | ||
-0.37686962, | ||
-0.06645229, | ||
0.9098437 | ||
], | ||
"scale": [ | ||
0.15625, | ||
0.15625, | ||
0.15625 | ||
], | ||
"post-rotation": [ | ||
0.0, | ||
0.0, | ||
1.0 | ||
], | ||
"origin": "corner" | ||
}, | ||
"fixed": { | ||
"translation": [ | ||
0.0, | ||
-0.125, | ||
0.0 | ||
], | ||
"rotation": [ | ||
-0.37686962, | ||
-0.06645229, | ||
0.9098437 | ||
], | ||
"scale": [ | ||
0.15625, | ||
0.15625, | ||
0.15625 | ||
], | ||
"post-rotation": [ | ||
0.0, | ||
0.0, | ||
1.0 | ||
], | ||
"origin": "corner" | ||
} | ||
} | ||
} |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.