|
ea7313779e
|
Update crafting recipes
|
2016-11-09 14:20:24 +00:00 |
|
|
bee6c546dc
|
Added decode for CraftingDataPacket and shell for MultiRecipe
|
2016-11-09 14:20:23 +00:00 |
|
|
06f8390b30
|
Fix furnaces and wrong smelting data recipe encoding
|
2016-10-28 21:46:20 +01:00 |
|
|
92784054cd
|
Creative inventory fixes
|
2016-10-05 10:07:00 +01:00 |
|
|
58ff381557
|
PhpStorm automated formatting (#11)
* PhpStorm reformatting
* Tuned PhpStorm reformatting
* Improved ItemIds and BlockIds formatting
* Tuned more PhpStorm reformatting
* Improved string concatenation
|
2016-10-03 19:05:48 +08:00 |
|
|
e913b16804
|
Fixed some lines indented with 4 spaces rather than tabs
|
2016-10-03 00:58:34 +08:00 |
|
|
6fc435da0e
|
Imports rearrangement
|
2016-10-03 00:43:46 +08:00 |
|
|
99622c5ce7
|
Fix wrong network IDs for inventories, fix anvil/enchanting table windows
|
2016-10-01 14:48:42 +01:00 |
|
|
9808f874c8
|
Remove Stonecutter remnants
|
2016-09-30 19:19:43 +01:00 |
|
|
e00176b677
|
Closes #4181 @ PM
https://github.com/PocketMine/PocketMine-MP/issues/4181
|
2016-09-28 13:59:51 +01:00 |
|
|
f14a8e46be
|
Inventory: Fix creative/spectator inventory sending
|
2016-09-28 13:59:46 +01:00 |
|
|
765bd5ced7
|
Inventory: Fix hotbar spaz
|
2016-09-06 11:23:49 +01:00 |
|
|
08e6caad88
|
Fixed #3563
|
2016-03-07 18:38:42 +08:00 |
|
|
80250aa78e
|
Resolved 1️⃣ in #3961
|
2016-02-19 18:33:21 +08:00 |
|
|
1082e32fd7
|
Fixed ShapedRecipe constructor
|
2016-02-07 01:02:40 +08:00 |
|
|
d5f3c19054
|
Fix crafting not taking item from inventory
|
2016-01-25 23:10:18 +01:00 |
|
|
c7c78b1159
|
Read recipes from json
|
2016-01-25 20:40:26 +01:00 |
|
|
a2734f6dc0
|
Merged master into php7 to support 0.13.1
|
2016-01-22 17:36:45 +01:00 |
|
|
4f12533ad3
|
Update ChestInventory.php
|
2015-11-25 21:08:28 +09:00 |
|
|
8edebed11c
|
Update DoubleChestInventory.php
|
2015-11-25 21:08:04 +09:00 |
|
|
734736492a
|
Added some creative items and removed nether reactor
|
2015-11-23 21:56:38 +01:00 |
|
|
c4fb469b4e
|
Fixed recursive call
|
2015-10-10 05:26:01 +02:00 |
|
|
85dc136631
|
Crafting recipes, and packet fix
|
2015-09-29 00:45:57 +02:00 |
|
|
0b9ef5b856
|
Update of the stonecutter recipes
Added the shaped recipes and removed the shapeless ones.
|
2015-09-18 22:18:14 +02:00 |
|
|
8768b7fdbd
|
Merge remote-tracking branch 'origin/mcpe-0.12' into php7
|
2015-09-17 12:25:05 +02:00 |
|
|
24f8de2cc3
|
Bad hack, TODO REMOVE, workarounds client bug by sending inventory contents specifically for creative players <-- this commit is full of sadness
|
2015-09-14 20:25:57 +02:00 |
|
|
7f8b39a63c
|
Renamed NBT tags to have Tag in the name
|
2015-08-23 00:25:29 +02:00 |
|
|
31ef7721b1
|
Removed network channels, bumped protocol
|
2015-08-12 14:59:48 +02:00 |
|
|
a9ead5567b
|
Improved NBT json parsing, attribute base
|
2015-08-08 22:39:43 +02:00 |
|
|
1fa467eb58
|
Proper recipe ingredient matching, fixed crafting type resetting
|
2015-08-07 22:00:35 +02:00 |
|
|
3e2cce3c2c
|
use cleanup
|
2015-08-07 21:26:24 +02:00 |
|
|
d026e2ecf0
|
Implemented new crafting mechanism
|
2015-08-07 21:26:12 +02:00 |
|
|
696edfd31f
|
Added custom block data (example, chests), better deep checking of same NBT
|
2015-08-07 17:24:35 +02:00 |
|
|
d1bfb304cb
|
Added some extra tile entities, fake enchanting table
|
2015-08-07 12:07:39 +02:00 |
|
|
091d0b3ff9
|
Added compound tag checking for Item->equals()
|
2015-08-06 20:25:22 +02:00 |
|
|
d0bfc826ea
|
Updated protocol details, anvil menu creation
|
2015-08-06 11:51:41 +02:00 |
|
|
09720a2d90
|
Properly implemented Shaped recipes on Network and manager, no crafting!
|
2015-08-04 21:59:54 +02:00 |
|
|
7fd053fb09
|
More changes! Alsp added Anvil block and BinaryStream
|
2015-08-03 18:04:13 +02:00 |
|
|
1b812d373c
|
Updated protocol packet ids
|
2015-08-03 10:53:23 +02:00 |
|
|
5621ab0c49
|
Updated some packets for 0.12, UUIDs, other stuff!
|
2015-08-02 01:22:36 +02:00 |
|
|
6063738e69
|
Fixed setting inventory index after new entity id 0 for players
|
2015-06-19 17:14:09 +02:00 |
|
|
f7ec1de0fd
|
Players now have entity id 0
|
2015-06-19 14:40:05 +02:00 |
|
|
f7e6246dc2
|
Destroy cycles that reference player for faster collection
|
2015-06-19 13:31:29 +02:00 |
|
|
f490ff8074
|
Added mossy stone brick recipe, added chiseled stone brick recipe, added cracked stone brick furnace recipe, fixed crafting stone bricks, fixed crafting stone brick slabs, closes #3161, fixes #3160
|
2015-06-13 13:45:05 +02:00 |
|
|
e5f28e0f7a
|
Throw exception on invalid parameters on Inventory addItem() and removeItem()
|
2015-06-07 12:05:10 +02:00 |
|
|
ec82434ef4
|
Added charcoal for torches, improved recipe matching for wildcards, closes #3108
|
2015-06-05 16:48:27 +02:00 |
|
|
5b57fe6967
|
Update CraftingManager.php
Torch can't crafting
|
2015-05-29 10:30:20 +05:00 |
|
|
0e9bff6f4e
|
Fixed armor not being sent correctly to current player, fixes #3073
|
2015-05-28 14:28:23 +02:00 |
|
|
0c6d8b9815
|
Fixed loader counter on Level, closes #1147
|
2015-05-19 14:49:18 +02:00 |
|
|
840690d801
|
Replaced old deprecated calls
|
2015-05-18 15:52:31 +02:00 |
|