Difference between revisions of "Template:InfoBox block"
Template page
Views
Actions
Namespaces
Variants
Tools
m (Remove Technical Information) |
(Remove hardness and type) |
||
(2 intermediate revisions by the same user not shown) | |||
Line 12: | Line 12: | ||
<th>Item Group</th> | <th>Item Group</th> | ||
<td>{{{item_group}}}</td> | <td>{{{item_group}}}</td> | ||
</tr>}} | </tr>}} | ||
{{#if:{{{transparent|}}}|<tr> | {{#if:{{{transparent|}}}|<tr> | ||
<th>Transparent</th> | <th>Transparent</th> | ||
<td>{{{transparent}}}</td> | <td>{{{transparent}}}</td> | ||
</tr>}} | </tr>}} | ||
{{#if:{{{light_level|}}}|<tr> | {{#if:{{{light_level|}}}|<tr> | ||
Line 55: | Line 47: | ||
|general_category = General Information | |general_category = General Information | ||
|id = jsblock:water_machine_1 | |id = jsblock:water_machine_1 | ||
|light_level = 15 | |light_level = 15 | ||
|transparent = Yes | |transparent = Yes | ||
Line 98: | Line 88: | ||
"label": "Item Group", | "label": "Item Group", | ||
"description": "Item Group in creative menu", | "description": "Item Group in creative menu", | ||
"type": "string" | "type": "string" | ||
}, | }, | ||
Line 110: | Line 94: | ||
"description": "Whether Light passes through this block (Yes/No)", | "description": "Whether Light passes through this block (Yes/No)", | ||
"type": "string" | "type": "string" | ||
}, | }, | ||
"light_level": { | "light_level": { | ||
Line 140: | Line 119: | ||
"label": "Assets", | "label": "Assets", | ||
"description": "Texture/Model Creator", | "description": "Texture/Model Creator", | ||
"type": "string" | "type": "string" | ||
} | } |
Latest revision as of 21:35, 31 January 2024
Block Name
Insert block images
General Information
Block ID | jsblock:water_machine_1 |
---|---|
Transparent | Yes |
Light Level | 15 |
Other Information
Added in | v1.0.0 |
---|---|
Created by | LX86 |
Assets by | 1081MTR |
Infobox template for a JCM block
Parameter | Description | Type | Status | |
---|---|---|---|---|
Block Name | title | Name of the block | String | optional |
Image | image | Image name | String | optional |
Image description | image_desc | Image description | String | optional |
General Category | general_category | General Category | String | optional |
Block ID | id | The block ID of the block | String | required |
Item Group | item_group | Item Group in creative menu | String | optional |
Transparent | transparent | Whether Light passes through this block (Yes/No) | String | optional |
Light Level | light_level | Light level of the block | Number | optional |
Other Category | other_category | Other Category | String | optional |
Version | since | JCM Version that this block is added | Number | required |
Author | author | The original creator of the block | String | optional |
Assets | assets | Texture/Model Creator | String | optional |