|
41f5cba971
|
Added End Rods, close #940
|
2017-08-18 13:05:39 +01:00 |
|
|
d8f0dd6db8
|
Changed Block->getDrops() to return Item[]
|
2017-08-18 11:21:33 +01:00 |
|
|
4f1302adf2
|
Merge branch 'master' into mcpe-1.2
|
2017-08-17 17:14:16 +01:00 |
|
|
83af4dcd59
|
Block API typehints
|
2017-08-17 13:50:19 +01:00 |
|
|
f6c31680f6
|
Fixed unknown blocks dropping themselves
|
2017-08-17 13:25:11 +01:00 |
|
|
9e02f3c4e3
|
Fixed redstone lamp light levels and hardness
|
2017-08-17 11:47:10 +01:00 |
|
|
2cd05bf5b5
|
Removed redundant Block constructor overrides
|
2017-08-17 11:42:26 +01:00 |
|
|
6efa4343b1
|
Cleaned up fuel duration handling, fixed some fuel items not working in furnaces
|
2017-08-17 10:22:47 +01:00 |
|
|
696c67f541
|
Missed a couple
|
2017-08-16 14:43:18 +01:00 |
|
|
021dbd65d7
|
Cleaned up some copy-pasted code for coloured blocks names
|
2017-08-16 14:38:41 +01:00 |
|
|
8510be062c
|
Nether Reactor block is back
This should never have been removed, it exists as an unobtainable block in vanilla which drops iron and diamond.
|
2017-08-16 14:17:14 +01:00 |
|
|
7b142d4742
|
Generated some TODO comments for blocks
|
2017-08-16 13:25:36 +01:00 |
|
|
643e10037c
|
Merge branch 'master' into mcpe-1.2
|
2017-08-16 13:19:37 +01:00 |
|
|
0257432afc
|
Fixed a typo in BlockIds
|
2017-08-16 13:17:22 +01:00 |
|
|
4950157f1d
|
How did this escape notice?
|
2017-08-16 13:08:30 +01:00 |
|
|
c4d8c28338
|
Some inspection fixes
|
2017-08-16 13:07:33 +01:00 |
|
|
fbe2567e58
|
Merge branch 'master' into mcpe-1.2
|
2017-08-16 12:31:12 +01:00 |
|
|
0c798222a4
|
... blame PhpStorm EAP
|
2017-08-10 18:04:44 +01:00 |
|
|
e8bd0c3e09
|
add typehints to Metadatable interface and implementations, fix missing return for Block->hasMetadata() reported in #1285
|
2017-08-10 18:02:01 +01:00 |
|
|
82fd3b540e
|
Fixed a mistake in Block->isBreakable() doc
|
2017-08-08 22:15:44 +01:00 |
|
|
1d0f0a2999
|
Merge branch 'master' into mcpe-1.2
|
2017-08-08 10:23:19 +01:00 |
|
|
06083d6dc4
|
s/Item/Block
|
2017-08-07 16:26:27 +01:00 |
|
|
6b5c0af161
|
Separation of effect handling from Entity, fixes #886
|
2017-08-07 16:03:54 +01:00 |
|
|
6b7a382625
|
import cleanup and missing strict types declare
|
2017-08-07 15:42:46 +01:00 |
|
|
711d62b5eb
|
Updated block & item IDs from 1.2.0.7
Note to self: these may need updating again later in the beta.
|
2017-08-06 17:21:52 +01:00 |
|
|
10ff2948ac
|
Fixed double wooden slab name inconsistency
|
2017-08-06 17:15:35 +01:00 |
|
|
0d0df3390a
|
Added glazed terracotta
|
2017-08-06 17:10:06 +01:00 |
|
|
d5f6966ce3
|
Fixed server freeze due to bad light filter values
|
2017-08-05 23:22:33 +01:00 |
|
|
2103c981a9
|
Replaced literal ints with Vector3 constants for Block->getSide() calls
|
2017-08-04 13:33:23 +01:00 |
|
|
3188f1c053
|
Removed redundant override
|
2017-08-04 13:23:46 +01:00 |
|
|
fdf71841e1
|
Added missing strict type declares
|
2017-08-04 13:17:59 +01:00 |
|
|
11fae493a5
|
Added Nether Wart
|
2017-08-04 13:17:53 +01:00 |
|
|
3135fe3c69
|
Added API method Block->getItemId(), cleaned up excess wooden stairs and fence-gate classes, added more wooden door types
|
2017-08-04 13:02:24 +01:00 |
|
|
561d8e7a39
|
Regenerated block/item id lists and refactored some names for consistency with MCPE
|
2017-08-04 12:17:24 +01:00 |
|
|
b912b9173c
|
Changed how blocks are registered, add API to allow registering custom blocks
|
2017-08-03 16:46:48 +01:00 |
|
|
ca3cf3e067
|
Fixed ordering of blocks list and duplicated RedstoneTorch registration
|
2017-08-03 15:27:46 +01:00 |
|
|
17be06a56d
|
Rough implementation of double plants, fixes #882
|
2017-07-31 08:14:01 +01:00 |
|
|
caff686827
|
Fixed grass growth and death, close #436
way too fast to grow back though :S
|
2017-07-31 08:00:03 +01:00 |
|
|
210bdc2436
|
Fixed liquid CPU leaks and some flow issues
Liquid still needs a total rewrite, but at least it won't constantly waste CPU anymore.
|
2017-07-31 07:24:22 +01:00 |
|
|
8957dbf08e
|
Use occupied bitflag and added distance check for beds
must be < 2 blocks from either half of the bed
|
2017-07-30 20:02:48 +01:00 |
|
|
2d626d1d90
|
Improved Beds, fixed bed tiles not getting removed for other halves
relates to #880
|
2017-07-30 19:57:10 +01:00 |
|
|
253db40a11
|
Fixed bed placement with head over a transparent block
|
2017-07-30 19:50:47 +01:00 |
|
|
1f4e6535bb
|
Added Bed tile and support for coloured beds
|
2017-07-30 19:34:06 +01:00 |
|
|
6ae24c5c19
|
Removed unnecessary methods Block->canBeActivated() and Item->canBeActivated() (needless extra confusion)
|
2017-07-30 18:14:43 +01:00 |
|
|
036663e0b5
|
Made rails less weird
Not up to the task of implementing rail connectivity today, some other time
|
2017-07-30 18:02:24 +01:00 |
|
|
344500785c
|
Fixed wrong drops for Bookshelf
|
2017-07-30 17:58:34 +01:00 |
|
|
a95d173989
|
Fixed a couple of repeated Level->getBlock() calls in Liquid
|
2017-07-30 17:57:40 +01:00 |
|
|
b6fe231bc1
|
Added melting for ice and snow layers
|
2017-07-30 17:27:28 +01:00 |
|
|
3bd94c9da7
|
Heads do not drop when the supporting block is removed
https://github.com/PocketMine/PocketMine-MP/pull/4087 didn't get reviewed properly, or at all 🤦
|
2017-07-30 17:26:55 +01:00 |
|
|
2e5e016b87
|
Remove redundant TODO from CraftingTable
|
2017-07-30 17:26:06 +01:00 |
|