mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-09-06 17:59:48 +00:00
Added Grass Path block, fixed redstone blocks not being able to be placed
This commit is contained in:
@ -230,6 +230,8 @@ class Item{
|
||||
const FENCE_GATE_DARK_OAK = 186;
|
||||
const FENCE_GATE_ACACIA = 187;
|
||||
|
||||
const GRASS_PATH = 198;
|
||||
|
||||
const PODZOL = 243;
|
||||
const BEETROOT_BLOCK = 244;
|
||||
const STONECUTTER = 245;
|
||||
|
Reference in New Issue
Block a user