PEMapModder
0b06a4f703
Fixed #3692 ; fixed "arrows should not catch fire in fire blocks"
2016-03-10 17:45:06 +08:00
PEMapModder
9a3929d8ad
Merge pull request #3724 from thebigsmileXD/patch-2
...
Fixed commit #3595
2016-03-07 18:58:01 +08:00
PEMapModder
fc08759199
Merge pull request #3978 from PEMapModder/attr
...
Implemented attributes
2016-03-07 18:15:15 +08:00
Dan
35f0f36524
Update Grass.php
...
@PEMapModder is that all correct now?
2016-02-24 12:06:28 +01:00
PEMapModder
e2f7d657e8
Fixed trapdoors
2016-02-22 15:32:07 +08:00
PEMapModder
a2641f923d
Merge branch master
2016-02-22 14:32:48 +08:00
Intyre
a6cd526e60
PHP7 to master
2016-02-21 12:47:30 +01:00
PEMapModder
fe2957c315
Fixed imports
2016-02-18 01:43:42 +08:00
PEMapModder
1b4880a22f
Merge branch 'patch-1' of https://github.com/Pub4Game/PocketMine-MP
2016-02-14 21:36:12 +08:00
PEMapModder
e79976bdac
Added events
2016-02-11 22:07:04 +08:00
PEMapModder
cfca0a8726
Fixed TallGrass::getDrops()
2016-02-11 16:51:27 +08:00
PEMapModder
329a525ea1
Implemented food and hunger
2016-02-10 22:49:48 +08:00
Intyre
8a0bd85656
Item and Block, some wont work yet
2016-01-28 04:37:09 +01:00
Intyre
a2734f6dc0
Merged master into php7 to support 0.13.1
2016-01-22 17:36:45 +01:00
Pub4Game
73b97c9490
fix sound error
2015-12-29 19:11:39 +03:00
markkrueg
0b42ead2ab
Update Stair.php to add use pocketmine\item\Tool;
...
Without this >= Tool::TIER_WOODEN does not work; so stone stairs do not give drops when broken. They also revert to not being broken on next connection.
2015-12-27 12:44:56 -08:00
Intyre
e4ab7a08ec
Merge branch 'patch-11' of https://github.com/Creeperface01/PocketMine-MP into Creeperface01-patch-11
2015-12-20 00:28:50 +01:00
Intyre
261ce1ba8b
Merge branch 'mcpe-0.13'
2015-12-19 11:38:05 +01:00
Creeperface01
7954754d4c
Update Cake.php
2015-12-04 16:00:02 +01:00
Intyre
2ddc4455c5
Added some blocks and items
2015-11-29 01:46:35 +01:00
Intyre
734736492a
Added some creative items and removed nether reactor
2015-11-23 21:56:38 +01:00
Dan
f35db4a183
Fixed commit #3595
...
See https://github.com/PocketMine/PocketMine-MP/pull/3595
2015-11-20 13:01:28 +01:00
Intyre
f9d7e204c8
Block update on WallSign fix
2015-10-11 01:32:33 +02:00
Intyre
94b79ac28a
Tool tier added to getDrops
2015-10-11 00:52:44 +02:00
Intyre
958c3589c9
Fix for #3569 NetherBrickFence
2015-10-10 23:40:59 +02:00
willowmaster66
a3bce67d35
Updating blocks and items
...
Added new blocks/items and added constants to existing blocks/items for
clearer recipe making.
2015-09-18 22:17:24 +02:00
Shoghi Cervantes
3ffdb8e552
Removed @deprecated classes, methods and properties, added some type hints
2015-09-12 17:10:11 +02:00
Yosshi999
9501d03552
FIxed a bug No sound for TrapDoor
...
missing "use pocketmine\level\sound\DoorSound;"
2015-09-06 22:59:02 +09:00
Yosshi999
ccca3ec0bf
FIxed a bug No sound for FenceGate
...
missing "use pocketmine\level\sound\DoorSound;"
2015-09-06 22:55:56 +09:00
Shoghi Cervantes
7f8b39a63c
Renamed NBT tags to have Tag in the name
2015-08-23 00:25:29 +02:00
Shoghi Cervantes
6e2ea63ce1
Merge remote-tracking branch 'origin/master' into mcpe-0.12
2015-08-12 15:00:04 +02:00
thebigsmileXD
311d8d94dd
Added sound for opening/closing (FenceGates)
...
Added DoorSound on opening/closing FenceGates depending on #3367 @0929hitoshi 's Idea
2015-08-11 12:48:41 +02:00
thebigsmileXD
a5efd0bdf8
Added opening sound
2015-08-11 11:52:08 +02:00
Shoghi Cervantes
b3efb733a2
Improved block breaking timing, added faster block breaking with swords
2015-08-08 00:33:52 +02:00
Shoghi Cervantes
fcba9596d6
Added CanDestroy and Lock tag
2015-08-07 22:20:01 +02:00
Shoghi Cervantes
3e2cce3c2c
use cleanup
2015-08-07 21:26:24 +02:00
Shoghi Cervantes
696edfd31f
Added custom block data (example, chests), better deep checking of same NBT
2015-08-07 17:24:35 +02:00
Shoghi Cervantes
75b7b03857
Added support for more NBT data, renaming inventories, fixed tags not being saved, added support for tags in /give
2015-08-07 16:28:27 +02:00
Shoghi Cervantes
d1bfb304cb
Added some extra tile entities, fake enchanting table
2015-08-07 12:07:39 +02:00
Shoghi Cervantes
d0bfc826ea
Updated protocol details, anvil menu creation
2015-08-06 11:51:41 +02:00
Shoghi Cervantes
7fd053fb09
More changes! Alsp added Anvil block and BinaryStream
2015-08-03 18:04:13 +02:00
Shoghi Cervantes
522932d7c0
Added new sounds, events, particles
2015-08-03 12:42:47 +02:00
Shoghi Cervantes
0380e9009a
Added block break tool type, fixed falling sand, fixed duplicated jungle leaves
2015-07-27 20:31:55 +02:00
Shoghi Cervantes
866fde5351
Improved speed of some int arrays, fixed block metadata
2015-07-27 20:31:55 +02:00
Shoghi Cervantes
9f953fa675
Fixed #3232
2015-07-27 20:31:55 +02:00
Shoghi Cervantes
26c9eed82e
Added all block hardness
2015-07-27 20:31:55 +02:00
Shoghi Cervantes
f3c46b12c5
Block breaking part 1
2015-07-27 20:31:55 +02:00
Shoghi Cervantes
62a8f58bb0
Improved block and chunk cache, fixed PlayerQuitEvent player save
2015-06-06 20:28:37 +02:00
Shoghi Cervantes
ac4194eb3f
Added lily pad, checked some bounding boxes
2015-06-05 13:58:59 +02:00
Shoghi Cervantes
74917923b6
Improved checks, area collision checks, etc
2015-05-29 15:13:19 +02:00