BlackJar72 / DoomlikeDungeons

A procedural multi-room dungeon generator for Minecraft
https://www.minecraftforum.net/forums/mapping-and-modding-java-edition/minecraft-mods/1293843-doomlike-dungeons
MIT License
23 stars 12 forks source link

Causing registry errors #28

Closed BarcodeGIT closed 5 years ago

BarcodeGIT commented 5 years ago

Hi, I am trying to setup an RLCraft server which uses this mod and on attempt to join i get "Fatal missing registry entries" and i looked at the logs and found this: https://pastebin.com/GfvMUJsU and i was wondering if there was a way to fix it

BlackJar72 commented 5 years ago

The problem is the wrong resource locations are used in the chests.cfg and oceanic_chests.cfg files. Everything with "gold" should instead have "goldern"; for example "minecraft:gold_sword" should actually be "minecraft:golden_sword." I have no idea what "variedcommodities:gem_ruby" should be.

This is a problem with the way these files have been edited for the modpack, and is something for the modpack author to fix. None of the problem gear is in the default version of the config.

Shivaxi commented 5 years ago

I am fixing this for RLCraft v2.6.3, thanks