Atlantis

Atlantis

970k Downloads

[1.20.4] NeoForge - Can't mine blocks (Mining tags removed)

sigmasoldi3r opened this issue ยท 1 comments

commented

Versions

Minecraft  1.20.4
NeoForge   20.4.250
Atlantis   2024.2.22-1.20.1-1.0.0-neoforge

The issue

When the mod is enabled, the mining tags from materials or tools seem to disappear, so the game sees the pickaxe as a no longer valid mining tool. So you can't virtually get cobblestone.

Related logs

I didn't find any specific errors, but you can see in the logs some errors related to the mod:

[21:36:16] [Render thread/WARN] [minecraft/ClientRecipeBook]: Unknown recipe category: [!!!com.mojang.logging.LogUtils$1ToString@15deafc0=>java.lang.NullPointerException:Cannot invoke "Object.toString()" because the return value of "java.util.function.Supplier.get()" is null!!!]/atlantis:linguistic_glyph_scroll_8_writing--
[21:36:03] [Worker-Main-6/ERROR] [minecraft/TagLoader]: Couldn't load tag minecraft:mineable/pickaxe as it is missing following references: 
	atlantis:crystal_generator (from mod:atlantis)
	atlantis:crystal_storage_tank (from mod:atlantis)
[21:36:04] [Worker-Main-8/ERROR] [minecraft/LootDataType]: Couldn't parse element loot_tables:atlantis:blocks/crystal_transference_block - Unknown registry key in ResourceKey[minecraft:root / minecraft:item]: atlantis:crystal_transference_block
[21:36:04] [Worker-Main-8/ERROR] [minecraft/LootDataType]: Couldn't parse element loot_tables:atlantis:blocks/crystal_storage_tank - Unknown registry key in ResourceKey[minecraft:root / minecraft:item]: atlantis:crystal_storage_tank
[21:36:04] [Worker-Main-8/ERROR] [minecraft/LootDataType]: Couldn't parse element loot_tables:atlantis:blocks/crystal_generator - Unknown registry key in ResourceKey[minecraft:root / minecraft:item]: atlantis:crystal_generator
[21:36:04] [Render thread/ERROR] [minecraft/RecipeManager]: Parsing error loading recipe atlantis:atlantean_amulet
com.google.gson.JsonParseException: Item must not be minecraft:air
[21:36:04] [Render thread/ERROR] [minecraft/RecipeManager]: Parsing error loading recipe atlantis:orichalcum_upgrade_smithing_template
com.google.gson.JsonParseException: Item must not be minecraft:air; Map entry 'C' : No key tag in MapLike[{"item":"atlantis_orichalcum_upgrade_smithing_template"}]; Item must not be minecraft:air; Not a json array: {"item":"atlantis_orichalcum_upgrade_smithing_template"}; Input does not contain a key [type]: MapLike[{"item":"atlantis_orichalcum_upgrade_smithing_template"}]
[21:36:04] [Render thread/ERROR] [minecraft/ServerAdvancementManager]: Parsing error loading custom advancement atlantis:recipes/atlantis.general/orichalcum_hoe: Advancement completion requirements did not exactly match specified criteria. Missing: [has_orichalcum_ignot]. Unknown: [has_orichalcum_ingot]

Among others.

Maybe the datapack format is different enough between the 1.20.1 and 1.20.4 to break the mod?