shipwreck_map.json 1.9 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485
  1. {
  2. "type": "minecraft:chest",
  3. "pools": [
  4. {
  5. "rolls": 1,
  6. "entries": [
  7. {
  8. "type": "minecraft:item",
  9. "functions": [
  10. {
  11. "function": "minecraft:exploration_map",
  12. "destination": "buried_treasure",
  13. "decoration": "red_x",
  14. "zoom": 1,
  15. "skip_existing_chunks": false
  16. }
  17. ],
  18. "name": "minecraft:map"
  19. }
  20. ]
  21. },
  22. {
  23. "rolls": 3,
  24. "entries": [
  25. {
  26. "type": "minecraft:item",
  27. "name": "minecraft:compass"
  28. },
  29. {
  30. "type": "minecraft:item",
  31. "name": "minecraft:map"
  32. },
  33. {
  34. "type": "minecraft:item",
  35. "name": "minecraft:clock"
  36. },
  37. {
  38. "type": "minecraft:item",
  39. "weight": 20,
  40. "functions": [
  41. {
  42. "function": "minecraft:set_count",
  43. "count": {
  44. "min": 1.0,
  45. "max": 10.0,
  46. "type": "minecraft:uniform"
  47. }
  48. }
  49. ],
  50. "name": "minecraft:paper"
  51. },
  52. {
  53. "type": "minecraft:item",
  54. "weight": 10,
  55. "functions": [
  56. {
  57. "function": "minecraft:set_count",
  58. "count": {
  59. "min": 1.0,
  60. "max": 5.0,
  61. "type": "minecraft:uniform"
  62. }
  63. }
  64. ],
  65. "name": "minecraft:feather"
  66. },
  67. {
  68. "type": "minecraft:item",
  69. "weight": 5,
  70. "functions": [
  71. {
  72. "function": "minecraft:set_count",
  73. "count": {
  74. "min": 1.0,
  75. "max": 5.0,
  76. "type": "minecraft:uniform"
  77. }
  78. }
  79. ],
  80. "name": "minecraft:book"
  81. }
  82. ]
  83. }
  84. ]
  85. }