Updated default block listings for Biomes O' Plenty support (#105)

Squashed 6 commits from branch kotlin-1.10 on Forstride/BetterFoliage

* Update CropDefault.cfg
* Update DirtDefault.cfg
* Update GrassBlocksDefault.cfg
* Update LeavesBlocksDefault.cfg
* Update LogBlocksDefault.cfg
* Update LilypadDefault.cfg
This commit is contained in:
Forstride
2016-12-04 12:46:25 -05:00
committed by octarine-noise
parent ad78529d2a
commit aa8226b46b
6 changed files with 17 additions and 12 deletions

View File

@@ -7,8 +7,9 @@ net.minecraft.block.BlockDoublePlant
-net.minecraft.block.BlockPotato
// Biomes O'Plenty
biomesoplenty.common.blocks.BlockBOPFlower
biomesoplenty.common.blocks.BlockBOPFlower2
biomesoplenty.common.block.BlockBOPFlower
biomesoplenty.common.block.BlockBOPTurnip
biomesoplenty.common.block.BlockBOPPlant
// Tinkers' Construct
tconstruct.blocks.slime.SlimeTallGrass

View File

@@ -2,7 +2,7 @@
net.minecraft.block.BlockDirt
// Biomes O'Plenty
biomesoplenty.common.blocks.BlockNewDirt
biomesoplenty.common.block.BlockBOPDirt
// Enhanced Biomes
enhancedbiomes.blocks.BlockSoilEB

View File

@@ -2,9 +2,7 @@
net.minecraft.block.BlockGrass
// Biomes O'Plenty
biomesoplenty.common.blocks.BlockOriginGrass
biomesoplenty.common.blocks.BlockLongGrass
biomesoplenty.common.blocks.BlockNewGrass
biomesoplenty.common.block.BlockBOPGrass
// Tinker's Construct
tconstruct.blocks.slime.SlimeGrass

View File

@@ -1,2 +1,5 @@
// Vanilla
net.minecraft.block.BlockLeaves
// Biomes O' Plenty
biomesoplenty.common.block.BlockBOPLeaves

View File

@@ -1,5 +1,8 @@
// Vanilla
net.minecraft.block.BlockLilyPad
// Biomes O'Plenty
biomesoplenty.common.block.BlockBOPLilypad
// TerraFirmaCraft
com.bioxx.tfc.Blocks.Vanilla.BlockCustomLilyPad

View File

@@ -2,7 +2,7 @@
net.minecraft.block.BlockLog
// Biomes O'Plenty
biomesoplenty.common.blocks.BlockBOPLog
biomesoplenty.common.block.BlockBOPLog
// Natura
mods.natura.blocks.trees.DarkTreeBlock