Initial import

This commit is contained in:
Darto KLoning
2026-06-20 20:58:13 +07:00
parent 2d6b7400a2
commit 0a22196ea6
76 changed files with 1019 additions and 0 deletions
@@ -0,0 +1,5 @@
# Runs periodically so newly joined players receive recipes,
# but each player is granted recipes only once to avoid packet spam.
schedule function allrecipes:load 10s replace
execute as @a[tag=!allrecipes_given] run recipe give @s *
tag @a[tag=!allrecipes_given] add allrecipes_given