## MOD GUIDE

Here's a guide to modding/learning off this datapack. Make 
sure you have read the pack license as well before modding
as it covers what you can and cant do relating to modding.



========= MAIN FOLDERS =========


| data/1_splatus

This is the main folder of the entire pack. 



| data/1_splatus/functions

Basically where all the code is stored, all
the main stuff. This is literally what makes
the pack bosses run. (Commands folder)



| data/1_splatus/functions/ultris/[insertbossname]

Each bosses' own functions are stored in their folders



| data/1_splatus/functions/commands

Also known as the "Common" folder for myself. These are 
commands that can basically be run by any entity, including
players! There's a folder inside thats has many of the boss 
attacks, which you yourself can use





| data/minecraft

Modifies Minecraft assets



| data/rng 

Randomization for the pack's mob spawning and boss
 attacks (thanks to Zero#4793!)



boss_events.mcfunction - 

These files are the main boss folders. They 
contain other branching functions related to the boss




setup.mcfunction files - 

These run on every game tick, usually they 
check for when a boss exists or when to spawn one



basic_attributes.mcfunction - 

Attributes of the boss like particles 
and sound effects. They aren't in setup 
since they only need to be run every 
tick that the boss exists