update modded block support

This commit is contained in:
octarine-noise
2016-07-28 12:15:56 +02:00
parent 5efc974133
commit 8bdb5ca8fd
4 changed files with 23 additions and 11 deletions

View File

@@ -48,6 +48,7 @@ object LeafRegistry : BlockTextureInspector<TextureAtlasSprite>() {
init {
matchClassAndModel(Config.blocks.leaves, "minecraft:block/leaves", listOf("all"))
matchClassAndModel(Config.blocks.leaves, "minecraft:block/cube_all", listOf("all"))
matchClassAndModel(Config.blocks.leaves, "biomesoplenty:block/leaves_overlay", listOf("under"))
}
operator fun get(state: IBlockState, world: IBlockAccess, pos: BlockPos, face: EnumFacing): LeafInfo? {

View File

@@ -11,4 +11,8 @@ enhancedbiomes.blocks.BlockSoilEB
com.bioxx.tfc.Blocks.Terrain.BlockDirt
// Aether
net.aetherteam.aether.blocks.natural.BlockAetherDirt
net.aetherteam.aether.blocks.natural.BlockAetherDirt
com.gildedgames.aether.common.blocks.natural.BlockAetherDirt
// Tinker's Construct
slimeknights.tconstruct.world.block.BlockSlimeDirt

View File

@@ -2,12 +2,7 @@
net.minecraft.block.BlockGrass
// Biomes O'Plenty
biomesoplenty.common.blocks.BlockOriginGrass
biomesoplenty.common.blocks.BlockLongGrass
biomesoplenty.common.blocks.BlockNewGrass
// Tinker's Construct
tconstruct.blocks.slime.SlimeGrass
biomesoplenty.common.block.BlockBOPGrass
// Enhanced Biomes
enhancedbiomes.blocks.BlockGrassEB
@@ -15,5 +10,5 @@ enhancedbiomes.blocks.BlockGrassEB
// TerraFirmaCraft
com.bioxx.tfc.Blocks.Terrain.BlockGrass
// Aether
net.aetherteam.aether.blocks.natural.BlockAetherGrass
// Random Things
lumien.randomthings.block.BlockColoredGrass

View File

@@ -1,8 +1,20 @@
// Vanilla
net.minecraft.block.BlockLeaves
// Biomes O'Plenty
biomesoplenty.common.block.BlockBOPLeaves
// Forestry
forestry.arboriculture.gadgets.BlockLeaves
forestry.arboriculture.blocks.BlockForestryLeaves
// Tinker's Construct
slimeknights.tconstruct.world.block.BlockSlimeLeaves
// Thaumcraft
thaumcraft.common.blocks.BlockMagicalLeaves
thaumcraft.common.blocks.world.plants.BlockLeavesTC
// TechReborn
//techreborn.blocks.BlockRubberLeaves
// Random Things
lumien.randomthings.block.spectretree.BlockSpectreLeaf