Advertisement
Guest User

loot table mana_stone.json

a guest
Jul 15th, 2019
134
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.81 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. "functions": [
  11. {
  12. "function": "minecraft:copy_name",
  13. "source": "block_entity"
  14. },
  15. {
  16. "function": "minecraft:copy_nbt",
  17. "source": "block_entity",
  18. "ops": [
  19. {
  20. "source": "inv",
  21. "target": "BlockEntityTag.inv",
  22. "op": "replace"
  23. },
  24. {
  25. "source": "essence1",
  26. "target": "BlockEntityTag.essence1",
  27. "op": "replace"
  28. },
  29. {
  30. "source": "essence2",
  31. "target": "BlockEntityTag.essence2",
  32. "op": "replace"
  33. },
  34. {
  35. "source": "essence3",
  36. "target": "BlockEntityTag.essence3",
  37. "op": "replace"
  38. },
  39. {
  40. "source": "essence4",
  41. "target": "BlockEntityTag.essence4",
  42. "op": "replace"
  43. }
  44. ]
  45. },
  46. {
  47. "function": "minecraft:set_contents",
  48. "entries": [
  49. {
  50. "type": "minecraft:dynamic",
  51. "name": "minecraft:contents"
  52. }
  53. ]
  54. }
  55. ],
  56. "name": "asuramagica:mana_stone"
  57.  
  58. }
  59. ],
  60. "conditions": [
  61. {
  62. "condition": "minecraft:survives_explosion"
  63. }
  64. ]
  65. }
  66. ]
  67. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement