Template:MC/Render source/doc
More actions
Template:Documentation header This template is meant to be put in isometric render file pages to help editors standardize them.
Usage
<templatedata> {
"description": "",
"params": {
"source": { "description": "The software used to render the object.", "required": true,
"type": "string",
"label": "Software",
"suggestedvalues": [ "blender", "blockbench" ] }, "repository": { "description": "A link to the model (either the Minecraft Wiki repository or the Mojang repository).", "required": true,
"type": "url",
"label": "File"
}, "vertical": { "description": "The horizontal resolution when using the \"Advanced Screenshot\" option in Blockbench.", "required": true,
"type": "number",
"label": "Vertical resolution"
}, "horizontal": { "description": "The vertical resolution when using the \"Advanced Screenshot\" option in Blockbench.", "required": true,
"type": "number",
"label": "Horizontal resolution"
}, "zoom": { "description": "The zoom level when using the \"Advanced Screenshot\" option in Blockbench.", "required": true,
"type": "number",
"label": "Focal Length"
}, "scale": { "description": "The scale level when using the Isometric Renders mod.", "required": true,
"type": "number",
"label": "Scale"
}, "resolution": { "description": "The resolution level when using the Isometric Renders mod.", "required": true,
"type": "number",
"label": "Resolution"
} } } </templatedata>
Examples
| Code | Result |
|---|---|
{{Render source
| source = blender
| repository = https://github.com/mc-wiki/render-templates/blob/main/blocks/single.blend
}}
|
|
{{Render source
| source = blockbench
| repository = https://github.com/Mojang/bedrock-samples/blob/preview/resource_pack/models/entity/baby_villager.geo.json
| vertical = 1000
| horizontal = 1000
| zoom = 100
}}
|
|
{{Render source
| source = iso
| scale = 200
| resolution = 1500
}}
|