Jump to content

Leaderboard

Popular Content

Showing content with the highest reputation on 11/18/22 in all areas

  1. You've installed the player module but not the "core" module that it needs. https://www.curseforge.com/minecraft/mc-mods/adaptive-performance-tweaks-core
    1 point
  2. There's no such block tag as minecraft:cobblestone https://github.com/misode/mcmeta/tree/data/data/minecraft/tags/blocks There is a forge:cobblestone/normal https://github.com/MinecraftForge/MinecraftForge/blob/1.19.x/src/generated/resources/data/forge/tags/blocks/cobblestone/normal.json Or you can change your GLM to use a LootItemCondition that matches a specific block instead of a block tag.
    1 point
  3. When you are in the game, look at the block and press F3. On the right hand side you can see what tags it has. You should also look at run/logs/debug.log because you have lots of errors in your datapack. The one stopping your blocks being mined is because this deepslate ore block does not exist. So it fails to load that file. https://github.com/Nexeran/Mundane_Chronicles_Mod/blob/505bfda1db4d6d761309dad63b787ea3d1731d68/src/main/resources/data/minecraft/tags/blocks/mineable/pickaxe.json#L6
    1 point
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.