Toggle menu
Toggle preferences menu
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.

Template:MC/Render source

Template page
Template documentation (for the above template, sometimes hidden or invisible) [view] [edit] [history] [refresh]

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
}}

Template:Render source

{{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
}}

Template:Render source

{{Render source
| source = iso
| scale = 200
| resolution = 1500
}}

Template:Render source

The above text is transcluded from Template:MC/Render source/doc; you can change it or view its history.
If you're done making changes, please refresh the text.
Please add categories and interwikis to Template:MC/Render source/doc. (View all subpages of this page.)
Contents