mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-06-12 14:35:35 +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 WOODEN_DOOR = 324;
|
||||||
const BUCKET = 325;
|
const BUCKET = 325;
|
||||||
|
|
||||||
const MINECART = 329;
|
const MINECART = 328;
|
||||||
|
|
||||||
const IRON_DOOR = 330;
|
const IRON_DOOR = 330;
|
||||||
const REDSTONE = 331;
|
const REDSTONE = 331;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user