Commit Graph

7 Commits

Author SHA1 Message Date
712cafa0cc Item: remove redundant meta constructor params
these ctor params should only be used for variants in the ItemFactory registration, but all of these items have no non-zero variants anyway.
2018-10-26 16:29:14 +01:00
9e142655ea Removed redundant count parameter from item constructors, added some documentation and tightened safety checks
the count parameter is useless since Item ctor should now only be used for constructing item _types_, not actual items. All item creations for inventories etc, should go through the ItemFactory.
2017-08-25 19:06:23 +01:00
44dd7c2222 Removed some redundant item classes 2017-08-25 14:07:50 +01:00
6efa4343b1 Cleaned up fuel duration handling, fixed some fuel items not working in furnaces 2017-08-17 10:22:47 +01:00
51b0673b4b Bite the bullet and enable strict types on everything 2017-06-07 12:53:16 +01:00
329a525ea1 Implemented food and hunger 2016-02-10 22:49:48 +08:00
8a0bd85656 Item and Block, some wont work yet 2016-01-28 04:37:09 +01:00