Skip to content

Latest commit

 

History

History
81 lines (70 loc) · 3.93 KB

Notes.md

File metadata and controls

81 lines (70 loc) · 3.93 KB

Upgrading Minecraft Version

Use the following order to upgrade the single packages (based on inter-dependencies):

  • wover-common (no dependency)
  • wover-core (depends on wover-common)
  • wover-math (depends on wover-core)
  • wover-datagen (depends on wover-core)
  • wover-event (depends on wover-core)
  • wover-ui (depends on wover-core and wover-event)
  • wover-tag (depends on wover-core, wover-datagen and wover-event)
  • wover-item (depends on wover-core, wover-tag and wover-event)
  • wover-block (depends on wover-core, wover-tag and wover-item)
  • wover-recipe (depends on wover-core, wover-event-api, wover-block and wover-item)
  • wover-preset (depends on wover-core, wover-tag and wover-event)
  • wover-surface (depends on wover-common-api, wover-datagen-api, wover-core-api, wover-math-api and wover-event-api)
  • wover-structure (depends on wover-core-api, wover-math-api, wover-event-api and wover-block-api)
  • wover-feature (depends on wover-core-api, wover-event-api, wover-surface-api, wover-block-api and wover-structure-api)
  • wover-biome (depends on wover-core-api, wover-event-api and wover-feature-api)
  • wover-generator (depends on wover-core-api, wover-event-api, wover-surface-api, wover-biome-api, wover-preset-api, wover-ui-api and wover-tag-api)

Event order for the wover-event test mods

grep "Emitting event:"

Server

(wover-events) (DEBUG) Emitting event: WORLD_FOLDER_READY (484b8cee, world)
(wover-events) (DEBUG) Emitting event: WORLD_REGISTRY_READY (84553a4, PREPARATION)
(wover-events) (DEBUG) Emitting event: BEFORE_LOADING_RESOURCES
(wover-events) (DEBUG) Emitting event: WORLD_REGISTRY_READY (11941b73, FINAL)
(wover-events) (DEBUG) Emitting event: RESOURCES_LOADED
(wover-events) (DEBUG) Emitting event: ON_DIMENSION_LOAD
(wover-events) (DEBUG) Emitting event: MINECRAFT_SERVER_READY
(wover-events) (DEBUG) Emitting event: BEFORE_CREATING_LEVELS
(wover-events) (DEBUG) Emitting event: SERVER_LEVEL_READY
(wover-events) (DEBUG) Emitting event: SERVER_LEVEL_READY
(wover-events) (DEBUG) Emitting event: SERVER_LEVEL_READY

Client

new World
(wover-events) (DEBUG) Emitting event: WORLD_REGISTRY_READY (2d4be5e0, PREPARATION)
(wover-events) (DEBUG) Emitting event: BEFORE_LOADING_RESOURCES
(wover-events) (DEBUG) Emitting event: WORLD_FOLDER_READY (21840920, New World (3))
(wover-events) (DEBUG) Emitting event: CREATED_NEW_WORLD_FOLDER
(wover-events) (DEBUG) Emitting event: WORLD_REGISTRY_READY (2039f7e8, LOADING)
(wover-events) (DEBUG) Emitting event: WORLD_REGISTRY_READY (65d0ad4f, FINAL)
(wover-events) (DEBUG) Emitting event: RESOURCES_LOADED
(wover-events) (DEBUG) Emitting event: ON_DIMENSION_LOAD
(wover-events) (DEBUG) Emitting event: MINECRAFT_SERVER_READY
(wover-events) (DEBUG) Emitting event: BEFORE_CREATING_LEVELS
(wover-events) (DEBUG) Emitting event: SERVER_LEVEL_READY
(wover-events) (DEBUG) Emitting event: SERVER_LEVEL_READY
(wover-events) (DEBUG) Emitting event: SERVER_LEVEL_READY
existing World
(wover-events) (DEBUG) Emitting event: WORLD_FOLDER_READY (26dea145, New World (3))
(wover-events) (DEBUG) Emitting event: BEFORE_CLIENT_LOAD_SCREEN
(wover-events) (DEBUG) Emitting event: WORLD_REGISTRY_READY (3899c28c, PREPARATION)
(wover-events) (DEBUG) Emitting event: BEFORE_LOADING_RESOURCES
(wover-events) (DEBUG) Emitting event: WORLD_REGISTRY_READY (2fbb4ee8, FINAL)
(wover-events) (DEBUG) Emitting event: RESOURCES_LOADED
(wover-events) (DEBUG) Emitting event: ON_DIMENSION_LOAD
(wover-events) (DEBUG) Emitting event: ALLOW_EXPERIMENTAL_WARNING_SCREEN
(wover-events) (DEBUG) Emitting event: MINECRAFT_SERVER_READY
(wover-events) (DEBUG) Emitting event: BEFORE_CREATING_LEVELS
(wover-events) (DEBUG) Emitting event: SERVER_LEVEL_READY
(wover-events) (DEBUG) Emitting event: SERVER_LEVEL_READY
(wover-events) (DEBUG) Emitting event: SERVER_LEVEL_READY