Closed ticticboooomer closed 5 months ago
create base structure key which can be applied to all blocks with the following settings:
Create subclasses of the base structure key which specialise the search requirements of blocks.
Then create a Structure Key Parser which parses the key JSON objects into the respective subclass.
{ "A": { "block": "mm:controller_a", "state_properties": [ { "property": "facing", "value": "north" }, { "property": "axis", "value": "y" } ] } }
I am unable to edit these in kubejs. Do you have any plans to add support for this?
Design
create base structure key which can be applied to all blocks with the following settings:
Create subclasses of the base structure key which specialise the search requirements of blocks.
Then create a Structure Key Parser which parses the key JSON objects into the respective subclass.
Example: