-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Added Star Wars Models, and brand new cosmetics
- Loading branch information
Showing
172 changed files
with
234,508 additions
and
5,747 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,32 @@ | ||
{ | ||
"credit": "Made with Blockbench", | ||
"textures": { | ||
"0": "custom/ship1", | ||
"particle": "custom/ship1" | ||
}, | ||
"elements": [ | ||
{ | ||
"from": [-16, 0, 0], | ||
"to": [32, 31, 0.001], | ||
"faces": { | ||
"north": {"uv": [15.49287, 1.06498, 0, 14.96038], "texture": "#0"}, | ||
"east": {"uv": [15.49287, 1.06498, 0, 14.96038], "texture": "#0"}, | ||
"south": {"uv": [0, 1.06498, 15.49287, 14.96038], "texture": "#0"}, | ||
"west": {"uv": [15.49287, 1.06498, 0, 14.96038], "texture": "#0"}, | ||
"up": {"uv": [15.49287, 1.06498, 0, 14.96038], "texture": "#0"}, | ||
"down": {"uv": [15.49287, 1.06498, 0, 14.96038], "texture": "#0"} | ||
} | ||
} | ||
], | ||
"display": { | ||
"thirdperson_righthand": { | ||
"rotation": [90, 0, 0], | ||
"translation": [0, -30.75, 0], | ||
"scale": [4, 4, 4] | ||
}, | ||
"gui": { | ||
"translation": [0, -3, 0], | ||
"scale": [0.3, 0.3, 0.3] | ||
} | ||
} | ||
} |
33 changes: 33 additions & 0 deletions
33
1.12/assets/minecraft/models/item/decorations/ge/falcon.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,33 @@ | ||
{ | ||
"credit": "Made with Blockbench", | ||
"textures": { | ||
"0": "custom/ship2", | ||
"particle": "custom/ship2" | ||
}, | ||
"elements": [ | ||
{ | ||
"from": [0, 0, -16], | ||
"to": [0.001, 16, 32], | ||
"faces": { | ||
"north": {"uv": [0.05071, 11.66403, 16, 15.61965], "texture": "#0"}, | ||
"east": {"uv": [0.05071, 11.66403, 16, 15.61965], "texture": "#0"}, | ||
"south": {"uv": [0.05071, 11.66403, 16, 15.61965], "texture": "#0"}, | ||
"west": {"uv": [16, 11.66403, 0.05071, 15.61965], "texture": "#0"}, | ||
"up": {"uv": [0.05071, 11.66403, 16, 15.61965], "texture": "#0"}, | ||
"down": {"uv": [0.05071, 11.66403, 16, 15.61965], "texture": "#0"} | ||
} | ||
} | ||
], | ||
"display": { | ||
"thirdperson_righthand": { | ||
"rotation": [90, -89, 0], | ||
"translation": [0, -27.5, 3.75], | ||
"scale": [4, 4, 4] | ||
}, | ||
"gui": { | ||
"rotation": [0, 90, 0], | ||
"translation": [0, 2.25, 0], | ||
"scale": [0.5, 0.5, 0.5] | ||
} | ||
} | ||
} |
33 changes: 33 additions & 0 deletions
33
1.12/assets/minecraft/models/item/decorations/ge/freighter.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,33 @@ | ||
{ | ||
"credit": "Made with Blockbench", | ||
"textures": { | ||
"0": "custom/ship2", | ||
"particle": "custom/ship2" | ||
}, | ||
"elements": [ | ||
{ | ||
"from": [0, -13, -16], | ||
"to": [0.001, 11, 32], | ||
"faces": { | ||
"north": {"uv": [0, 5.65452, 16, 10.16799], "texture": "#0"}, | ||
"east": {"uv": [16, 5.65452, 0, 10.16799], "texture": "#0"}, | ||
"south": {"uv": [0, 5.65452, 16, 10.16799], "texture": "#0"}, | ||
"west": {"uv": [0, 5.65452, 16, 10.16799], "texture": "#0"}, | ||
"up": {"uv": [0, 5.65452, 16, 10.16799], "texture": "#0"}, | ||
"down": {"uv": [0, 5.65452, 16, 10.16799], "texture": "#0"} | ||
} | ||
} | ||
], | ||
"display": { | ||
"thirdperson_righthand": { | ||
"rotation": [90, 90, 0], | ||
"translation": [15.75, 38.25, 24.25], | ||
"scale": [4, 4, 4] | ||
}, | ||
"gui": { | ||
"rotation": [0, 89, 0], | ||
"translation": [0.75, 2.25, 0], | ||
"scale": [0.3, 0.3, 0.3] | ||
} | ||
} | ||
} |
Oops, something went wrong.