Commit graph

552 commits

Author SHA1 Message Date
Cheeserolls
38bdbfcb53 Add Dead Swamp biome 2015-08-04 11:30:44 +01:00
Adubbz
71375a710d Fixed tree trunks being cut off 2015-07-12 18:27:10 +10:00
Cheeserolls
7f0d77d644 Add Pinecone 2015-07-05 23:45:17 +01:00
Cheeserolls
4dfed60ba0 Add Dead Forest biome 2015-07-05 19:14:43 +01:00
Cheeserolls
f24adb6ce5 Minor code cleanup 2015-07-05 12:10:52 +01:00
Anton
33da1c78d4 Register biome essence recipe for 1.8 2015-07-05 13:54:42 +03:00
Adubbz
544cc9d7d6 Added the Xeric Scrubland 2015-07-03 20:51:09 +10:00
Adubbz
c72cddbdff Merge pull request #500 from X00LA/BOP-1.8-3.0.x
Create de_DE.lang
2015-06-30 07:54:43 +10:00
X00LA
47d37f0028 Create de_DE.lang 2015-06-29 16:51:18 +02:00
Adubbz
35cc7da299 Further refined the customisable gui - Pages are GuiSlots, the GuiBOPPageManager simply handles the current page and changing pages 2015-06-29 21:08:37 +10:00
Adubbz
93996809de Changed the customisable gui over to using a delegate pattern. Still some work to be done, but it does provide a basis for adding the biomes page 2015-06-27 13:04:08 +10:00
Cheeserolls
cef0b7406c Restore grass/foliage color of grasslands 2015-06-26 16:57:51 +01:00
Cheeserolls
d6e648f310 Improvements to land mass types 2015-06-24 04:40:27 +01:00
Cheeserolls
dadae8758e Remove BiomeTypes in favour of the more descriptive and configurable Climates 2015-06-24 01:58:13 +01:00
Cheeserolls
2a83422a36 Initial work on replacing biome types with climates based on temperature and rainfall 2015-06-23 22:13:15 +01:00
Cheeserolls
cab755fe7a Finish Bog biome (add poison lakes) 2015-06-23 02:50:31 +01:00
Cheeserolls
c0cc360c04 Sort out a few todos (especially with fluids and jars) 2015-06-23 02:33:19 +01:00
Cheeserolls
40e7a8e428 Add buckets for BOP fluids 2015-06-22 15:20:18 +01:00
Cheeserolls
6bec3aeeb1 Embetter our coniferous trees (especially the large ones) 2015-06-22 13:27:30 +01:00
Cheeserolls
79ca5bfa1a Oops - Poison is supposed to be BlockFluidClassic 2015-06-22 03:59:09 +01:00
Cheeserolls
d7229c6ba8 Fluids now render 2015-06-22 03:51:45 +01:00
Cheeserolls
cdb2a40735 Add Coniferous Forest biome 2015-06-22 00:38:29 +01:00
Cheeserolls
7508fbf9c7 Add options for landmass generation: vanilla, continents, or archipelago 2015-06-19 23:47:37 +01:00
Cheeserolls
9220148251 Optimize biome search (tpbiome command and biome finder) to take into account world biome size 2015-06-19 19:21:32 +01:00
Cheeserolls
637c0bfd09 Big improvements to control of terrain generation and simplification of the algorithm 2015-06-19 18:46:12 +01:00
Cheeserolls
9362ba95ac Add Gui for configuring BOP world properties (saved per game) 2015-06-19 00:22:53 +01:00
Cheeserolls
6983d5df0a Remove workaround for Forge bug - no longer required 2015-06-18 22:54:16 +01:00
Cheeserolls
e5e78840a8 Add Cherry Blossom Grove biome 2015-06-18 03:03:12 +01:00
Cheeserolls
792b5e2e4a De-obfuscate GenLayerRiver - unused at the moment, but considering using this to implement riverside biomes 2015-06-18 03:02:51 +01:00
Cheeserolls
20d5ae226d Re-write potion init code to avoid clashes with other mods 2015-06-18 02:24:27 +01:00
Cheeserolls
d522fc9fc8 Add Canyon biome (and Canyon Ravine sub biome 2015-06-16 16:17:19 +01:00
Cheeserolls
60f8a5dc00 Add gem to brushland 2015-06-16 14:31:07 +01:00
Cheeserolls
46bc08a25c Add Brushland biome 2015-06-16 14:23:05 +01:00
Cheeserolls
d2a5db2bbb Add Boreal Forest biome 2015-06-16 12:58:21 +01:00
Cheeserolls
abe80e28e1 Finish Bog (apart from poison lakes) 2015-06-16 11:36:41 +01:00
Cheeserolls
4fc51493be Start work on Bog biome 2015-06-15 22:46:31 +01:00
Cheeserolls
74bb9b41d2 Fix some generator bugs 2015-06-15 19:49:56 +01:00
Cheeserolls
ec0123e9ea Use inheritance to avoid code duplication in Generators 2015-06-15 18:39:44 +01:00
Cheeserolls
2783bcebba Minor fixes in Bayou 2015-06-11 22:56:54 +01:00
Cheeserolls
56e5fbfaa8 Add Bayou biome, GeneratorBayouTree and some adjustments to other generators 2015-06-11 22:03:52 +01:00
Cheeserolls
1d7217a78d Create list of predefined BlockQueries to avoid code duplication 2015-06-11 16:58:47 +01:00
Cheeserolls
cd1421805a Allow querying blocks by plant type (will reduce a lot of code later on) 2015-06-11 14:43:57 +01:00
Cheeserolls
495442c03f Attempt to make BlockQuery more user friendly 2015-06-11 14:05:29 +01:00
Cheeserolls
63fe140915 Split mud and quicksand into separate classes (they really have little in common 2015-06-11 11:29:46 +01:00
Cheeserolls
4cdbc7c294 Add workaround (temporary I hope) for a forge bug 2015-06-11 11:26:12 +01:00
Cheeserolls
24d3b3cf5e Make BOP block naming consistent 2015-06-11 10:20:33 +01:00
Cheeserolls
01f2e8a6a9 Make sure all BOP blocks support canSustainPlant() properly 2015-06-11 10:04:56 +01:00
Cheeserolls
434ef3fdd5 Add Bamboo Forest biome 2015-06-11 01:16:55 +01:00
Cheeserolls
e1387c76f3 Add Jade Cliffs biome 2015-06-10 02:46:04 +01:00
Cheeserolls
0026241420 Fine tune tundra 2015-06-10 02:07:19 +01:00
Cheeserolls
7f62423e0d More fine tuning of mountain 2015-06-10 01:31:13 +01:00
Cheeserolls
bc93ad2bd8 Make foothills on the edges of the mountains 2015-06-10 00:20:38 +01:00
Cheeserolls
24e668e943 Add Glacier biome 2015-06-08 17:18:52 +01:00
Cheeserolls
44dd5dfa83 Implement system for sub biomes and mutated biomes 2015-06-08 16:57:36 +01:00
Cheeserolls
bd19fd2ae6 Finish the Mountain biome 2015-06-08 14:03:55 +01:00
Cheeserolls
c34fef46f6 Add GeneratorPineTree 2015-06-08 14:03:03 +01:00
Cheeserolls
336f900e72 Start work on Mountain biome 2015-06-08 01:05:31 +01:00
Cheeserolls
d0379d44dc Add Outback biome 2015-06-07 23:46:53 +01:00
Cheeserolls
f3a8fbf555 Add generator for small nobbly "twiglet" trees 2015-06-07 23:46:37 +01:00
Cheeserolls
19d107e7d0 Add BlockPosQuery for positions with air above them 2015-06-07 23:09:34 +01:00
Cheeserolls
910086f111 Provide shortcut methods for building trees with vanilla logs and leaves 2015-06-07 23:09:01 +01:00
Cheeserolls
cf7537e7ef Allow BlockBOPGeneric to support plants 2015-06-07 22:43:51 +01:00
Cheeserolls
37f6d16d93 Allow specification of which block to replace with GeneratorSplatter, tweak default parameters 2015-06-07 21:55:26 +01:00
Cheeserolls
150345251c Rename some BlockQuery classes 2015-06-07 21:39:34 +01:00
Cheeserolls
7f3fda66a7 Add Moor biome 2015-06-07 21:22:10 +01:00
Cheeserolls
c5b3d9b2d3 Fix floor blocks in dense forest 2015-06-07 21:21:57 +01:00
Cheeserolls
c291aa61df Add Heathland biome 2015-06-07 20:24:53 +01:00
Cheeserolls
c4e23a8384 Minor adjustments to Marsh and Chaparral 2015-06-07 18:52:26 +01:00
Cheeserolls
cba8443972 Minor adjustments to waterside and splotches generator 2015-06-07 18:51:35 +01:00
Cheeserolls
9b593e576d Allow setting of the block used underneath water in BOP biomes 2015-06-07 18:50:45 +01:00
Cheeserolls
3256dd9447 Finally stop those damn floating paeonias 2015-06-07 17:20:29 +01:00
Cheeserolls
cfc3cd65ff Make naming in generators consistent and more readable, fix algae spawning in marsh 2015-06-07 16:46:04 +01:00
Cheeserolls
15ff399f6a Rewrite terrain generation to provide more flexibility for BOP biomes 2015-06-07 15:36:41 +01:00
Cheeserolls
629a02d9c6 Add method for getting a BlockPosQuery from the config files 2015-06-01 20:11:24 +01:00
Cheeserolls
2297888ec4 Add grassland biome 2015-06-01 19:51:55 +01:00
Cheeserolls
f8db6d03c1 Use multiple generation attempts in GeneratorColumns 2015-06-01 19:38:14 +01:00
Cheeserolls
1c67753174 Modify block queries so they match against world and position instead of just against blockstate (allows more flexibility - eg checking neighbors) 2015-06-01 19:05:19 +01:00
Cheeserolls
165504a8a8 Minor change in GeneratorLakes 2015-06-01 18:06:45 +01:00
Cheeserolls
7819a042dd Stop GeneratorLogs replacing non-air blocks 2015-06-01 18:04:03 +01:00
Cheeserolls
e405e5af1d Add columns generator 2015-06-01 17:57:48 +01:00
Cheeserolls
5b1b35ebad Add Tundra biome 2015-06-01 17:03:38 +01:00
Cheeserolls
812c147cd8 Add Marsh biome 2015-06-01 14:42:29 +01:00
Cheeserolls
7ec33607bb Add GeneratorLakes 2015-06-01 14:40:10 +01:00
Cheeserolls
9e352520b3 Rebalance flora generation weight values (to compensate for the fact that all flora generation attempts are at the surface) 2015-06-01 11:27:33 +01:00
Cheeserolls
3acdaea69b Implement a "builder" pattern for constructing feature generators - allows for lots of options without requiring long complicated constructor argument lists with default values for all the options, and makes biome creation code easier to read 2015-06-01 04:08:37 +01:00
Cheeserolls
10ed5d64e6 Allow fractional amountPerChunk in generators, reduce code duplication by moving scatter() method into a base class 2015-05-31 22:52:41 +01:00
Cheeserolls
7107c2d0f1 Add GeneratorBigMushroom 2015-05-31 21:04:02 +01:00
Cheeserolls
9cf20fa8c4 Add GeneratorLogs 2015-05-31 17:48:17 +01:00
Cheeserolls
7cf4c74420 Add highland biome 2015-05-31 15:50:19 +01:00
Cheeserolls
502549f8af Register GeneratorBlob. Make GeneratorBlob and GeneratorSplatter configurable. Some other minor improvements 2015-05-31 15:49:37 +01:00
Cheeserolls
90acaa48d4 Add GeneratorBlobs 2015-05-31 13:05:05 +01:00
Cheeserolls
dfe72850af Add splatter world gen 2015-05-31 11:34:40 +01:00
Cheeserolls
da3280d85a Use block querys in Generator Splotches to define the blocks to swap 2015-05-31 00:38:10 +01:00
Cheeserolls
d93113fbfc Add some utility functions for testing blocks against certain criteria 2015-05-31 00:15:14 +01:00
Cheeserolls
d82c3523d1 Finish chaparral biome 2015-05-29 19:01:54 +01:00
Cheeserolls
119400041e Add splotches generator 2015-05-29 18:55:38 +01:00
Cheeserolls
a8b6fe6d0f Fix bug - bushes turning into berry bushes too quickly 2015-05-29 18:54:35 +01:00
Cheeserolls
6b5cdf3db6 Start the Chaparral biome 2015-05-28 23:06:17 +01:00
Cheeserolls
359e374c09 Add shortcut constructor for GeneratorDoubleFlora using vanilla BlockDoublePlant types 2015-05-28 23:05:11 +01:00
Cheeserolls
1c0f610263 Prevent duplicate id being used when adding a new biome 2015-05-28 23:02:11 +01:00
Cheeserolls
3d1cf2388b Allow search by biome name in bop tpbiome command 2015-05-28 21:36:35 +01:00
Cheeserolls
f183391144 Override river mix gen layer, improve polar regions with frozen rivers, and arctic regions in the frozen oceans 2015-05-28 20:55:00 +01:00
Cheeserolls
3f38fd5be5 De-obfusacte biome edge gen layer 2015-05-28 19:50:23 +01:00
Cheeserolls
b3b49a8105 Make frozen ocean in polar regions on latitude worlds 2015-05-28 19:35:42 +01:00
Cheeserolls
47877a9150 Override vanilla code for adding sub-biomes (hills, mutated biomes etc), refine params for BOP gen layers 2015-05-28 18:50:36 +01:00
Cheeserolls
d56900ef9d Tidy up the TODO list 2015-05-28 15:38:09 +01:00
Cheeserolls
e07420ae52 Allow configuration of vanilla biome weights 2015-05-28 15:30:09 +01:00
Cheeserolls
f003accc02 Fix crash caused by use of de-obfuscated field name 2015-05-28 13:54:27 +01:00
Cheeserolls
fc2e910b88 Remove dummy file which should not have been there anyway 2015-05-27 23:17:22 +01:00
Cheeserolls
b5efea309b Minor code cleanup in ModPotions 2015-05-27 23:15:49 +01:00
Cheeserolls
2871b7b2c4 Add BOP potion effects - paralysis and possession 2015-05-27 22:39:29 +01:00
Cheeserolls
2b9a7c30f0 Override default genlayer procedure to enable better control over world generation and biome placement - added 2 varieties of biome arrangement in addition to the vanilla system, random and latitude (which can be selected via a config file) 2015-05-27 02:35:48 +01:00
Cheeserolls
45b15e6d7f Add comments to GenLayerBiomeBOP 2015-05-26 18:23:36 +01:00
Cheeserolls
c01e34ca85 More configuration options: enableSnow, enableRain, skyColor, hasBiomeEssence 2015-05-26 17:25:50 +01:00
Cheeserolls
e83edcf214 Use existing GeneratorRegistry for creation of generators from config files instead of a separate GeneratorFactory class 2015-05-26 16:51:45 +01:00
Cheeserolls
795592d20f Allow spawnable creatures for biomes to be configured 2015-05-26 16:49:39 +01:00
Cheeserolls
1892ce1959 Minor tweaks to BOPConfig.java 2015-05-26 16:48:50 +01:00
Cheeserolls
42da4d197c Reorganise BOP config system to make it all a bit cleaner and easier to use 2015-05-26 15:04:13 +01:00
Cheeserolls
ee0b4d69b6 Unify code for biome finder item and tpbiome command 2015-05-26 10:22:04 +01:00
Cheeserolls
e4e8582eac Simplify weighted generators and make them easier to configure 2015-05-26 10:10:20 +01:00
Cheeserolls
e269c43e54 Make generator configurable via ConfigHelper 2015-05-26 01:27:30 +01:00
Cheeserolls
d9cf50efa9 Allow configuration of normal and alternative top blocks in dense forest 2015-05-24 14:54:15 +01:00
Cheeserolls
7007e8bd92 Allow biome weights to be configured, add config warning logging 2015-05-24 14:52:55 +01:00
Cheeserolls
17ea1755e8 Some minor improvements to ConfigHelper 2015-05-24 14:51:48 +01:00
Cheeserolls
957f1de812 Expand capabilities of ConfigHelper 2015-05-24 12:47:08 +01:00
Cheeserolls
7faffa5a89 Rewrite biome configuration system to be simpler and less fragile 2015-05-24 09:18:04 +01:00
Cheeserolls
5016917fb9 Fix some leaf rendering problems, and a couple of other minor TODOs 2015-05-23 23:47:23 +01:00
Cheeserolls
ebd6a98911 Remove unused imports 2015-05-23 22:26:28 +01:00
Cheeserolls
4f8fde74ef Fix incorrect drops and shearing on BOP double plants 2015-05-23 22:21:50 +01:00
Cheeserolls
41f28506e1 Add cattail 2015-05-23 19:40:16 +01:00
Cheeserolls
591bdebe5e Add kelp 2015-05-23 19:14:48 +01:00
Cheeserolls
8fb205d30d Remove debug code 2015-05-23 17:49:08 +01:00
Cheeserolls
595e3f8add Add bamboo thatching 2015-05-23 17:48:16 +01:00
Cheeserolls
87337e4f72 Add mud brick stairs 2015-05-23 16:47:31 +01:00
Cheeserolls
08c80171a3 Allow BOPReflectionHelper.construct() to work with arguments which are castable to the declared constructor arguments 2015-05-23 16:37:59 +01:00
Cheeserolls
b36c0b0700 Rename BlockBOPStairs to BlockBOPWoodStairs 2015-05-23 15:38:42 +01:00
Cheeserolls
4b6e4effc7 Add BOP stone and mud brick slabs 2015-05-23 15:33:45 +01:00
Cheeserolls
f219f84c09 Fix BOP stone drops 2015-05-23 15:08:25 +01:00
Cheeserolls
7dc1020de2 De-obfuscate dart render code 2015-05-23 00:37:45 +01:00
Cheeserolls
555e96af81 Remove reliance on hard coded sapling values in leaf drop code 2015-05-23 00:02:50 +01:00
Cheeserolls
bf130cbe9c Fix bounding box positioning on BOP plants 2015-05-22 23:42:23 +01:00
Cheeserolls
6a1347ff6f Make smoldering grass melt snow 2015-05-22 23:29:52 +01:00
Cheeserolls
ee22af02e0 Add utility function for accessing hidden object constructors with reflection 2015-05-22 23:10:14 +01:00
Cheeserolls
43c2d300fb Fix inconsistency in placement of regular and tall cattail - both now require water 2015-05-22 13:35:54 +01:00
Cheeserolls
e6b8d04fb0 Fix crash caused by reference to sapling which does not exist 2015-05-22 13:25:18 +01:00
Cheeserolls
7019c0a68c Allow wool to be crafted from any combination of regular and tall cattail 2015-05-22 13:24:21 +01:00
Cheeserolls
4317a78f9e Add more ore dictionary entries for BOP items 2015-05-22 13:12:58 +01:00
Cheeserolls
1741d2bb6c Use gem enum instead of hard coded gem crafting recipes 2015-05-22 13:04:40 +01:00
Cheeserolls
4821375be3 Give various BOP enums a more sensible name and location 2015-05-22 12:22:19 +01:00
Cheeserolls
642e1e6e87 Add mappings between wood types and doors, fences, gates and stairs 2015-05-22 11:50:55 +01:00
Cheeserolls
7d7917d757 Unite flower 1 and flower 2 into a single paged block class 2015-05-22 11:15:13 +01:00
Cheeserolls
04c91ca0d8 Automate generation of wood plank and slab recipes 2015-05-20 23:59:30 +01:00
Cheeserolls
db4c38bc1c Big improvements to code for handling blocks with multiple pages of variants 2015-05-20 23:32:40 +01:00
Cheeserolls
25376bcb20 Add OreDictionary support 2015-05-19 16:08:47 +01:00
Cheeserolls
adcf216772 Add crafting for biome finder (note biome essence now used up in recipe) 2015-05-19 15:28:12 +01:00
Cheeserolls
cc15216f66 Remove debugging messages in FurnaceFuelHandler 2015-05-19 12:18:27 +01:00
Cheeserolls
be0c9c36e1 Add BOP smelting recipes 2015-05-19 10:02:56 +01:00
Cheeserolls
ce01fd4019 Add (most) other BOP crafting recipes 2015-05-19 00:44:26 +01:00
Cheeserolls
9a79f3c385 Add dye recipes, wood recipes and various other misc recipes 2015-05-18 10:42:58 +01:00
Cheeserolls
dde19d780c Add first BOP crafting recipe 2015-05-17 14:39:37 +01:00
Anton
6cc04e57e2 Update ru_RU.lang 2015-05-08 08:35:11 +03:00
Cheeserolls
89937a09de Make BlockDoubleDecoration shearing more robust by adding a check for valid blocks 2015-05-06 13:32:23 +01:00
Cheeserolls
c921b36485 Add mudball entity, change entity registration (previously server and client were not in sync when spawning BOP entities), necessitated creating a BOP specific spawn egg item 2015-05-04 21:16:49 +01:00
Cheeserolls
d0e4b1c309 Add flippers and flower bands 2015-05-04 11:20:58 +01:00
Cheeserolls
43390b5dd0 Add other BOP fluids, blood and poison, no rendering yet 2015-05-04 10:30:06 +01:00
Cheeserolls
fc3c423523 Make sacred oad sapling items shiny 2015-05-04 10:05:42 +01:00
Cheeserolls
faa60f0e37 Add biome name to biome finder tooltip 2015-05-04 00:17:32 +01:00
Cheeserolls
c32a624f92 Add biome essence and biome block 2015-05-03 23:40:18 +01:00
Cheeserolls
fd81cb9029 Add BOP records 2015-05-03 21:06:34 +01:00
Cheeserolls
09b027bdae Remove unused imports 2015-05-03 18:56:00 +01:00
Adubbz
e29bae36ed Fixed server crashing (Again!) 2015-05-02 14:27:47 +10:00
Cheeserolls
ee2fd6ab6d Fix flowers bounding box not aligned correctly with rendering 2015-05-02 00:45:32 +01:00
Cheeserolls
aeae6cb2f5 Fix incorrect item drop on BOP flowers 2015-05-01 23:02:06 +01:00
Cheeserolls
c9df78da57 Fix crash when blowing dandelion because particles generated on wrong side 2015-05-01 22:48:08 +01:00
Cheeserolls
932a595ebd Combine particle textures for better performance 2015-05-01 22:00:28 +01:00
Cheeserolls
c44252c449 Add dandelion particle, fix incorrect texture on pixie trail particle 2015-04-30 20:40:58 +01:00
Cheeserolls
8a499bccd0 Simplify texture loading for pixie trail particle 2015-04-30 19:01:25 +01:00
Cheeserolls
e52abcf704 Add pixie trail particle 2015-04-30 13:18:48 +01:00
Cheeserolls
aa96726ee9 Add filled glass jars 2015-04-30 02:43:24 +01:00
Cheeserolls
909d75d4e3 Add empty glass jars 2015-04-30 01:26:42 +01:00
Cheeserolls
67567e16e3 Change registration method for entities - now can use spawn eggs and summon command, and ids are not hard coded 2015-04-30 01:26:02 +01:00
Cheeserolls
509872483e Add honey fluid - Currently does not render! Seems like this is a problem affecting all forge fluids in 1.8 2015-04-29 12:26:22 +01:00
Cheeserolls
268b90ba12 Add pixie 2015-04-28 14:21:27 +01:00
Cheeserolls
1d727ba085 Minor tweaks to enderporter 2015-04-28 12:32:24 +01:00
Cheeserolls
d99287fb05 Add client messages to biome finder 2015-04-28 12:29:30 +01:00
Cheeserolls
01c519c097 Add the enderporter 2015-04-28 11:38:14 +01:00
Cheeserolls
b46fa2da6f Add wasp sounds 2015-04-28 10:27:46 +01:00
Cheeserolls
b4b9d82e11 Add visual feedback to indicate when biome finder can be used or is searching, simplify animation and code for pointing at location 2015-04-27 23:57:39 +01:00
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