Fix biome migrations loading (#1239)

This commit is contained in:
Krzysztof Wiśniewski 2025-03-25 19:05:42 +01:00 committed by GitHub
parent 12d05a06ff
commit 05135f9f4c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -42,7 +42,7 @@ pub fn init() void {
&commonItems, &commonItems,
&commonTools, &commonTools,
&commonBiomes, &commonBiomes,
&commonBlockMigrations, &commonBiomeMigrations,
&commonRecipes, &commonRecipes,
&commonModels, &commonModels,
); );