Toggle menu
Toggle preferences menu
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.
Revision as of 04:28, 18 August 2025 by imported>Intricate (Create Template:Velocity)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

0.99 b/t (19.8 m/s)

A simple template to show a velocity in both blocks/tick and m/s.

<templatedata> { "params": { "1": { "label": "Velocity", "description": "The velocity in blocks/tick", "example": "0.99", "type": "number", "suggestedvalues": [ "0.99" ], "default": "0.99", "required": true }, "verbose": { "label": "Verbose", "description": "If true, write \"blocks/tick\". If false, write \"b/t\"", "example": "false", "type": "boolean", "default": "false" } }, "description": "A simple template to show a velocity in both blocks/tick and m/s.", "paramOrder": [ "1", "verbose" ], "format": "inline" } </templatedata>