210 Commits

Author SHA1 Message Date
Shoghi Cervantes
f1b5f83fd4 Lots of typos fixed, undefined variables, unused code 2014-02-19 01:55:42 +01:00
Shoghi Cervantes
daf3198136 Tall Grass can be replaced 2014-02-14 19:37:57 +01:00
Shoghi Cervantes
d8aea544f3 Fixed DoorBlock crashing the server 2014-02-08 16:55:20 +01:00
Shoghi Cervantes
8b87733082 Faster-Network now usable! 2014-02-08 01:30:08 +01:00
Shoghi Cervantes
95bff304e4 Changed all Player packets to new network 2014-02-07 16:44:10 +01:00
Shoghi Cervantes
eca8fbce30 Fixed undefined index on Slab 2014-01-30 00:42:01 +01:00
Shoghi Cervantes
4002d3013d More OCD 2014-01-28 11:36:18 +01:00
Shoghi Cervantes
f4d96e3a9b Temp. fix for Ladders popping out 2014-01-22 13:09:27 +01:00
Shoghi Cervantes
65767312a3 Merge pull request #1064 from wrewolf/patch-2
Update Lava.php
2014-01-12 18:28:54 -08:00
wrewolf
1f360c8bfb Update Lava.php 2014-01-12 12:05:17 +03:00
wrewolf
65a7560185 Update Lava.php
Fix Remove for Left Lavas
2014-01-10 09:45:21 +03:00
wrewolf
860f723518 Update Water.php
Fix Remove for Left Waters
2014-01-10 09:43:31 +03:00
Michael Yoo
5dc52ad97d Add PHPDoc Documentation to block types. 2013-12-18 20:05:04 +10:30
Michael Yoo
050d3424f0 Fix #999. 2013-12-14 16:14:41 +10:30
Shoghi Cervantes
2d67af6fbd Sugarcane now grows when using bonemeal 2013-12-01 14:14:36 +01:00
Shoghi Cervantes
2f7e5688e2 Fixed #418 Placing blocks on top of Snow replaces it now 2013-11-27 15:28:10 +01:00
Shoghi Cervantes
0d6ae6067c Fixed #956 BEETROOT_BLOCK typo 2013-11-27 12:10:26 +01:00
Shoghi Cervantes
7b9edffa47 Mushroom Stew and Beetroot Soup are no longer stackable 2013-11-26 15:23:39 +01:00
Shoghi Cervantes
6e9b70c9cb Better Tall Grass generation with bonemeal 2013-11-26 13:32:19 +01:00
Shoghi Cervantes
0f01570d01 "Better" Tall Grass drops 2013-11-26 13:20:19 +01:00
Shoghi Cervantes
35119befd9 Tall Grass now drops Melon and Pumpkin seeds with a probability of 1/15 2013-11-26 12:46:30 +01:00
Shoghi Cervantes
02150da862 Tall Grass can now drop Carrots, potatoes, beetroot seeds 2013-11-26 12:45:27 +01:00
Shoghi Cervantes
fb9f7891c7 Added Beetroot soup, beetroot seeds, crafting 2013-11-25 09:42:41 +01:00
Shoghi Cervantes
9cf91ca3fa Added beetroot IDs
TODO: Beetroot Soup ID
2013-11-25 09:34:57 +01:00
Shoghi Cervantes
fc7c14ae16 BeetRoot soup doesn't need a class 2013-11-25 09:34:36 +01:00
Michael Yoo
646390812a Beetroot Soup Item template. @shoghicp Add in the Item ID to ItemID.php constants file. 2013-11-25 18:57:13 +10:30
Shoghi Cervantes
e700179bb0 Multiple changes
* Fixed hoe durability
* Fixed some blocks hitbox
* Added Creative pseudo-inventory
* Added Carrots and Carrot Crops
* Added Potatoes, Baked potatoes and Potato Crops
2013-11-24 18:38:37 +01:00
Shoghi Cervantes
f8d8052ec3 Correct placement for cakes and snow layers 2013-11-24 15:52:35 +01:00
Shoghi Cervantes
0dc783f285 Added carpets, crafting recipes, placement 2013-11-24 15:50:02 +01:00
Shoghi Cervantes
7cd5c5cde1 Fixed paintings resetting the hotbar 2013-11-24 15:18:58 +01:00
Shoghi Cervantes
9105e59f2a Jungle Sapling 2013-11-24 15:12:14 +01:00
Shoghi Cervantes
c25607588b Added sideway Hay Bales 2013-11-24 13:32:21 +01:00
Shoghi Cervantes
ff8363e2ae Added Wooden Slabs, Double Wooden Slabs, new Wooden Slab crafting 2013-11-24 13:22:09 +01:00
Shoghi Cervantes
5803a4e649 Added Coal Blocks, crafting, fuel information 2013-11-23 18:18:02 +01:00
Shoghi Cervantes
78f7964d57 Fixed bread crafting & added Hay Bales 2013-11-23 18:09:04 +01:00
Shoghi Cervantes
78f9e40730 Added Compass and Clock 2013-11-23 17:54:19 +01:00
Shoghi Cervantes
a0ca572d1f Added Cobblestone Walls, Mossy Stone Walls, crafting recipes, correct drops 2013-11-23 17:40:22 +01:00
Shoghi Cervantes
1ad00a453b Added Iron bars, Pumpkins, lit pumpkins and pumpkin grow, pumpkin growth, pumpkin seeds, pumpkin pie... 2013-11-23 16:36:30 +01:00
Shoghi Cervantes
5fa6c5962e Added more Wood stairs, and planks 2013-11-23 15:51:09 +01:00
Shoghi Cervantes
de98dd920b Sponges added 2013-11-23 15:34:32 +01:00
Shoghi Cervantes
1a0bccf288 Sideway logs placement & correct drop 2013-11-23 15:21:48 +01:00
Shoghi Cervantes
e4221b8552 Redstone Ore drops Redstone dust 2013-11-23 13:56:47 +01:00
Shoghi Cervantes
f32f379e97 Lava flow code reformatting 2013-11-23 11:04:36 +01:00
Shoghi Cervantes
719df75886 Water flow code reformatting 2013-11-23 10:59:52 +01:00
Michael Yoo
b66f34b308 Merge pull request #930 from beN39sGroup/master 2013-11-22 23:59:50 +10:30
beN39sGroup (Blue Electric)
7acdb0dd3f Fix Performance Problem
Welcome, TPS!
2013-11-17 09:39:40 +09:00
beN39sGroup (Blue Electric)
fe70fa467d Slower Unflow & Basic for Multi Language
Slower Unflow!
I wanna Multi Language!
2013-11-15 19:14:02 +09:00
beN39sGroup (Blue Electric)
db289f9871 Mixable Lava & Water
I Wanna Make Cobblestone Generator!
2013-11-10 22:11:45 +09:00
beN39sGroup (Blue Electric)
b822b314cb Simple Flowable Lava & English Comment
Still A Flowing
2013-11-10 17:59:36 +09:00
beN39sGroup (Blue Electric)
77ca6da14c Simple Flowable Water!
Meet the 'Flowing' Water.
2013-11-10 17:19:50 +09:00