Advertisement
Guest User

Untitled

a guest
Dec 31st, 2019
169
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.23 KB | None | 0 0
  1. {
  2. "_name": "TwilightForest.Redcap",
  3. "drops": [
  4. {
  5. "function": "remove",
  6. "id": "TwilightForest:item.ironwoodPick"
  7. },
  8. {
  9. "function": "remove",
  10. "id": "minecraft:iron_boots"
  11. },
  12. {
  13. "function": "if_recently_hit",
  14. "functions": [
  15. {
  16. "function": "choose",
  17. "count": 0.05,
  18. "functions": [
  19. {
  20. "function": "add",
  21. "id": "minefantasy2:standard_pick",
  22. "count": "0.75",
  23. "item_stats": [
  24. {
  25. "function": "nbt",
  26. "tags": [
  27. {
  28. "function": "compound",
  29. "name": "MF_CustomMaterials",
  30. "tags": [
  31. {
  32. "name": "main_metal",
  33. "function": "string",
  34. "value": "copper"
  35. },
  36. {
  37. "function": "string",
  38. "name": "haft_wood",
  39. "value": "oakwood"
  40. }
  41. ]
  42. }
  43. ]
  44. }
  45. ]
  46. },
  47. {
  48. "function": "add",
  49. "id": "minefantasy2:standard_pick",
  50. "count": "0.25",
  51. "item_stats": [
  52. {
  53. "function": "nbt",
  54. "tags": [
  55. {
  56. "function": "compound",
  57. "name": "MF_CustomMaterials",
  58. "tags": [
  59. {
  60. "name": "main_metal",
  61. "function": "string",
  62. "value": "bronze"
  63. },
  64. {
  65. "function": "string",
  66. "name": "haft_wood",
  67. "value": "oakwood"
  68. }
  69. ]
  70. }
  71. ]
  72. }
  73. ]
  74. }
  75. ]
  76. }
  77. ]
  78. }
  79. ],
  80. "pre_stats": [],
  81. "stats": []
  82. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement