Commit Graph

1918 Commits

Author SHA1 Message Date
Cheeserolls 3f8fb9405b Combine wood/leaf/sapling blocks where possible - frees up 56 block ids 2015-04-04 23:43:02 +01:00
Cheeserolls 1b9ff1169a Further tightening up of blockstate utility code and better handling of missing default block state 2015-04-04 14:47:37 +01:00
Cheeserolls 101e305bce Make block registration a bit more robust 2015-04-04 14:11:25 +01:00
Cheeserolls 7e7e0f5c7f Code cleanup - add missing @Override tags and remove unused imports 2015-04-04 13:13:27 +01:00
Adubbz 1ca26f4f1c Merge branch 'BOP-1.8-3.0.x' of https://github.com/Glitchfiend/BiomesOPlenty into BOP-1.8-3.0.x 2015-04-04 14:14:14 +11:00
Adubbz 3545c39c32 Fixed stair lighting issues - Caught this literally 3 seconds before you left cheeserolls 2015-04-04 14:13:40 +11:00
Cheeserolls c8e097ee37 Correct utterly shameful uppercase letter sin 2015-04-04 02:18:29 +01:00
Cheeserolls 68e56e5324 Scrap concept of "named states", go back to looping through properties for block sub-types 2015-04-03 22:32:02 +01:00
Cheeserolls 8ca7e90be0 Fix item rendering for blocks with a tinted model but non-tinted item (flax and berry_bush) 2015-04-03 18:47:55 +01:00
Cheeserolls c2b80ce5fd Add double-height decorations (flax) 2015-04-03 18:33:58 +01:00
Cheeserolls a3c8dddaf2 Add BOP saplings 2015-04-03 03:33:38 +01:00
Cheeserolls 353582ad3b Add BOP leaves 2015-04-03 01:30:57 +01:00
Cheeserolls 796017f0f8 Add duckweed, shortgrass, mediumgrass, bush, sprout, poisonivy, berrybush, shrub, wheatgrass, dampgrass, koru, cloverpatch, leafpile, deadleafpile 2015-04-02 13:31:37 +01:00
Adubbz d94aba6c34 Merge pull request #444 from autopsychorhythmia/patch-1
Update zh_CN.lang
2015-04-02 09:19:48 +11:00
autopsychorhythmia cc0356163b Update zh_CN.lang 2015-04-01 21:22:15 +08:00
Cheeserolls f7f470be09 Fix colors of vine-like blocks 2015-04-01 13:34:57 +01:00
Cheeserolls f70b075211 Add moss, tree_moss, flower_vine, ivy and wisteria 2015-04-01 03:48:46 +01:00
Cheeserolls 5f107dc8b8 Add overgrown netherrack 2015-04-01 03:48:45 +01:00
Cheeserolls 4211c31181 Add remaining wood, and doors for all woods 2015-04-01 03:48:45 +01:00
Cheeserolls 04c1035edb Tidy up lots of junk 2015-04-01 03:48:45 +01:00
Cheeserolls be746ef2c8 Reimplement all BOP blocks to align more closely with vanilla block counterparts, add loads of wood 2015-04-01 03:48:45 +01:00
Adubbz e11a7d0a16 Added the biomename command to the usage description 2015-03-31 17:48:26 +11:00
Adubbz 612a3f6584 Undo the change from earlier because it's silly 2015-03-29 21:53:45 +11:00
Adubbz c4ee49c9e2 Another misc change for Curse 2015-03-29 21:41:26 +11:00
Adubbz 2c28ca4cf1 Test change for Curse 2015-03-29 21:36:23 +11:00
Adubbz 61b3291cbe Added files for the various fruit blocks and the turnip blocks. Cheeserolls - Make sure you add item files for all blocks, including those which normally the player won't have in their inventory. 2015-03-29 20:53:02 +11:00
Adubbz c4c5e0553a Added commands for teleporting to a biome of a given id, and finding the biome associated with an id 2015-03-29 19:39:22 +11:00
Adubbz d569d3862b Disabled Vanilla biome config files - These may come back, but they're just making things more difficult for now 2015-03-29 15:23:43 +11:00
Adubbz f0ada0dc81 The BoP WorldType once again functions correctly 2015-03-29 15:17:17 +11:00
Adubbz ea0500c222 Biome weights for BoP biomes are now configurable 2015-03-29 12:09:24 +11:00
Adubbz 75f5a6c2e8 Added chunk generators and our custom biome layer 2015-03-29 10:38:16 +11:00
Adubbz d23bd12fd4 Merge pull request #437 from cheeserolls/cheeserolls
Cheeserolls
2015-03-28 09:52:39 +11:00
Cheeserolls 2706bd521d Add origin grass 2015-03-27 22:47:36 +00:00
Cheeserolls b26378ca17 Add crystal and crystal shard 2015-03-27 17:59:47 +00:00
Cheeserolls 126020371f Minor tidyup 2015-03-27 17:57:48 +00:00
Cheeserolls 17178619fe Update labels 2015-03-27 17:56:08 +00:00
Cheeserolls 04a2f94ac7 Add generic block types: ash_stone, crag_rock, dried_dirt, hard_dirt, hard_ice, hard_sand, mud_brick 2015-03-27 16:36:07 +00:00
Cheeserolls 7d21162201 Allow bonemeal placed on BOPGrass to grow plants on nearby vanilla grass 2015-03-27 15:24:36 +00:00
Cheeserolls 6b9882c05b Allow BOPDirt to support plants 2015-03-27 15:23:27 +00:00
Cheeserolls e19ee3bfa8 Add fruit_block and variants apple/persimmon/peach/pear 2015-03-27 14:42:07 +00:00
Cheeserolls 8eefe072c6 Add stalagmites and stalactites 2015-03-27 12:46:10 +00:00
Cheeserolls f759408d38 Correct grass burning values 2015-03-27 09:56:20 +00:00
Adubbz 5b082bcecd Merge pull request #436 from cheeserolls/cheeserolls
Cheeserolls
2015-03-27 17:47:32 +11:00
Cheeserolls a4e7e0fdd9 Add snowy property to new grass variants, add coarse property to new dirt variants, improve grass spreading algorithm 2015-03-27 03:15:34 +00:00
Cheeserolls 0be25df63e Add new dirt variants loamy/sandy/silty and link to corresponding grass variants 2015-03-26 22:20:31 +00:00
Cheeserolls 10da2ae8b9 Add loamy/silty/sandy grass blocks 2015-03-26 20:53:02 +00:00
Cheeserolls 953c6477fc Add lily labels 2015-03-26 20:48:25 +00:00
Cheeserolls f55f08680c Add waterlily variants 2015-03-26 14:40:42 +00:00
Cheeserolls e34ff058be Allow BOPBlock instances to specify their own item class 2015-03-26 14:08:55 +00:00
Adubbz 72a9aefe19 Merge pull request #435 from cheeserolls/cheeserolls
Cheeserolls
2015-03-26 17:45:17 +11:00