MarcosKoco

ORELibary

Jun 24th, 2021 (edited)
136
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.51 KB | None | 0 0
  1. {
  2.     Vanilla = {
  3.         [1] = "coal_ore",
  4.         [2] = "iron_ore",
  5.         [3] = "gold_ore",
  6.         [4] = "lapis_ore",
  7.         [5] = "diamond_ore",
  8.         [6] = "emerald_ore",
  9.         [7] = "nether_gold_ore",
  10.         [8] = "nether_quartz_ore",
  11.         [9] = "redstone_ore",
  12.         [10] = "ancient_debris"
  13.     },
  14.     Mods = {
  15.         -- thermal mod
  16.         [1] = "cinnabar_ore",
  17.         [2] = "niter_ore",
  18.         [3] = "sulfur_ore",
  19.         [4] = "copper_ore",
  20.         [5] = "tin_ore",
  21.         [6] = "lead_ore",
  22.         [7] = "silver_ore",
  23.         [8] = "nickel_ore",
  24.         [9] = "oil_sand",
  25.         [10] = "oil_red_sand"
  26.     }
  27. }
Advertisement
Add Comment
Please, Sign In to add comment