Advertisement
Guest User

Datapack code

a guest
Feb 27th, 2020
417
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Java 0.48 KB | None | 0 0
  1. {
  2.     "display": {
  3.         "icon": {
  4.             "item": "minecraft:knowledge_book"
  5.         },
  6.         "title": "Staria",
  7.         "description": "Quelques dĂ©fis supplĂ©mentaires",
  8.         "frame": "task",
  9.         "show_toast": false,
  10.         "announce_to_chat": false,
  11.         "hidden": false,
  12.         "background": "minecraft:textures/blocks/gold_block.png"
  13.     },
  14.     "criteria": {
  15.     "tick": {
  16.       "trigger": "minecraft:tick"
  17.     }
  18.   },
  19.   "requirements": [
  20.     [
  21.       "tick"
  22.     ]
  23.   ]
  24. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement