Ore Block drop fix
This commit is contained in:
parent
dc823fb7d1
commit
7ddb41006d
2 changed files with 14 additions and 2 deletions
|
@ -157,7 +157,7 @@ public class EndBlocks {
|
|||
public static final Block TWISTED_VINE = registerBlock("twisted_vine", new BlockVine());
|
||||
|
||||
// Ores //
|
||||
public static final Block ENDER_ORE = registerBlock("ender_ore", new BlockOre(EndItems.ENDER_DUST, 1, 3));
|
||||
public static final Block ENDER_ORE = registerBlock("ender_ore", new BlockOre(EndItems.ENDER_DUST, 1, 3, 5));
|
||||
|
||||
// Materials //
|
||||
public static final Block TERMINITE_BLOCK = registerBlock("terminite_block", new TerminiteBlock());
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue