Advertisement
swh65458

did i do it right?

Feb 19th, 2016
134
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.79 KB | None | 0 0
  1. {
  2. "recipes": [
  3. {
  4. "id": "minecraft:gravel",
  5. "meta": 0,
  6. "behavior": "meta_ignored",
  7. "rewards": [
  8. {
  9. "id": "minecraft:flint",
  10. "meta": 0,
  11. "amount": 1,
  12. "baseChance": 100
  13. }
  14. ]
  15. },
  16. {
  17. "id": "exnihilo2:dust",
  18. "meta": 0,
  19. "behavior": "meta_ignored",
  20. "rewards": [
  21. {
  22. "id": "minecraft:redstone",
  23. "meta": 0,
  24. "amount": 1,
  25. "baseChance": 100
  26. }
  27. ]
  28. },
  29. {
  30. "id": "minecraft:leaves",
  31. "meta": 0,
  32. "behavior": "meta_specific",
  33. "rewards": [
  34. {
  35. "id": "minecraft:sapling",
  36. "meta": 0,
  37. "amount": 1,
  38. "baseChance": 50
  39. }
  40. ]
  41. }
  42. ]
  43. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement