Guest User

color_to_turtle.json in databoxes.zip\data\vb\item_modifiers

a guest
Sep 26th, 2025
13
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.29 KB | Gaming | 0 0
  1. {
  2. "function": "minecraft:filtered",
  3. "item_filter": {
  4. "predicates": [
  5. {
  6. "condition": "minecraft:any_of",
  7. "terms": [
  8. {
  9. "condition": "minecraft:match_tool",
  10. "predicate": {
  11. "items": [
  12. "minecraft:shulker_box",
  13. "minecraft:white_shulker_box",
  14. "minecraft:orange_shulker_box",
  15. "minecraft:magenta_shulker_box",
  16. "minecraft:light_blue_shulker_box",
  17. "minecraft:yellow_shulker_box",
  18. "minecraft:lime_shulker_box",
  19. "minecraft:pink_shulker_box",
  20. "minecraft:gray_shulker_box",
  21. "minecraft:light_gray_shulker_box",
  22. "minecraft:cyan_shulker_box",
  23. "minecraft:purple_shulker_box",
  24. "minecraft:blue_shulker_box",
  25. "minecraft:brown_shulker_box",
  26. "minecraft:red_shulker_box",
  27. "minecraft:black_shulker_box"
  28. ]
  29. }
  30. }
  31. ]
  32. },
  33. {
  34. "condition": "minecraft:custom_data",
  35. "tag": "{turtle_data:1b}"
  36. }
  37. ]
  38. },
  39. "modifier": {
  40. "function": "minecraft:set_item",
  41. "item": "minecraft:green_shulker_box"
  42. }
  43. }
Tags: mineraft
Advertisement
Add Comment
Please, Sign In to add comment