Advertisement
Guest User

Untitled

a guest
Mar 4th, 2021
84
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.77 KB | None | 0 0
  1. {
  2. "type": "minecraft:block",
  3. "pools": [
  4. {
  5. "name": "industrialtech:rock_block"
  6. "rolls": 1,
  7. "entries": [
  8. {
  9. "type": "minecraft:alternatives",
  10. "children": [
  11. {
  12. "type": "minecraft:item",
  13. "conditions": [
  14. {
  15. "condition": "minecraft:match_tool",
  16. "predicate": {
  17. "enchantments": [
  18. {
  19. "enchantment": "minecraft:silk_touch",
  20. "levels": {
  21. "min": 1
  22. }
  23. }
  24. ]
  25. }
  26. }
  27. ],
  28. "name": "industrialtech:rock_block"
  29. },
  30. {
  31. "type": "minecraft:alternatives",
  32. "conditions": [
  33. {
  34. "condition": "minecraft:survives_explosion"
  35. }
  36. ],
  37. "children": [
  38. {
  39. "type": "minecraft:item",
  40. "conditions": [
  41. {
  42. "condition": "minecraft:table_bonus",
  43. "enchantment": "minecraft:fortune",
  44. "chances": [
  45. 0.1,
  46. 0.14285715,
  47. 0.25,
  48. 1.0
  49. ]
  50. }
  51. ],
  52. "name": "minecraft:flint"
  53. },
  54. {
  55. "type": "minecraft:item",
  56. "name": "industrialtech:rock_block"
  57. }
  58. ]
  59. }
  60. ]
  61. }
  62. ]
  63. }
  64. ]
  65. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement