Skip to content

Commit ef47800

Browse files
Fix classic light, missing textures
1 parent df9c82d commit ef47800

2 files changed

Lines changed: 18 additions & 2 deletions

File tree

assets/minecraft/items/sea_lantern.json

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -80,6 +80,15 @@
8080
"model": "tardis:item/lights/thirteenth_on"
8181
}
8282
},
83+
{
84+
"when": {
85+
"text": "Light Classic Offset On"
86+
},
87+
"model": {
88+
"type": "minecraft:model",
89+
"model": "tardis:item/lights/classic_offset_on"
90+
}
91+
},
8392
{
8493
"when": {
8594
"color": "white",
@@ -91,6 +100,15 @@
91100
"model": "tardis:item/lights/classic_offset_on"
92101
}
93102
},
103+
{
104+
"when": {
105+
"text": "Light Classic On"
106+
},
107+
"model": {
108+
"type": "minecraft:model",
109+
"model": "tardis:item/lights/classic_on"
110+
}
111+
},
94112
{
95113
"when": {
96114
"color": "white",

assets/tardis/models/item/doors/diner_extra.json

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,6 @@
8282
"east": {"uv": [0, 0, 2, 16], "texture": "#5"},
8383
"south": {"uv": [0, 0, 1, 16], "texture": "#5"},
8484
"west": {"uv": [0, 0, 2, 16], "texture": "#5"},
85-
"up": {"uv": [0, 0, 0, 0], "texture": "#missing"},
8685
"down": {"uv": [0, 0, 1, 2], "rotation": 180, "texture": "#5"}
8786
}
8887
},
@@ -95,7 +94,6 @@
9594
"east": {"uv": [0, 0, 2, 16], "texture": "#5"},
9695
"south": {"uv": [0, 0, 1, 16], "texture": "#5"},
9796
"west": {"uv": [0, 0, 2, 16], "texture": "#5"},
98-
"up": {"uv": [0, 0, 0, 0], "texture": "#missing"},
9997
"down": {"uv": [0, 0, 1, 2], "rotation": 180, "texture": "#5"}
10098
}
10199
},

0 commit comments

Comments
 (0)