Skip to content

Ability to handle custom save file layouts #145

Open
@Pulverizer

Description

@Pulverizer

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

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions