{
	"additionalplacements.stairs.connections_type.all_connections": "All connections allowed",
	"additionalplacements.stairs.connections_type.no_mixed_connections": "No mixed connections allowed",
	"additionalplacements.stairs.connections_type.no_vertical_connections": "No vertical connections allowed",
	"commands.ap_stairs_state_debug.wrong_block": "%s is not a valid block, must be a stair block with additional states.",
	"key.additionalplacements.placement_toggle": "Toggle placement logic",
	"key.categories.additionalplacements": "Additional Placements",
	"msg.additionalplacements.disconnected": "Additional Placements configuration conflict",
	"msg.additionalplacements.errors.client": "Client-side refused:",
	"msg.additionalplacements.errors.server": "Server-side refused:",
	"msg.additionalplacements.errors.type": "The following generation types refused the connection:",
	"msg.additionalplacements.generate.failure.definition": "Error generating datapack: failed to copy pack definition",
	"msg.additionalplacements.generate.failure.initialization": "Error generating datapack: failed to initialize datapack",
	"msg.additionalplacements.generate.failure.tag": "Error generating datapack: failed to save tag %s",
	"msg.additionalplacements.generate.notfixed": "Automatic tag creation failed to resolve tag mismatches. Manual correction is required. Ensure tag mismatch logging is enabled and then check the game output log. Knowledge of datapack creation and how to add or remove block tags is required.",
	"msg.additionalplacements.generate.success": "Finished exporting tags",
	"msg.additionalplacements.local_world_notice": "Note: if you were attempting to load a local save, the world is still be active in the background. Please re-launch the game to fix this.",
	"msg.additionalplacements.mismatchedtags.0": "[Additional Placements] Found missing and/or extra tags on generated blocks. Use \"",
	"msg.additionalplacements.mismatchedtags.1": "\" to generate the tags, then \"",
	"msg.additionalplacements.mismatchedtags.2": "\" to re-load them (or re-load the world if that fails). Check the game output log for more details, or edit the config file to disable this message.",
	"msg.additionalplacements.placement_disable": "Additional Placements placement logic disabled",
	"msg.additionalplacements.placement_enable": "Additional Placements placement logic enabled",
	"msg.additionalplacements.stairs.connections_type_not_found": "Unknown stair connections type %s",
	"msg.additionalplacements.stairs.data_not_found": "Stair connections configuration data not received from client",
	"msg.additionalplacements.stairs.mismatched.footer": "To connect to this server, correct the entries in config/additionalplacements-bootup.toml and relaunch the game.",
	"msg.additionalplacements.stairs.mismatched.header": "The following stair blocks have the wrong connections type. They need to be:",
	"tooltip.additionalplacements.ceiling_placement": "Can be placed on ceilings",
	"tooltip.additionalplacements.stair_connections.all_connections": "Allows mixed vertical-horizontal connections (relative to the placement)",
	"tooltip.additionalplacements.stair_connections.no_mixed_connections": "Allows vertical connections (relative to the placement)",
	"tooltip.additionalplacements.stair_connections.no_vertical_connections": "Does not allow vertical connections (relative to the placement)",
	"tooltip.additionalplacements.vertical_placement": "Can be placed vertically"
}