Commit Graph

1394 Commits

Author SHA1 Message Date
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
Adubbz e2a1f5bcf7 Merge pull request #466 from Adaptivity/patch-1
Update ru_RU.lang
2015-05-08 16:21:15 +10: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
Cheeserolls e9bba1cce6 Make BOP dyes work on sheep and wolf collars 2015-04-19 23:01:46 +01:00