Skip to content

Ore Dictionary

cubex2 edited this page Feb 23, 2017 · 2 revisions

Type name: oreDict

{
  "oreClass" : "stickWood",
  "item" : "mymod:myStick"
}
  • oreClass: This defines what ore class the item should be added to. You can define your own classes here if you need to.
  • item: This is an ItemStack and defines the item that is being added to the ore dictionary.

Clone this wiki locally