mirror of
https://github.com/PaperMC/Paper.git
synced 2025-01-23 16:56:31 +01:00
SPIGOT-5969: Update maximum structure block size
By: blablubbabc <lukas@wirsindwir.de>
This commit is contained in:
parent
0711e168a1
commit
8cb1e21c2b
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…
Add table
Reference in a new issue