Guest User

Untitled

a guest
Mar 4th, 2021
148
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.65 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:item",
  10. "name": "industrialtech:rock_block",
  11. "conditions": [
  12. {
  13. "condition": "minecraft:random_chance",
  14. "chance": 0.7
  15. }
  16. ]
  17. },
  18. {
  19. "type": "minecraft:item",
  20. "name": "minecraft:flint",
  21. "conditions": [
  22. {
  23. "condition": "minecraft:random_chance",
  24. "chance": 0.3
  25. }
  26. ]
  27. }
  28. ]
  29. }
  30. ]
  31. }
Advertisement
Add Comment
Please, Sign In to add comment