Skip to content

Commit 1c28eb0

Browse files
committed
Fix missing transmutation terminal block light
1 parent 7f3bc4a commit 1c28eb0

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/main/resources/assets/appliede/models/part/transmutation_terminal_on.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"north": {
1313
"texture": "#lightsBright",
1414
"tintindex": 3,
15-
"unlit": true
15+
"neoforge_data": { "block_light": 15, "sky_light": 15 }
1616
}
1717
}
1818
},
@@ -23,7 +23,7 @@
2323
"north": {
2424
"texture": "#lightsMedium",
2525
"tintindex": 2,
26-
"unlit": true
26+
"neoforge_data": { "block_light": 15, "sky_light": 15 }
2727
}
2828
}
2929
},
@@ -34,7 +34,7 @@
3434
"north": {
3535
"texture": "#lightsDark",
3636
"tintindex": 1,
37-
"unlit": true
37+
"neoforge_data": { "block_light": 15, "sky_light": 15 }
3838
}
3939
}
4040
}

0 commit comments

Comments
 (0)