Advertisement
Guest User

Untitled

a guest
Jan 23rd, 2024
53
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.37 KB | None | 0 0
  1. [
  2. {
  3. "function": "minecraft:set_lore",
  4. "entity": "this",
  5. "lore": [
  6. [
  7. {
  8. "text": "Weight: "
  9. },
  10. {
  11. "score": {
  12. "name": "variable",
  13. "objective": "objective_name"
  14. }
  15. },
  16. {
  17. "text": " creepers"
  18. }
  19. ]
  20. ],
  21. "replace": true
  22. }
  23. ]
  24.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement