- check_circle Functions
- check_circle Loot Tables
- 2,116 views, 48 today
- 176 downloads, 4 today
16
Supply Drop
Description:
Every so often, a random loot chest will spawn around your world, notifying each player of the coordinates of where it will be. When the chest spawns in, fireworks will be in the sky, and a chest will appear.
Functions:
supply_drop:timer_reset - Resets the timer the chest will spawn in.
supply_drop:spawn_instantly - Spawns in a supply drop as fast as possible
supply_drop:uninstall - Removes all scoreboards from this data pack.
As of version 1.1.0, to change the timer type...
/scoreboard players set TimerSet SupplyDrop.Timer (Any Number In Ticks)
Check out my other data pack called "Combat Items" This datapack goes along side that one if you change the loot table to this one
Description:
Every so often, a random loot chest will spawn around your world, notifying each player of the coordinates of where it will be. When the chest spawns in, fireworks will be in the sky, and a chest will appear.
Read Me:
If you want to change the loot in the loot table, you can. To do so, open the data pack and go to
"supply_drop/loot_tables"
change the loot.json file
I recommend creating a loot table on misodes website
"supply_drop/loot_tables"
change the loot.json file
I recommend creating a loot table on misodes website
Functions:
supply_drop:timer_reset - Resets the timer the chest will spawn in.
supply_drop:spawn_instantly - Spawns in a supply drop as fast as possible
supply_drop:uninstall - Removes all scoreboards from this data pack.
As of version 1.1.0, to change the timer type...
/scoreboard players set TimerSet SupplyDrop.Timer (Any Number In Ticks)
Check out my other data pack called "Combat Items" This datapack goes along side that one if you change the loot table to this one
Credits go to "Vanilla Tweaks" for coordinate tracking
Vanilla Tweaks: https://vanillatweaks.net/
Compatibility | Minecraft 1.18 |
to | Minecraft 1.19 |
Tags |
1 Update Logs
Update #1 : by Keebsz 03/20/2023 4:39:53 pmMar 20th
- Cleaned up files within the datapack.
- You can set the timer now by using one simple command.
- Fixed an unnoticed spelling error.
- You can set the timer now by using one simple command.
- Fixed an unnoticed spelling error.
tools/tracking
5810317
119
supply-drop-5810317
Create an account or sign in to comment.
To change how far the chests will spawn, open the datapack and go to
data/supply_drops/functions/tick
change the numbers on line 21
ex:
execute if score TimerSet SupplyDropTimer matches 3601 run spreadplayers 1 2 3 4 false @e[type=minecraft:marker,tag=supply_drop]
#1 and 2:
The center where the chest will randomly be spawned
#3
Spread Distance
#4
Maximum Range from your set spawn
I am planning on updating this datapack soon anyway, that way, you can just change the number of the timer on the scoreboard
This is done with the /forceload command