floretcraft-modpack/.minecraft/kubejs/index.md
2024-09-23 17:10:32 -07:00

541 B

/assets/ * functions exactly like the resourcepack/assets folder

/client_scripts/ * KubeJS Scripts that run on the client * uknown the full capabilities, something to look into

/config/ * kubejs config, shouldnt need to change but can be changed

/data/ * functions exactly like the datapack/data folder

/server_scripts/ * these are scripts that function when in an world * they can be used for recipie alteration or other things

/startup_scripts/ * these happen on game load * They can be used to add, remove, or modify items