Some fixes, Nightshade Redwood biome additions
This commit is contained in:
parent
34318e283b
commit
18548f0ea4
12 changed files with 460 additions and 3 deletions
|
@ -7,6 +7,8 @@ import ru.betterend.registry.EndBlocks;
|
|||
|
||||
public class BYGBlocks {
|
||||
public static final Block IVIS_MOSS = EndBlocks.registerBlock("ivis_moss", new EndWallPlantBlock());
|
||||
public static final Block NIGHTSHADE_MOSS = EndBlocks.registerBlock("nightshade_moss", new EndWallPlantBlock());
|
||||
|
||||
public static final Block IVIS_VINE = EndBlocks.registerBlock("ivis_vine", new VineBlock());
|
||||
|
||||
public static void register() {}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue