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 -net.minecraft.block.BlockPotato
// Biomes O'Plenty // Biomes O'Plenty
biomesoplenty.common.blocks.BlockBOPFlower biomesoplenty.common.block.BlockBOPFlower
biomesoplenty.common.blocks.BlockBOPFlower2 biomesoplenty.common.block.BlockBOPTurnip
biomesoplenty.common.block.BlockBOPPlant
// Tinkers' Construct // Tinkers' Construct
tconstruct.blocks.slime.SlimeTallGrass tconstruct.blocks.slime.SlimeTallGrass

View File

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

View File

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

View File

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

View File

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

View File

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