Fixed Large Bogey Size

This commit is contained in:
Rabbitminers 2023-04-02 16:53:55 +01:00
parent 68ca0974c6
commit eedd984738

View file

@ -1585,7 +1585,7 @@ public class AllBlocks {
.register();
public static final BlockEntry<StandardBogeyBlock> LARGE_BOGEY =
REGISTRATE.block("large_bogey", p -> new StandardBogeyBlock(p, BogeyRenderer.BogeySize.SMALL))
REGISTRATE.block("large_bogey", p -> new StandardBogeyBlock(p, BogeyRenderer.BogeySize.LARGE))
.properties(p -> p.color(MaterialColor.PODZOL))
.transform(BuilderTransformers.bogey())
.register();