Skip to content

add a format for "sNBT Whitespaced" #883

Description

@InQuognito

it would look something like this:

dialog show @s { \
	type: "minecraft:multi_action", \
	title: { \
		text: "Shop", \
		color: "gold", \
	}, \
	body: { \
		type: "minecraft:plain_message", \
		contents: "", \
	}, \
	inputs: [], \
	can_close_with_escape: true, \
	after_action: "close", \
	actions: [ \
		{ \
			label: "Hylian Shield", \
			action: { \
				type: "minecraft:run_command", \
				command: "function ssbrc:shop/hylian_shield", \
			}, \
		}, \
	], \
}

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions