white_shulker_box.json 1.2 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950
  1. {
  2. "type": "minecraft:block",
  3. "pools": [
  4. {
  5. "rolls": 1,
  6. "entries": [
  7. {
  8. "type": "minecraft:item",
  9. "functions": [
  10. {
  11. "function": "minecraft:copy_name",
  12. "source": "block_entity"
  13. },
  14. {
  15. "function": "minecraft:copy_nbt",
  16. "source": "block_entity",
  17. "ops": [
  18. {
  19. "source": "Lock",
  20. "target": "BlockEntityTag.Lock",
  21. "op": "replace"
  22. },
  23. {
  24. "source": "LootTable",
  25. "target": "BlockEntityTag.LootTable",
  26. "op": "replace"
  27. },
  28. {
  29. "source": "LootTableSeed",
  30. "target": "BlockEntityTag.LootTableSeed",
  31. "op": "replace"
  32. }
  33. ]
  34. },
  35. {
  36. "function": "minecraft:set_contents",
  37. "entries": [
  38. {
  39. "type": "minecraft:dynamic",
  40. "name": "minecraft:contents"
  41. }
  42. ]
  43. }
  44. ],
  45. "name": "minecraft:white_shulker_box"
  46. }
  47. ]
  48. }
  49. ]
  50. }