Private
Public Access
1
0

Fixed transparency of block.

This commit is contained in:
2026-06-09 22:59:07 +01:00
parent 44a63b753f
commit 0dffb5c006
5 changed files with 5 additions and 0 deletions

View File

@ -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()