JCM:DRL APG
From Joban Wiki
Views
Actions
Namespaces
Variants
Tools
APG (Disneyland Resorts Line Variants)
A set of Disneyland Resorts Line Automatic Platform Gates placed together
General Information
| Block ID | jsblock:apg_door_drl jsblock:apg_glass_drl jsblock:apg_glass_end_drl |
|---|---|
| Item Group | Joban Client Mod Blocks |
| Transparent | Yes |
| Light Level | 0 |
Other Information
| Added in | v1.1.6 |
|---|---|
| Created by | Marcus K 929/LX86 |
| Assets by | 1081MTR |
An APG (Disneyland Resorts Line Variants) is a functional block in Joban Client Mod. Replicating the Automatic Platform Gates used in the Disneyland Resorts Line, they are slightly lower than the APG seen in other MTR Routes.
Blockstates
jsblock:apg_glass_end_drl
| facing | half | side | touching_left | touching_right |
|---|---|---|---|---|
| north | lower | single | air | air |
| east | upper | left | door | door |
| south | right | none | none | |
| west | middle |
jsblock:apg_glass_drl
| facing | half | side | propagate_property |
|---|---|---|---|
| north | lower | single | 0 |
| east | upper | left | 1 |
| south | right | 2 | |
| west | middle | 3 |
jsblock:apg_door_drl
| facing | half | side | temp | unlocked | end |
|---|---|---|---|---|---|
| north | lower | single | true | true | true |
| east | upper | left | false | false | false |
| south | right | ||||
| west | middle |
Crafting Recipe
DRL APG Door
DRL APG Glass
DRL APG Glass End
Block Entities
jsblock:apg_door_1
The APG door has a block entity, and stores the following data:
| Name | Type | Description | Default Value |
|---|---|---|---|
| temp | boolean | APG block migration to block entity, not used as this block is added after the APG migration | 0b |
| open | integer | The opening state of the APG door, from 0(Closed) to 32 (Fully opened) | 0 |
History
| Version | Changes Made |
|---|---|
| v1.1.6 | Added APG (Disneyland Resort Line Variants) |