You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
Looking into SnakeYAML, this should actually be possible -- we'll want to migrate from using their load/dump API to using their compose/represent APIs to give us more control.
This will require RepresentationHints to be added to nodes, so it won't make it in for 3.7
Similar to YAML flow style but allowing the user to override on a per-node basis.
eg. YAML Block Style:
vs the plugin I'm porting:
The text was updated successfully, but these errors were encountered: