Fix lamps missing textures (#2634)
* Update lamp_incandescent.json * Update lamp_incandescent_on.json * Update lamp_led.json * Update lamp_led_on.json
This commit is contained in:
parent
7d9fb6d414
commit
52e43da3a8
4 changed files with 8 additions and 8 deletions
|
@ -18,7 +18,7 @@
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"textures": {
|
"textures": {
|
||||||
"0": "techreborn:block/machines/lighting/lamp"
|
"0": "techreborn:block/machines/lighting/lamp",
|
||||||
"particle":"techreborn:block/machines/lighting/lamp"
|
"particle":"techreborn:block/machines/lighting/lamp"
|
||||||
},
|
},
|
||||||
"elements": [
|
"elements": [
|
||||||
|
@ -49,4 +49,4 @@
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|
|
@ -18,7 +18,7 @@
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"textures": {
|
"textures": {
|
||||||
"0": "techreborn:block/machines/lighting/lamp_lit"
|
"0": "techreborn:block/machines/lighting/lamp_lit",
|
||||||
"particle":"techreborn:block/machines/lighting/lamp_lit"
|
"particle":"techreborn:block/machines/lighting/lamp_lit"
|
||||||
},
|
},
|
||||||
"elements": [
|
"elements": [
|
||||||
|
@ -49,4 +49,4 @@
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|
|
@ -18,7 +18,7 @@
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"textures": {
|
"textures": {
|
||||||
"0": "techreborn:block/machines/lighting/lamp"
|
"0": "techreborn:block/machines/lighting/lamp",
|
||||||
"particle":"techreborn:block/machines/lighting/lamp"
|
"particle":"techreborn:block/machines/lighting/lamp"
|
||||||
},
|
},
|
||||||
"elements": [
|
"elements": [
|
||||||
|
@ -36,4 +36,4 @@
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|
|
@ -18,7 +18,7 @@
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"textures": {
|
"textures": {
|
||||||
"0": "techreborn:block/machines/lighting/lamp_lit"
|
"0": "techreborn:block/machines/lighting/lamp_lit",
|
||||||
"particle":"techreborn:block/machines/lighting/lamp_lit"
|
"particle":"techreborn:block/machines/lighting/lamp_lit"
|
||||||
},
|
},
|
||||||
"elements": [
|
"elements": [
|
||||||
|
@ -36,4 +36,4 @@
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue