Guest User

Untitled

a guest
Apr 20th, 2021
148
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.25 KB | None | 0 0
  1. -- for testing
  2.  
  3. biome_lib.register_on_generate({
  4.     surface = { "void_essential:stone" },
  5.     max_count = 4800,
  6.     rarity = 101 - 75,
  7.     min_elevation = 1, -- above sea level
  8. --  plantlife_limit = -0.9,
  9.   },
  10.   "void_essential:water_source"
  11. )
  12.  
Advertisement
Add Comment
Please, Sign In to add comment