Fix RGB toys color when worn/in-hand (#30023)

rgbeeeeeeee
This commit is contained in:
SlamBamActionman
2024-07-14 12:26:34 +02:00
committed by GitHub
parent 919b3ac9e6
commit 4f479b6c85
4 changed files with 30 additions and 0 deletions

View File

@@ -184,6 +184,19 @@
energy: 2
- type: RgbLightController
layers: [ 0 ]
- type: Item
inhandVisuals:
left:
- state: bee-inhand-left
shader: unshaded
right:
- state: bee-inhand-right
shader: unshaded
- type: Clothing
clothingVisuals:
head:
- state: bee-equipped-HELMET
shader: unshaded
- type: entity
parent: BasePlushie
@@ -543,6 +556,15 @@
energy: 2
- type: RgbLightController
layers: [ 0 ]
- type: Item
heldPrefix: rainbowcarpplush
inhandVisuals:
left:
- state: rainbowcarpplush-inhand-left
shader: unshaded
right:
- state: rainbowcarpplush-inhand-right
shader: unshaded
- type: entity
parent: PlushieCarp

View File

@@ -53,6 +53,14 @@
{
"name": "rainbowcarpplush"
},
{
"name": "rainbowcarpplush-inhand-left",
"directions": 4
},
{
"name": "rainbowcarpplush-inhand-right",
"directions": 4
},
{
"name": "narplush"
},

Binary file not shown.

After

Width:  |  Height:  |  Size: 15 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 15 KiB