Lantern woods structures, block translations & fixes
This commit is contained in:
parent
c3ce436fe0
commit
406cc8f900
16 changed files with 95 additions and 3 deletions
|
@ -321,7 +321,7 @@ public class EndBlocks {
|
|||
public static final Block HYDRALUX_PETAL_BLOCK = registerBlock("hydralux_petal_block", new HydraluxPetalBlock());
|
||||
public static final ColoredMaterial HYDRALUX_PETAL_BLOCK_COLORED = new ColoredMaterial(HydraluxPetalColoredBlock::new, HYDRALUX_PETAL_BLOCK, true);
|
||||
|
||||
public static final Block POND_ANEMONE = registerBlock("pond_anemone", new BubbleCoralBlock());
|
||||
public static final Block POND_ANEMONE = registerBlock("pond_anemone", new PondAnemoneBlock());
|
||||
|
||||
public static final Block FLAMAEA = registerBlock("flamaea", new FlamaeaBlock());
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue