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:
committed by
octarine-noise
parent
ad78529d2a
commit
aa8226b46b
@@ -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
|
||||
@@ -32,4 +33,4 @@ plantmegapack.block.PMPBlockWetlands
|
||||
com.pam.harvestcraft.BlockPamCrop
|
||||
com.pam.harvestcraft.BlockPamDesertGarden
|
||||
com.pam.harvestcraft.BlockPamNormalGarden
|
||||
com.pam.harvestcraft.BlockPamWaterGarden
|
||||
com.pam.harvestcraft.BlockPamWaterGarden
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
net.minecraft.block.BlockDirt
|
||||
|
||||
// Biomes O'Plenty
|
||||
biomesoplenty.common.blocks.BlockNewDirt
|
||||
biomesoplenty.common.block.BlockBOPDirt
|
||||
|
||||
// Enhanced Biomes
|
||||
enhancedbiomes.blocks.BlockSoilEB
|
||||
@@ -15,4 +15,4 @@ net.aetherteam.aether.blocks.natural.BlockAetherDirt
|
||||
com.gildedgames.aether.common.blocks.natural.BlockAetherDirt
|
||||
|
||||
// Tinker's Construct
|
||||
slimeknights.tconstruct.world.block.BlockSlimeDirt
|
||||
slimeknights.tconstruct.world.block.BlockSlimeDirt
|
||||
|
||||
@@ -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
|
||||
@@ -16,4 +14,4 @@ enhancedbiomes.blocks.BlockGrassEB
|
||||
com.bioxx.tfc.Blocks.Terrain.BlockGrass
|
||||
|
||||
// Aether
|
||||
net.aetherteam.aether.blocks.natural.BlockAetherGrass
|
||||
net.aetherteam.aether.blocks.natural.BlockAetherGrass
|
||||
|
||||
@@ -1,2 +1,5 @@
|
||||
// Vanilla
|
||||
net.minecraft.block.BlockLeaves
|
||||
net.minecraft.block.BlockLeaves
|
||||
|
||||
// Biomes O' Plenty
|
||||
biomesoplenty.common.block.BlockBOPLeaves
|
||||
|
||||
@@ -1,5 +1,8 @@
|
||||
// Vanilla
|
||||
net.minecraft.block.BlockLilyPad
|
||||
|
||||
// Biomes O'Plenty
|
||||
biomesoplenty.common.block.BlockBOPLilypad
|
||||
|
||||
// TerraFirmaCraft
|
||||
com.bioxx.tfc.Blocks.Vanilla.BlockCustomLilyPad
|
||||
com.bioxx.tfc.Blocks.Vanilla.BlockCustomLilyPad
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user