PersonTheCat

Recipe Properties Default Example Json

Jul 9th, 2018
157
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
JSON 0.44 KB | None | 0 0
  1. //This file is not necessary and no field is necessary IF the ore already exists by default in the mod.
  2. //These values will not default to something else, if the file isn't created.
  3. //However, the ore dictionary value will automatically be assigned to "ore" + whatever comes before it, capitalized.
  4. //These values are the same as those of gold ore.
  5. {
  6.     "result" : "gold_ingot",
  7.     "resultMeta" : 0,
  8.     "quantity": 1,
  9.     "xp" : 1.0F
  10. }
Advertisement
Add Comment
Please, Sign In to add comment