mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-09-03 08:35:20 +00:00
Implement new 1.21 copper blocks (#6366)
Added the following new blocks: - All types of Copper Bulb - All types of Copper Door - All types of Copper Trapdoor - All types of Chiseled Copper - All types of Copper Grate
This commit is contained in:
@ -105,6 +105,7 @@
|
||||
"CHERRY_WOOD": 6,
|
||||
"CHEST": 4,
|
||||
"CHISELED_BOOKSHELF": 256,
|
||||
"CHISELED_COPPER": 8,
|
||||
"CHISELED_DEEPSLATE": 1,
|
||||
"CHISELED_NETHER_BRICKS": 1,
|
||||
"CHISELED_POLISHED_BLACKSTONE": 1,
|
||||
@ -133,7 +134,11 @@
|
||||
"CONCRETE": 16,
|
||||
"CONCRETE_POWDER": 16,
|
||||
"COPPER": 8,
|
||||
"COPPER_BULB": 32,
|
||||
"COPPER_DOOR": 256,
|
||||
"COPPER_GRATE": 8,
|
||||
"COPPER_ORE": 1,
|
||||
"COPPER_TRAPDOOR": 128,
|
||||
"CORAL": 10,
|
||||
"CORAL_BLOCK": 10,
|
||||
"CORAL_FAN": 20,
|
||||
|
Reference in New Issue
Block a user