nether_wart.json 1.4 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455
  1. {
  2. "type": "minecraft:block",
  3. "pools": [
  4. {
  5. "rolls": 1,
  6. "entries": [
  7. {
  8. "type": "minecraft:item",
  9. "functions": [
  10. {
  11. "function": "minecraft:set_count",
  12. "conditions": [
  13. {
  14. "condition": "minecraft:block_state_property",
  15. "block": "minecraft:nether_wart",
  16. "properties": {
  17. "age": "3"
  18. }
  19. }
  20. ],
  21. "count": {
  22. "min": 2.0,
  23. "max": 4.0,
  24. "type": "minecraft:uniform"
  25. }
  26. },
  27. {
  28. "function": "minecraft:apply_bonus",
  29. "conditions": [
  30. {
  31. "condition": "minecraft:block_state_property",
  32. "block": "minecraft:nether_wart",
  33. "properties": {
  34. "age": "3"
  35. }
  36. }
  37. ],
  38. "enchantment": "minecraft:fortune",
  39. "formula": "minecraft:uniform_bonus_count",
  40. "parameters": {
  41. "bonusMultiplier": 1
  42. }
  43. }
  44. ],
  45. "name": "minecraft:nether_wart"
  46. }
  47. ],
  48. "functions": [
  49. {
  50. "function": "minecraft:explosion_decay"
  51. }
  52. ]
  53. }
  54. ]
  55. }