Skip to content

Commit

Permalink
Small drop fix
Browse files Browse the repository at this point in the history
  • Loading branch information
paulevsGitch committed Jun 20, 2021
1 parent 4ffeab9 commit a15a01b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/ru/betterend/registry/EndBlocks.java
Original file line number Diff line number Diff line change
Expand Up @@ -210,7 +210,7 @@ public class EndBlocks extends BlocksRegistry {
public static final Block AMARANITA_HYPHAE = registerBlock("amaranita_hyphae", new AmaranitaStemBlock());
public static final Block AMARANITA_HYMENOPHORE = registerBlock("amaranita_hymenophore", new AmaranitaHymenophoreBlock());
public static final Block AMARANITA_LANTERN = registerBlock("amaranita_lantern", new GlowingHymenophoreBlock());
public static final Block AMARANITA_FUR = registerBlock("amaranita_fur", new FurBlock(MOSSY_GLOWSHROOM_SAPLING, 15, 4, true));
public static final Block AMARANITA_FUR = registerBlock("amaranita_fur", new FurBlock(SMALL_AMARANITA_MUSHROOM, 15, 4, true));
public static final Block AMARANITA_CAP = registerBlock("amaranita_cap", new AmaranitaCapBlock());

public static final Block NEON_CACTUS = registerBlock("neon_cactus", new NeonCactusPlantBlock());
Expand Down

0 comments on commit a15a01b

Please sign in to comment.