magenta_banner.json 787 B

123456789101112131415161718192021222324252627282930313233343536
  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": "Patterns",
  20. "target": "BlockEntityTag.Patterns",
  21. "op": "replace"
  22. }
  23. ]
  24. }
  25. ],
  26. "name": "minecraft:magenta_banner"
  27. }
  28. ],
  29. "conditions": [
  30. {
  31. "condition": "minecraft:survives_explosion"
  32. }
  33. ]
  34. }
  35. ]
  36. }