Chunk Limits: Difference between revisions

From CivWiki
Jump to navigation Jump to search
Content added Content deleted
(rewrite intro, move to separate page)
 
(rewrite)
 
(3 intermediate revisions by the same user not shown)
Line 1: Line 1:
{{Mechanics series}}
Some blocks, particularly those related to redstone, can only be placed a limited number of times in each chunk. This is done to reduce lag.
Civ servers generally place limits on the numbers of certain blocks that can be placed in a chunk, particularly those related to redstone.


== Limits ==
Trying to place an additional block when the limit for that block type has been reached is not possible.


{| class="wikitable"
{| class="wikitable"
|+Limit per chunk
!Block
!Block
!Limit per chunk
!Limit per chunk
|-
|-
|HOPPER
|<code>HOPPER</code>
|16
|16
|-
|-
|PISTON_BASE
|<code>PISTON_BASE</code>
|8
|8
|-
|-
|PISTON_STICKY_BASE
|<code>PISTON_STICKY_BASE</code>
|8
|8
|-
|-
|DISPENSER
|<code>DISPENSER</code>
|16
|16
|-
|-
|DROPPER
|<code>DROPPER</code>
|16
|16
|-
|-
|COMPARATOR
|<code>COMPARATOR</code>
|12
|12
|-
|-
|FURNACE
|<code>FURNACE</code>
|40
|40
|-
|-
|PISTON_EXTENSION
|<code>PISTON_EXTENSION</code>
|8
|8
|-
|-
|PISTON_MOVING_PIECE
|<code>PISTON_MOVING_PIECE</code>
|8
|8
|}
|}

== Command Reference ==

{| class="wikitable"
!Command
!Description
|-
|<code>/chunklimits</code>
|Lists the chunk limits.
|}

{{Mechanics}}

Latest revision as of 18:41, 14 November 2023

Civ servers generally place limits on the numbers of certain blocks that can be placed in a chunk, particularly those related to redstone.

Limits

Block Limit per chunk
HOPPER 16
PISTON_BASE 8
PISTON_STICKY_BASE 8
DISPENSER 16
DROPPER 16
COMPARATOR 12
FURNACE 40
PISTON_EXTENSION 8
PISTON_MOVING_PIECE 8

Command Reference

Command Description
/chunklimits Lists the chunk limits.