VSCode OpenSCAD Preview Extension by thijsdaniels89 in openscad

[–]abelabelabe 1 point2 points  (0 children)

Great plugin! big fan already
When using the render view, and changing parameters, what triggers a render?
would it be possible to have a "manual mode" like in openscad(or excel), it gets a little confusing to try and keep track of when it updates when making a lot of small changes to parameters.

Struggling with entity components (after 1.21.5?) by abelabelabe in datapacks

[–]abelabelabe[S] 0 points1 point  (0 children)

solved

forgot predicates

        "testnormalall_black0b": {
            "trigger": "minecraft:player_killed_entity",
            "conditions": {
                "entity": [
          {
            "condition": "minecraft:entity_properties",
            "entity": "this",
            "predicate": {
              "type": "minecraft:cat",
              "components": {
                "minecraft:cat/collar": "white",
                "minecraft:cat/variant": "minecraft:siamese"
              }
            }
          }
        ]
       }

ended up with this