Skip to content

Instantly share code, notes, and snippets.

View Spinoscythe's full-sized avatar

Spino Spinoscythe

View GitHub Profile
@Spinoscythe
Spinoscythe / 1204-1205-primer.md
Last active February 25, 2024 14:29
Minecraft 1.20.4 -> 1.20.5 Migration Primer

Minecraft 1.20.4 -> 1.20.5 Migration Primer

This is a high level, non-exhaustive overview on how to migrate your mod from 1.20.4 to 1.20.5 using Neo.

This primer is licensed under the Creative Commons Attribution 4.0 International, so feel free to use it as a reference and leave a link so that other readers can consume the primer.

If there's any incorrect or missing information, please leave a comment below. Thanks!

Pack Changes

There are a number of user-facing changes that are part of vanilla which are not discussed below that may be relevant to modders. You can find a list of them on Misode's version changelog.

@Spinoscythe
Spinoscythe / registry_order.json
Created January 22, 2024 22:03
Minecraft Registry order
{
"order": [
"minecraft:game_event",
"minecraft:sound_event",
"minecraft:fluid",
"minecraft:mob_effect",
"minecraft:block",
"minecraft:enchantment",
"minecraft:entity_type",
"minecraft:item",