stronghold_library.json 1.4 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364
  1. {
  2. "type": "minecraft:chest",
  3. "pools": [
  4. {
  5. "rolls": {
  6. "min": 2.0,
  7. "max": 10.0,
  8. "type": "minecraft:uniform"
  9. },
  10. "entries": [
  11. {
  12. "type": "minecraft:item",
  13. "weight": 20,
  14. "functions": [
  15. {
  16. "function": "minecraft:set_count",
  17. "count": {
  18. "min": 1.0,
  19. "max": 3.0,
  20. "type": "minecraft:uniform"
  21. }
  22. }
  23. ],
  24. "name": "minecraft:book"
  25. },
  26. {
  27. "type": "minecraft:item",
  28. "weight": 20,
  29. "functions": [
  30. {
  31. "function": "minecraft:set_count",
  32. "count": {
  33. "min": 2.0,
  34. "max": 7.0,
  35. "type": "minecraft:uniform"
  36. }
  37. }
  38. ],
  39. "name": "minecraft:paper"
  40. },
  41. {
  42. "type": "minecraft:item",
  43. "name": "minecraft:map"
  44. },
  45. {
  46. "type": "minecraft:item",
  47. "name": "minecraft:compass"
  48. },
  49. {
  50. "type": "minecraft:item",
  51. "weight": 10,
  52. "functions": [
  53. {
  54. "function": "minecraft:enchant_with_levels",
  55. "levels": 30,
  56. "treasure": true
  57. }
  58. ],
  59. "name": "minecraft:book"
  60. }
  61. ]
  62. }
  63. ]
  64. }