Advertisement
Guest User

Untitled

a guest
Jan 4th, 2025
32
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.77 KB | None | 0 0
  1. {
  2. "name": "dungeon:dungeon",
  3. "fallback": "dungeon:blocked",
  4. "elements": [
  5. {
  6. "weight": 1,
  7. "element": {
  8. "location": "dungeon:small_hallway_1",
  9. "processors": "minecraft:empty",
  10. "projection": "rigid",
  11. "element_type": "minecraft:single_pool_element"
  12. }
  13. },
  14. {
  15. "weight": 1,
  16. "element": {
  17. "location": "dungeon:room_spawner",
  18. "processors": "minecraft:empty",
  19. "projection": "rigid",
  20. "element_type": "minecraft:single_pool_element"
  21. }
  22. },
  23. {
  24. "weight": 1,
  25. "element": {
  26. "location": "dungeon:blocked",
  27. "processors": "minecraft:empty",
  28. "projection": "rigid",
  29. "element_type": "minecraft:single_pool_element"
  30. }
  31. }
  32. ]
  33. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement