Commit Graph

257 Commits

Author SHA1 Message Date
Cheeserolls 25f03d5633 Remove unused imports, remove an unused and mileading line in EntityWasp 2015-04-25 17:25:09 +01:00
Cheeserolls b0037b8fdf Minor cleanup on RenderDart 2015-04-25 17:17:31 +01:00
Cheeserolls 51337af9f9 Add wasp 2015-04-25 17:17:31 +01:00
Adubbz 81b5e3032e Added a rough implementation of the biome finder's rendering - Fair amount of cleanup to be done to make it perfect 2015-04-25 11:10:14 +10:00
Cheeserolls 735297a9b9 Add message handler 2015-04-24 08:01:39 +01:00
Cheeserolls 620d101668 Improve biome finder code 2015-04-24 08:01:00 +01:00
Cheeserolls d9c2cb4291 Let grass spread from vanilla grass blocks onto BOP dirt blocks 2015-04-21 21:54:22 +01:00
Cheeserolls ace3eb945f Make gem ore drop experience when mined 2015-04-21 19:14:07 +01:00
Cheeserolls a8687ffb08 Start biome finder - can now find biomes, but icon does not yet point to it 2015-04-21 19:06:42 +01:00
Cheeserolls 448db31d6c Fix typo in white dye model file name 2015-04-21 19:03:38 +01:00
Cheeserolls 81238dd585 Remove unused imports 2015-04-21 10:44:35 +01:00
Adubbz 8ff805db0a Moved rendering registration into the client proxy. Fixes server crashing 2015-04-21 06:15:56 +10:00
Cheeserolls e9bba1cce6 Make BOP dyes work on sheep and wolf collars 2015-04-19 23:01:46 +01:00
Cheeserolls f2b073fdb8 Add other BOP misc items 2015-04-19 22:08:42 +01:00
Cheeserolls 5c2d64dac3 Add remaining BOP food items: ambrosia, salads, earth, ricebowl, shroompowder 2015-04-19 21:15:16 +01:00
Cheeserolls fc05c996c3 Add helper functions for paged block classes BOPLeaves BOPLog BOPSapling 2015-04-19 18:23:42 +01:00
Cheeserolls bd33408d07 Remove unused imports 2015-04-19 17:42:38 +01:00
Cheeserolls 340bb2a9f1 Add dart entity and dart blower item (not 100% finished) 2015-04-19 17:38:05 +01:00
Adubbz ab23f5b1ef Restricted the amount of big trees that can be in a single chunk 2015-04-19 13:32:39 +10:00
Adubbz 73790cfe0f Added bushes to the Shrubland, added the Dense Forest 2015-04-19 13:06:42 +10:00
Cheeserolls 04d54ad29e Add dart and dart blower items 2015-04-18 11:03:42 +01:00
Cheeserolls ae906f10f4 Remove incorrect setCreativeTab on ItemGem 2015-04-18 11:03:42 +01:00
Adubbz 21555fb6ee Added the Lavender Fields, fixed the height of regular trees in some biomes 2015-04-18 19:46:47 +10:00
Adubbz 035e96676a Completed the Shrubland 2015-04-17 14:35:45 +10:00
Adubbz 69490107d7 Added flax to the shrubland 2015-04-14 20:20:44 +10:00
Cheeserolls 7c99f7acf4 Fix some missing scythe features 2015-04-13 23:14:14 +01:00
Cheeserolls e0fc4010c0 Add scythe 2015-04-13 22:38:17 +01:00
Adubbz c0ff997661 Switched to using the Java Arrays class, not the Scala one (Auto imports can be a pain sometimes) 2015-04-13 08:21:03 +10:00
Adubbz 01bc49eb65 Fixed an error with deserialization 2015-04-12 20:11:43 +10:00
Cheeserolls bd49407515 Add mud and amethyst armor 2015-04-12 11:03:51 +01:00
Cheeserolls 9ffbc85ab0 Import all from api BOPItemHelper into ModItems for convenience 2015-04-12 11:03:51 +01:00
Cheeserolls 7f8cff619b Add mud and amethyst tools 2015-04-12 11:03:51 +01:00
Adubbz 41f60d8393 Began work on the shrubland, increased the amount of leaves 2015-04-12 19:52:22 +10:00
Adubbz 6564281943 Added the flower field, improved weighted generation, fixed the colouring of damp and wheat grass 2015-04-12 16:12:41 +10:00
Adubbz 5ffd96b86d Completed the Thicket 2015-04-12 13:00:15 +10:00
Cheeserolls 3fa19ac90c Add tall cattail, rename BlockDoubleFoliage to BlockBOPDoublePlant for consistency 2015-04-11 23:52:03 +01:00
Cheeserolls 25075b9d89 Add shrub item texture, improve berrybush item texture 2015-04-11 23:29:25 +01:00
Cheeserolls 930ae1f79f Fix render colors for some plants 2015-04-11 23:15:09 +01:00
Cheeserolls e767ee0274 Fix reed rendering placement and bounding box 2015-04-11 22:33:13 +01:00
Cheeserolls 890f009c49 Add BOP Plants (merged with foliage) deadgrass, desertgrass, desertsprouts, dunegrass, spectralfern, thorn, wildrice, cattail, rivercane, wildcarrot, tinycactus, witherwart, reed and root 2015-04-11 21:43:31 +01:00
Cheeserolls 87b76b4101 Correct some misleading errors in comments 2015-04-11 14:38:37 +01:00
Cheeserolls ee26557365 Remove unused imports 2015-04-11 14:18:58 +01:00
Adubbz 308f24378c Decoration by default now uses grass sounds and a random offset, fixed an issue with weighted generators causing config files to not load (they're being a pain) 2015-04-10 23:54:00 +10:00
Adubbz 9c9037e6d3 Fixed pick block on leaves, fixed an error reading config files on second run (stages weren't being added to wrapped generators) 2015-04-10 21:27:21 +10:00
Adubbz 567ce24721 Began work on the Thicket 2015-04-10 15:29:58 +10:00
Adubbz 62a336a25c Added the Steppe biome 2015-04-10 10:19:40 +10:00
Adubbz 9dca60f94c Merged IGeneratorBase and IGeneratorController, since the distinction is no longer necessary 2015-04-10 09:21:58 +10:00
Adubbz 026c69b4e6 Merged IGeneratorBase and IGeneratorController, since the distinction is no longer necessary 2015-04-10 09:21:43 +10:00
Adubbz a541caf85b Switched to using a wrapper object for weighted entries, allowing for use of generators for multiple purposes 2015-04-10 09:16:36 +10:00
Adubbz b617d62ca4 Added a generator for grass 2015-04-09 17:56:47 +10:00