Skip to content

Commit 2c2f064

Browse files
new turbine texture test
1 parent f401940 commit 2c2f064

File tree

8 files changed

+1368
-9
lines changed

8 files changed

+1368
-9
lines changed

src/main/java/com/rae/crowns/init/client/PartialModelInit.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
@SuppressWarnings("ALL")
77
public class PartialModelInit {
8-
public static final PartialModel TURBINE_STAGE = block("turbine/turbine_stage");
8+
public static final PartialModel TURBINE_STAGE = block("turbine/turbine_stage_v2");
99
public static final PartialModel COMPRESSOR_STAGE = block("compressor/compressor_stage");
1010

1111

src/main/resources/assets/crowns/models/block/new-turbine.bbmodel

Lines changed: 1 addition & 0 deletions
Large diffs are not rendered by default.
7.66 KB
Loading
Lines changed: 40 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,40 @@
1+
{
2+
"credit": "Made with Blockbench",
3+
"loader": "neoforge:obj",
4+
"flip_v": true,
5+
"model": "crowns:models/block/turbine/turbine_stage_v2.obj",
6+
"textures" : {
7+
"turbine":"crowns:block/turbine/turbine_texture"
8+
},
9+
"display": {
10+
"thirdperson_righthand": {
11+
"rotation": [75, 45, 0],
12+
"translation": [0, 2.5, 0],
13+
"scale": [0.375, 0.375, 0.375]
14+
},
15+
"thirdperson_lefthand": {
16+
"rotation": [75, 45, 0],
17+
"translation": [0, 2.5, 0],
18+
"scale": [0.375, 0.375, 0.375]
19+
},
20+
"firstperson_righthand": {
21+
"rotation": [0, 45, 0],
22+
"scale": [0.4, 0.4, 0.4]
23+
},
24+
"firstperson_lefthand": {
25+
"rotation": [0, 225, 0],
26+
"scale": [0.4, 0.4, 0.4]
27+
},
28+
"ground": {
29+
"translation": [0, 3, 0],
30+
"scale": [0.25, 0.25, 0.25]
31+
},
32+
"gui": {
33+
"rotation": [30, 200, 0],
34+
"scale": [0.3, 0.3, 0.3]
35+
},
36+
"fixed": {
37+
"scale": [0.5, 0.5, 0.5]
38+
}
39+
}
40+
}
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
# Made in Blockbench 4.12.4
2+
newmtl turbine
3+
map_Kd #turbine
4+
newmtl none

0 commit comments

Comments
 (0)