8 lines
396 B
Lua
8 lines
396 B
Lua
-- Disable to make the uranium only be "technic"uranium". Enable to add "display_blocks:uranium"
|
|
enable_display_uranium = true
|
|
--Enable to make "technic:uranium" spawning like "display_blocks:uranium".
|
|
technic_uranium_new_ore_gen = true
|
|
--Enable to add a recipe that uses "technic:uranium"
|
|
enable_technic_recipe = true
|
|
--Enable a way to build the mese giver ingame
|
|
enable_mese_giver_recipe = true |