Guest User

Untitled

a guest
Dec 17th, 2016
56
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.18 KB | None | 0 0
  1. minetest.register_decoration({
  2. deco_type = "simple",
  3. place_on = "default:dirt_with_grass",
  4. sidelen = 16,
  5. fill_ratio = 0.03,
  6. decoration = "dogwood:rock"
  7. })
Advertisement
Add Comment
Please, Sign In to add comment