Skip to content

Commit d9756af

Browse files
[feat] emissive lantern
1 parent b4afef8 commit d9756af

File tree

1 file changed

+10
-2
lines changed

1 file changed

+10
-2
lines changed

src/main/resources/assets/create_enchantment_industry/models/block/experience_lantern.json

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,11 @@
5555
"west": {"uv": [8, 8, 16, 16], "texture": "#bulb"},
5656
"up": {"uv": [8, 8, 16, 16], "texture": "#bulb"},
5757
"down": {"uv": [8, 8, 16, 16], "texture": "#bulb"}
58-
}
58+
},
59+
"neoforge_data": {
60+
"block_light": 15,
61+
"sky_light": 15
62+
}
5963
},
6064
{
6165
"from": [12.25, 16.25, 12.25],
@@ -68,7 +72,11 @@
6872
"west": {"uv": [0, 8, 8, 0], "texture": "#bulb"},
6973
"up": {"uv": [0, 8, 8, 16], "texture": "#bulb"},
7074
"down": {"uv": [8, 0, 16, 8], "texture": "#bulb"}
71-
}
75+
},
76+
"neoforge_data": {
77+
"block_light": 15,
78+
"sky_light": 15
79+
}
7280
}
7381
],
7482
"display": {

0 commit comments

Comments
 (0)