Open
Description
Similar to YAML flow style but allowing the user to override on a per-node basis.
eg. YAML Block Style:
flyblocks:
minecraft:wool:
- 50.0
- 100.0
? - minecraft:chest
- minecraft:trapped_chest
: - 0.0
- N50
vs the plugin I'm porting:
flyblocks:
"minecraft:wool": #wool represents lift
- 50.0
- 100.0
["minecraft:chest","minecraft:trapped_chest"]: # limit chests to make big airships important for merchant missions
- 0.0
- N50