Merge remote-tracking branch 'origin/master'

This commit is contained in:
paulevsGitch 2020-12-04 15:09:19 +03:00
commit a93d7b7ef1
9 changed files with 36 additions and 16 deletions

View file

@ -185,7 +185,7 @@ public class EndBlocks {
public static final Block BULB_VINE = registerBlock("bulb_vine", new BlockBulbVine());
// Ores //
public static final Block ENDER_ORE = registerBlock("ender_ore", new BlockOre(EndItems.ENDER_DUST, 1, 3, 5));
public static final Block ENDER_ORE = registerBlock("ender_ore", new BlockOre(EndItems.ENDER_SHARD, 1, 3, 5));
public static final Block AMBER_ORE = registerBlock("amber_ore", new BlockOre(EndItems.RAW_AMBER, 1, 2, 4));
// Materials //