update modded block support
This commit is contained in:
@@ -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? {
|
||||
|
||||
@@ -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
|
||||
@@ -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
|
||||
@@ -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
|
||||
Reference in New Issue
Block a user