mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-06-11 05:55:33 +00:00
Merge pull request #2800 from alejandroliu/patch-1
Corrected MINECART constant definition on Item.php
This commit is contained in:
commit
6836e4fe58
@ -316,7 +316,7 @@ class Item{
|
||||
const WOODEN_DOOR = 324;
|
||||
const BUCKET = 325;
|
||||
|
||||
const MINECART = 329;
|
||||
const MINECART = 328;
|
||||
|
||||
const IRON_DOOR = 330;
|
||||
const REDSTONE = 331;
|
||||
|
Loading…
x
Reference in New Issue
Block a user