2
Any simple datapack ideas
Does anyone suggest any simple datapacks for me to make because i am a beginner? I am looking for a little challenging but also simple if you know what i mean. Thanks!
6
How about a timer? It’s pretty simple to make, just use a scoreboard and increase it every tick. You could even add events to it if you wanted. For ex:
execute if score @a timer = 1046 run say foo
execute if score @a timer = 1000 run title title {“text”:”1000!”,”color”:”blue”,”bold”:”true”}
EDIT: it might also be cool if you made a clock or something, mostly because I sorta gave you the code for the timer..
execute if score @a timer = 1046 run say foo
execute if score @a timer = 1000 run title title {“text”:”1000!”,”color”:”blue”,”bold”:”true”}
EDIT: it might also be cool if you made a clock or something, mostly because I sorta gave you the code for the timer..
A datapack that can smelt dirt blocks into diamonds.
this one will definitely be one that i can make. do you want me to send it to you?
Throw a bunch of items in one spot to make a new item
This on will definitely be challenging i will work on this one. Thanks! Also would you like me to send it to you?
You don't have to. I was just giving a vague idea.
