QuiltMC / quilt-config

Quilt Config (aka "haven king's metadata of madness") is a library designed to facilitate the creation and management of config files.
Apache License 2.0
21 stars 8 forks source link

quilt config adds "default" comments on values with the default toString impl #36

Closed ix0rai closed 7 months ago

ix0rai commented 7 months ago
    // default: org.quiltmc.config.Vec3i@20527
    custom_serialized_name_vec: {
        x: 100,
        y: 200,
        z: 300
    },

that comment is helping absolutely no one