721 Commits

Author SHA1 Message Date
Dylan K. Taylor
dac6c49bce More php7 mess (EndTag Stone, EndTag Portal Frame) 2017-02-21 12:32:50 +00:00
Dylan K. Taylor
9f7dc32650 Fix some php7 update DoubleTag leftovers 2017-02-21 12:27:27 +00:00
Dylan K. Taylor
9195375af4 Don't allow these blocks to be washed out, we're only inheriting properties 2017-02-21 11:51:36 +00:00
Dylan K. Taylor
c6cf3458de Added UnknownBlock class, fixed not-yet-added blocks in imported worlds killing people, close #181 2017-02-21 11:46:44 +00:00
Dylan K. Taylor
e2cdd9eddc Fixed missing hardness on unimplemented blocks causing gameplay issues 2017-02-21 11:33:06 +00:00
Dylan K. Taylor
f933107af0 Fix some non-properly-implemented blocks killing people and bad inheritances 2017-02-21 11:17:33 +00:00
Dylan K. Taylor
91907485b4 Fixed prismarine bad meta crashes 2017-02-18 10:42:25 +00:00
Dylan K. Taylor
5c281c6435 Merged #103 2017-02-15 14:58:41 +00:00
Dylan K. Taylor
903534572d Shut some inspections up 2017-02-13 14:27:17 +00:00
Haxley
613226c661 Fix sea lantern lighting doesn't save (#316) 2017-02-02 09:09:54 +00:00
Dylan K. Taylor
cb187be1a1 Remove derp comment 2017-01-16 16:30:52 +00:00
Dylan K. Taylor
9004417456 Fixed file headers (#255) 2017-01-13 16:57:05 +00:00
Dylan K. Taylor
ad0553fbf8 Bump to API 3.0.0-ALPHA2 - READ DESCRIPTION!
Refactored level\format\generic\GenericChunk -> level\format\Chunk.
Re-added support for async chunk sending
Refactored most Level IO into new namespaces for more organisation
Removed LevelDB loader completely (will be re-added at a later date)
2017-01-06 17:13:45 +00:00
Dylan K. Taylor
598e7aac8f More PhpStorm inspections, import cleanup 2017-01-04 14:55:11 +00:00
Dylan K. Taylor
1cb96d24ce Some fixes, thanks PhpStorm 2017-01-04 11:29:24 +00:00
Dylan K. Taylor
e85d6d134e Fix mob head crashes and drops, fix #221 2017-01-01 01:57:39 +00:00
Dylan K. Taylor
850afed2c6 Merge branch 'master' into mcpe-1.0 2016-12-29 11:36:14 +00:00
Apple
efc6d429f6 Add some 0.16 blocks and items (#210) 2016-12-29 11:35:10 +00:00
Dylan K. Taylor
b082bec150 Fix instabreak anti-cheat false positive on obsidian broken (#209) 2016-12-28 23:07:57 +00:00
Dylan K. Taylor
2e1f572356 Fix netherrack and remove redundant override from NetherBrickFence 2016-12-28 23:07:57 +00:00
Dylan K. Taylor
a3a07ca847 Fix instabreak anti-cheat false positive on obsidian broken (#209) 2016-12-28 22:44:42 +00:00
Dylan K. Taylor
227e1c42ea Fix netherrack and remove redundant override from NetherBrickFence 2016-12-28 22:30:03 +00:00
Dylan K. Taylor
669af6f7b3 Fix a mistake in ItemFrame
thanks @awzaw
2016-12-22 13:47:33 +00:00
Dylan K. Taylor
a1c3ca18ce Fix FlowerPot bugs 2016-12-20 13:01:28 +00:00
Dylan K. Taylor
8c772fe671 Working item frames 2016-12-20 13:01:28 +00:00
Dylan K. Taylor
61e8828f94 Fix ladder drops when supporting block is removed 2016-12-16 21:26:54 +00:00
Dylan K. Taylor
aa8a13c4a3 Fix a bunch of block update bugs due to ancient code 2016-12-16 17:08:38 +00:00
Dylan K. Taylor
0380c78926 Remove redundant override in Fallable 2016-12-16 16:33:31 +00:00
Dylan K. Taylor
5dca11dafb Increase ladder bounding box to 3/16, fix kicked for flying when sneaking on ladders (#168) 2016-12-15 16:18:49 +00:00
Dylan K. Taylor
ae6e0773ef Do not perform scheduled updates on still lava/water (#134) 2016-12-09 16:13:39 +00:00
Dylan K. Taylor
c79077cbed Fix MobHead bounding box and properties 2016-11-27 15:50:02 +00:00
Dylan K. Taylor
bee342691d Remove NetherBrickFenceGate derp 2016-11-22 15:47:20 +00:00
Dylan K. Taylor
d696049a0a Fix anvil rotation and variant drops 2016-11-09 20:28:59 +00:00
SOFe
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
Dylan K. Taylor
2b6d058760 Fixed kicked for flying when walking on lily pads (#7)
Add an optional extended description…
2016-10-03 09:17:50 +01:00
SOF3
e913b16804
Fixed some lines indented with 4 spaces rather than tabs 2016-10-03 00:58:34 +08:00
SOF3
6fc435da0e
Imports rearrangement 2016-10-03 00:43:46 +08:00
Dylan K. Taylor
e2e31d345d Allow vanilla trapdoor placement 2016-09-30 19:20:00 +01:00
thebigsmileXD
900c4adb66 Create sign tile like it should be. 2016-09-30 19:19:56 +01:00
Dylan K. Taylor
5f8dc5829c Better inheritance for wooden stairs 2016-09-30 19:19:55 +01:00
Dylan K. Taylor
b156480550 Fix redstone ore glowing immediately when placed
Do not update the block when placed
2016-09-30 19:19:52 +01:00
Dylan K. Taylor
7b8548b2b1 Added Flower Pots 2016-09-30 19:19:51 +01:00
dktapps
6bd028f8b3 Fix Wood2 crashes 2016-09-30 19:19:47 +01:00
dktapps
35c33ba980 Fix Glowing Obsidian lighting 2016-09-30 19:19:46 +01:00
dktapps
9808f874c8 Remove Stonecutter remnants 2016-09-30 19:19:43 +01:00
dktapps
42e8120961 Remove creative container open checks (lines up with 0.14) 2016-09-28 13:59:53 +01:00
dktapps
2a4f85107d Less duplication, more consistency 2016-09-28 13:59:53 +01:00
dktapps
bf4b96e144 Block: Fix fence gate rotation when opened or closed. TODO: fix gate opening direction 2016-09-28 13:59:52 +01:00
Jorge González
292a212827
Merge branch master 2016-05-18 10:07:57 -05:00
Jorge González
012d46dfd8 Added Mob Heads
Fixed duplicated items in JSON file
2016-03-22 22:25:36 -06:00