Skip to content

Commit 7f0b3fb

Browse files
committed
Added glow to light staff
1 parent 8359ed4 commit 7f0b3fb

File tree

6 files changed

+1084
-165
lines changed

6 files changed

+1084
-165
lines changed

resource_packs/whynot/attachables/light.attachable.json

Lines changed: 6 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -3,34 +3,24 @@
33
"minecraft:attachable": {
44
"description": {
55
"identifier": "whynot:light",
6-
"render_controllers": [
7-
"controller.render.default",
8-
"controller.render.entity.outline" // For outline.
9-
],
6+
"render_controllers": ["controller.render.default"],
107
"materials": {
11-
"default": "outline_base", // Must have due to custom material keeping the base on front.
12-
"outline": "outline" // For outline.
8+
"default": "breeze_wind_charge"
139
},
1410
"textures": {
15-
"default": "textures/entity/attachable/light", // Base texture
16-
"outline": "textures/white" // Outline texture
11+
"default": "textures/entity/attachable/light"
1712
},
1813
"geometry": {
19-
"default": "geometry.light",
20-
"outline": "geometry.light_outline"
14+
"default": "geometry.light"
2115
},
2216
"animations": {
2317
"first_person_hold": "animation.light.first_person_hold",
2418
"third_person_hold": "animation.light.third_person_hold"
2519
},
2620
"scripts": {
2721
"animate": [
28-
{
29-
"first_person_hold": "c.is_first_person"
30-
},
31-
{
32-
"third_person_hold": "!c.is_first_person"
33-
}
22+
{"first_person_hold": "c.is_first_person"},
23+
{"third_person_hold": "!c.is_first_person"}
3424
]
3525
}
3626
}

resource_packs/whynot/materials/entity.material

Lines changed: 0 additions & 37 deletions
This file was deleted.

0 commit comments

Comments
 (0)