Ender Shards, recipes changes

This commit is contained in:
Aleksey 2020-12-04 14:51:41 +03:00
parent b442dfff42
commit 803cc2d9ee
9 changed files with 36 additions and 16 deletions

View file

@ -182,7 +182,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 //