Skip to content

Assigns datapacks that use spawn eggs different eggs on reload.

Notifications You must be signed in to change notification settings

Zambozoo/Egg-Manager

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 

Repository files navigation

Egg Manager

Assigns datapacks that use spawn eggs different eggs on reload.

Each datapack that relies on Egg Manager requires the following:

  • The egg_manager_open datapack
  • The egg_manager_close datapack
  • An implementation of load.mcfunction similar to the 4 eggsamples
  • An implementation of first_run.mcfunction similar to the 4 eggsamples
  • (Optional, but useful) An implementation of disable_datapacks.mcfunction similar to eggsample and eggsemplar
  • (Optional, but useful) An implementation of enable_datapack.mcfunction similar to eggsample and eggsemplar

I use multiple (58, one for each spawn egg) hardcoded datapacks for different crafting recipes, but those aren't necessary for all spawn egg uses. Any specific functions, looting tables, or recipes would go in these datapacks. The provided "ex_" folders refer to eggsemplar, "es_" folders to eggsample.

Every folder in the "Eggmanager Example" folder is a datapack, and can be used together to get an understanding of how it works.

About

Assigns datapacks that use spawn eggs different eggs on reload.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published