Advertisement
lunarwolf

testitem.json

Mar 8th, 2024
328
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.56 KB | Gaming | 0 0
  1. {
  2. "format_version": "1.20.10",
  3. "minecraft:item": {
  4. "description": {
  5. "identifier": "lunarwolf:test_item",
  6. "category": "Items"
  7. },
  8. "components": {
  9. "minecraft:max_stack_size": 1,
  10. "minecraft:icon" : {
  11. "texture": "test_item"
  12. },
  13. "minecraft:on_use":{
  14. "on_use":{
  15. "event":"test"
  16. }
  17. }
  18. },
  19. "events":{
  20. "test":{
  21. "run_command":{
  22. "command":[
  23. "say hello"
  24. ]
  25. }
  26. }
  27.  
  28. }
  29. }
  30. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement