Advertisement
Guest User

red_bricks.json

a guest
Nov 14th, 2019
123
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.31 KB | None | 0 0
  1. {
  2. "type": "minecraft:block".
  3. "pools":
  4. [
  5. {
  6. "name": "pool1",
  7. "rolls": 1,
  8. "entries":
  9. [
  10. {
  11. "type": "minecraft:item",
  12. "name": "mojiusmod:red_bricks",
  13. "weight": 1
  14. }
  15. ],
  16. "conditions": [
  17. {
  18. "condition": "minecraft:survives_explosion"
  19. }
  20. ]
  21. }
  22. ]
  23. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement