Fixed transparency of block.
This commit is contained in:
@ -40,6 +40,7 @@ public class ModBlockStateProvider extends BlockStateProvider {
|
||||
.modelFile(models().withExistingParent(name + "_" + i, ResourceLocation.fromNamespaceAndPath(WildflowersBackport.MOD_ID, "block/flowerbed_" + i))
|
||||
.texture("flowerbed", "block/" + name)
|
||||
.texture("stem", "block/" + name + "_stem")
|
||||
.renderType("cutout")
|
||||
)
|
||||
.rotationY(yRot)
|
||||
.addModel()
|
||||
|
||||
Reference in New Issue
Block a user