mirror of
https://github.com/TeamMidnightDust/ThisRocks.git
synced 2025-12-17 11:25:10 +01:00
This Rocks 1.4.0 - 1.17 and QOL
- Update to 1.17-pre1 and Java 16 - Make starfish items contain variations - Fix bugs
This commit is contained in:
42
src/main/resources/assets/rocks/models/block/starfish_pink.json
Normal file → Executable file
42
src/main/resources/assets/rocks/models/block/starfish_pink.json
Normal file → Executable file
@@ -1,9 +1,10 @@
|
||||
{
|
||||
"credit": "made by Motschen",
|
||||
"credit": "Made with Blockbench",
|
||||
"textures": {
|
||||
"0": "rocks:block/starfish_pink",
|
||||
"particle": "rocks:block/starfish_pink"
|
||||
},
|
||||
"gui_light": "front",
|
||||
"elements": [
|
||||
{
|
||||
"from": [7.5, 0, 8.5],
|
||||
@@ -305,6 +306,43 @@
|
||||
}
|
||||
}
|
||||
],
|
||||
"display": {
|
||||
"thirdperson_righthand": {
|
||||
"rotation": [65, 35, 0],
|
||||
"translation": [0, 2.25, 3.5],
|
||||
"scale": [0.5, 0.5, 0.5]
|
||||
},
|
||||
"thirdperson_lefthand": {
|
||||
"rotation": [65, 35, 0],
|
||||
"translation": [0, 2.5, 3.5],
|
||||
"scale": [0.5, 0.5, 0.5]
|
||||
},
|
||||
"firstperson_righthand": {
|
||||
"rotation": [29, 0, 23],
|
||||
"translation": [3.25, 3.75, 0]
|
||||
},
|
||||
"firstperson_lefthand": {
|
||||
"rotation": [29, 0, 23],
|
||||
"translation": [6.25, 3.75, 0]
|
||||
},
|
||||
"ground": {
|
||||
"translation": [0.25, 3.75, 0],
|
||||
"scale": [0.75, 0.75, 0.75]
|
||||
},
|
||||
"gui": {
|
||||
"rotation": [90, 35, 0],
|
||||
"translation": [0.25, -1.5, 0],
|
||||
"scale": [1.5, 1.5, 1.5]
|
||||
},
|
||||
"head": {
|
||||
"translation": [-0.25, 14.25, 0.75]
|
||||
},
|
||||
"fixed": {
|
||||
"rotation": [-90, 0, 0],
|
||||
"translation": [-0.25, 1.25, -12],
|
||||
"scale": [1.5, 1.5, 1.5]
|
||||
}
|
||||
},
|
||||
"groups": [
|
||||
{
|
||||
"name": "side1",
|
||||
@@ -331,4 +369,4 @@
|
||||
"origin": [0, 0, 0],
|
||||
"children": [16, 17, 18, 19]
|
||||
}, 20, 21, 22]
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user