Advertisement
Guest User

Untitled

a guest
Aug 19th, 2019
159
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.61 KB | None | 0 0
  1. {
  2. "type": "minecraft:block",
  3. "pools": [
  4. {
  5. "name": "pool1",
  6. "rolls": 1,
  7. "entries": [
  8. {
  9. "type": "minecraft:item",
  10. "name": "manufactorium:testitem"
  11. }],
  12. "conditions":[
  13. {
  14. "condition": "minectaft:survives_explosion"
  15. }
  16. ]
  17. },
  18. {
  19. "name": "pool2",
  20. "rolls": 1,
  21. "entries": [
  22. {
  23. "type": "minecraft:item",
  24. "name": "minecraft:cobblestone"
  25. }
  26. ],
  27. "conditions": [
  28. {
  29. "condition": <check the property here>
  30. }
  31. ]
  32. }
  33. ]
  34. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement