Difference between revisions of "Template:InfoBox block"
Template page
Views
Actions
Namespaces
Variants
Tools
Line 47: | Line 47: | ||
{{#if:{{{technical_category|}}}|<div class="infobox-category">Technical Information</div>}} | {{#if:{{{technical_category|}}}|<div class="infobox-category">Technical Information</div>}} | ||
<table> | <table> | ||
{{#if:{{{ | {{#if:{{{class_name|}}}|<tr> | ||
<th>Class Name</th> | <th>Class Name</th> | ||
<td>{{{ | <td>{{{class_name}}}</td> | ||
</tr>}} | </tr>}} | ||
{{#if:{{{extends|}}}|<tr> | {{#if:{{{extends|}}}|<tr> |
Revision as of 17:19, 22 August 2022
Block Name
Insert block images
General Information
Block ID | jsblock:water_machine_1 |
---|---|
Type | Multipart |
Transparent | Yes |
Hardness | 2.0 |
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 |
Type of the block | type | Block/Directional Block/Multipart
| String | optional |
Transparent | transparent | Whether Light passes through this block (Yes/No) | String | optional |
Hardness | hardness | Hardness/Strength of a block | Number | 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 |
Technical Category | technical_category | Technical Category | String | optional |
Class Name | class_name | The internal class name | String | optional |
Extends | extends | The class name that this block extends from | String | optional |
Implement | implements | The class name that this block implements | String | optional |