Low-Drag-MC / Shimmer

A mod that integrates my passion for rendering
MIT License
67 stars 22 forks source link

[QUESTION] what am i doing wrong? #110

Open King-Kermit opened 5 months ago

King-Kermit commented 5 months ago

neoforge version 47.1.101 shimmer version 1.20.1-0.2.4
twilightforest version 4.3.2145

Firefly works, reappearing block works, but carminite builder does not work. Neither color nor radius changes. Sorry if its obvious ... I really have no idea what I'm doing.

{
  "ColorReference": {

    "firefly": { "r": 192, "g": 255, "b": 0, "a": 50 },
    "towerdevicered": { "r": 238, "g": 2, "b": 2, "a": 100 },
    "towerdevicegreen": { "r": 186, "g": 238, "b": 2, "a": 100 }
  },

  "LightBlock": [

    { "block": "twilightforest:firefly", "state": {"facing": "up"}, "color": "#firefly", "radius": 15 },
    { "block": "twilightforest:reappearing_block", "state": {"active": false, "vanished": false}, "color": "#towerdevicered", "radius": 14 },
    { "block": "twilightforest:reappearing_block", "state": {"active": true, "vanished": false}, "color": "#towerdevicegreen", "radius": 4 },
    { "block": "twilightforest:reappearing_block", "state": {"active": false, "vanished": true}, "color": "#towerdevicered", "radius": 4 },
    { "block": "twilightforest:reappearing_block", "state": {"active": true, "vanished": true}, "color": "#towerdevicegreen", "radius": 4 },
    { "block": "twilightforest:carminite_builder", "state": {"state": "builder_active"}, "color": "#towerdevicegreen", "radius": 14 }

  ]
}

As far as I can tell, carminite builder's blockstates are actually called state.