mirror of
https://github.com/PaperMC/Paper.git
synced 2024-12-04 14:04:49 +01:00
SPIGOT-5969: Update maximum structure block size
This commit is contained in:
parent
2f18108123
commit
f222b5bd4e
1 changed files with 1 additions and 1 deletions
|
@ -19,7 +19,7 @@ import org.bukkit.util.BlockVector;
|
|||
|
||||
public class CraftStructureBlock extends CraftBlockEntityState<TileEntityStructure> implements Structure {
|
||||
|
||||
private static final int MAX_SIZE = 32;
|
||||
private static final int MAX_SIZE = 48;
|
||||
|
||||
public CraftStructureBlock(Block block) {
|
||||
super(block, TileEntityStructure.class);
|
||||
|
|
Loading…
Reference in a new issue