
u/6210classick also explains how you can use NEI to dump all ore dictionary entries into a spreadsheet, which you can then search through to find the same information.
#Mcreator ore dictionary how to#

Sword - used to kill mobs faster (and break certain blocks faster, e.g.Axe - used to break wooden items faster, along with pumpkins.Here is an example of how to use this to make a custom entity spawn in biomes of all mods that tag their biome as a 'hills' type : MCreator 21 Posted by u/PyloDEV Lead Developer 1 year ago With 2020.4 procedure support for ore dictionary checks is coming. You can also call one of the overloads of OreDictionary.registerOre that take a Block or Item to avoid creating the ItemStack yourself. With 2020.4 procedure support for ore dictionary checks is coming.


Shovel - used to break blocks such as Dirt faster. Simply call OreDictionary.registerOre (ItemStack stack, String name) with an ItemStack containing your item or block and its metadata value to register it to the OreDictionary.Pickaxe - used to bretk blocks such as Stone and items made of them faster required to get the ores specified.
