The District of Joban JCM:JobanBlockPoleCheckBase

JCM:JobanBlockPoleCheckBase

From The District of Joban
Pole (Joban)


Other Information
Added in v1.1.4
Created by LX86


JobanBlockPoleCheckBase is an abstract class for all other pole blocks.

It extends MTR's BlockPoleCheckBase, for more details please visit there.

Additional Blockstates

is_slab
true
false

On Place

  1. If the block below is not the block specified, don't do anything
  2. If the block above is a slab block, set the blockstate to be the same as the block below, and set is_slab to true.
  3. Otherwise, set the blockstate to be the same as the block below.