AlexModGuy / Citadel

A Library containing shared code used throughout most of my projects. Can be considered a continuation of LLibrary, of which this borrows the majority of its source code from.
24 stars 29 forks source link

Citadel seems to use old code in 1.19+ versions #84

Open CrossKnight07 opened 1 year ago

CrossKnight07 commented 1 year ago

Specifically for loading biomes, citadel seems to use BIOME_DICT or BIOME_CATEGORY which seem to be invalid in 1.19.+ and should be changed to BIOME_TAG.

SDUBZ commented 1 year ago

@CrossKnight07 this is a big log spam issues over thousands of lines mentioning [09:19:36] [Server thread/WARN] [citadel/]: biome config: BIOME_DICT and BIOME_CATEGORY are no longer valid in 1.19+. Please use BIOME_TAG instead. 09:19:36.008 game [09:19:36] [Server thread/WARN] [citadel/]: biome config: BIOME_DICT and BIOME_CATEGORY are no longer valid in 1.19+. Please use BIOME_TAG instead. 09:19:36.008 game [09:19:36] [Server thread/WARN] [citadel/]: biome config: BIOME_DICT and BIOME_CATEGORY are no longer valid in 1.19+. Please use BIOME_TAG instead. 09:19:36.008 game [09:19:36] [Server thread/WARN] [citadel/]: biome config: BIOME_DICT and BIOME_CATEGORY are no longer valid in 1.19+. Please use BIOME_TAG instead. 09:19:36.008 game [09:19:36] [Server thread/WARN] [citadel/]: biome config: BIOME_DICT and BIOME_CATEGORY are no longer valid in 1.19+. Please use BIOME_TAG instead. 09:19:36.009 game [09:19:36] [Server thread/WARN] [citadel/]: biome config: BIOME_DICT and BIOME_CATEGORY are no longer valid in 1.19+. Please use BIOME_TAG instead. 09:19:36.009 game [09:19:36] [Server thread/WARN] [citadel/]: biome config: BIOME_DICT and BIOME_CATEGORY are no longer valid in 1.19+. Please use BIOME_TAG instead. 09:19:36.009 game [09:19:36] [Server thread/WARN] [citadel/]: biome config: BIOME_DICT and BIOME_CATEGORY are no longer valid in 1.19+. Please use BIOME_TAG instead. 09:19:36.009 game [09:19:36] [Server thread/WARN] [citadel/]: biome config: BIOME_DICT and BIOME_CATEGORY are no longer valid in 1.19+. Please use BIOME_TAG instead. 09:19:36.009 game [09:19:36] [Server thread/WARN] [citadel/]: biome config: BIOME_DICT and BIOME_CATEGORY are no longer valid in 1.19+. Please use BIOME_TAG instead. 09:19:36.009 game [09:19:36] [Server thread/WARN] [citadel/]: biome config: BIOME_DICT and BIOME_CATEGORY are no longer valid in 1.19+. Please use BIOME_TAG instead. 09:19:36.009 game [09:19:36] [Server thread/WARN] [citadel/]: biome config: BIOME_DICT and BIOME_CATEGORY are no longer valid in 1.19+. Please use BIOME_TAG instead. 09:19:36.009 game [09:19:36] [Server thread/WARN] [citadel/]: biome config: BIOME_DICT and BIOME_CATEGORY are no longer valid in 1.19+. Please use BIOME_TAG instead. 09:19:36.009 game [09:19:36] [Server thread/WARN] [citadel/]: biome config: BIOME_DICT and BIOME_CATEGORY are no longer valid in 1.19+. Please use BIOME_TAG instead. 09:19:36.009 game [09:19:36] [Server thread/WARN] [citadel/]: biome config: BIOME_DICT and BIOME_CATEGORY are no longer valid in 1.19+. Please use BIOME_TAG instead. 09:19:36.009 game [09:19:36] [Server thread/WARN] [citadel/]: biome config: BIOME_DICT and BIOME_CATEGORY are no longer valid in 1.19+. Please use BIOME_TAG instead. 09:19:36.009 game [09:19:36] [Server thread/WARN] [citadel/]: biome config: BIOME_DICT and BIOME_CATEGORY are no longer valid in 1.19+. Please use BIOME_TAG instead. 09:19:36.009 game [09:19:36] [Server thread/WARN] [citadel/]: biome config: BIOME_DICT and BIOME_CATEGORY are no longer valid in 1.19+. Please use BIOME_TAG instead. 09:19:36.009 game [09:19:36] [Server thread/WARN] [citadel/]: biome config: BIOME_DICT and BIOME_CATEGORY are no longer valid in 1.19+. Please use BIOME_TAG instead.

this needs a fix asap