Guest User

Untitled

a guest
May 31st, 2024
55
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.17 KB | None | 0 0
  1. {
  2. "feature": "serilis:rock_placed",
  3. "placement": [
  4. {
  5. "type": "minecraft:count",
  6. "count": 3
  7. },
  8. {
  9. "type": "minecraft:rarity_filter",
  10. "chance": 1
  11. },
  12. {
  13. "type": "minecraft:in_square"
  14. },
  15. {
  16. "type": "minecraft:heightmap",
  17. "heightmap": "WORLD_SURFACE_WG"
  18. },
  19. {
  20. "type": "minecraft:biome"
  21. },
  22. {
  23. "type": "minecraft:block_predicate_filter",
  24. "predicate": {
  25. "type": "minecraft:all_of",
  26. "predicates": [
  27. {
  28. "type": "minecraft:matching_blocks",
  29. "blocks": ["minecraft:air"]
  30. },
  31. {
  32. "type": "minecraft:not",
  33. "predicate": {
  34. "type": "minecraft:matching_blocks",
  35. "blocks": [
  36. "minecraft:ice",
  37. "minecraft:blue_ice",
  38. "minecraft:packed_ice",
  39. "minecraft:packed_ice",
  40. "minecraft:sand",
  41. "minecraft:red_sand",
  42. "minecraft:end_stone"
  43. ],
  44. "offset": [0, -1, 0]
  45. }
  46. }
  47. ]
  48. }
  49. }
  50. ]
  51. }
Add Comment
Please, Sign In to add comment