Advertisement
Guest User

Untitled

a guest
Aug 20th, 2019
112
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.56 KB | None | 0 0
  1. {
  2. "weight": 1000,
  3. "density": 0.5,
  4. "max_height": 60,
  5. "min_height": 10,
  6. "dimension_filter": ["dimension_id:-28"],
  7. "generation_predicate": {"block": "galacticraftcore:basic_block_moon", "variant": "moon_stone"},
  8. "generator": {
  9. "type": "ellipsoid",
  10. "radius": [32, 34]
  11. },
  12. "filler": {
  13. "type": "simple",
  14. "value": {
  15. "type": "weight_random",
  16. "values": [
  17. {
  18. "weight": 300,
  19. "value": {"block": "galacticraftcore:basic_block_moon", "variant": "ore_cheese_moon"}
  20. }
  21. ]
  22. }
  23. }
  24. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement