Waystones Mod Recipes Fail to Register
Toskk opened this issue ยท 4 comments
Minecraft Version
1.19 - 1.19.2
Mod Loader
Forge
Mod Loader Version
43.2.3
Mod Version
11.1
Describe the Issue
The various objects created by this mod all seem to 'work', however no recipes are registered at all (i.e. they only work in creative mode or via /give commands). This affects both client-side and server-side instances of the mod. On my server, I am seeing the following types of errors:
02.01 22:23:46 [Server] main/WARN [ne.mi.re.ForgeRegistry/REGISTRIES]: Registry minecraft:block: Object did not get ID it asked for. Name: waystones:waystone Expected: 1444 Got: 1469
02.01 22:23:46 [Server] main/WARN [ne.mi.re.ForgeRegistry/REGISTRIES]: Registry minecraft:block: Object did not get ID it asked for. Name: waystones:mossy_waystone Expected: 1445 Got: 1470
02.01 22:23:46 [Server] main/WARN [ne.mi.re.ForgeRegistry/REGISTRIES]: Registry minecraft:block: Object did not get ID it asked for. Name: waystones:sandy_waystone Expected: 1446 Got: 1471
I also noticed that the server doesn't flag the waystones mod as needing any dependencies (unlike many other mods which do get listed in the server console as having dependencies), even though Minecraft itself does crash and notify the user if they don't have balm installed. Is this lack of a dependency notification a potential problem?
Logs
No response
Do you use any performance-enhancing mods (e.g. OptiFine) or custom server distributions (e.g. SpongeForge)?
No response
Please provide the full logs. You can find the logs in the logs
directory of the client or server. Most of the time latest.log
is the correct file (unless the crash or issue happened during an earlier run).
Logs can be uploaded here by dragging the file into the comment field, or you can post them on a site like https://gist.github.com/ or https://pastebin.com/. Make sure they are set to be public
(or unlisted) and to never expire
.
Hi Blay, thanks for the response! Hmm.. maybe I just don't understand how the mod works.. looking over the logs (with a fresh map), I'm not seeing a single error related to waystones anywhere. What triggers players receiving any of the waystones-type recipes (e.g. warp stones)? I just tried and I can grant it (the recipe) to players via commands just fine, but gaining any of the items needed to craft a warp stone doesn't grant the warp stone recipe (again, no errors in the logs). Thanks!
There is no advancements setup for the recipes so they will not appear in the recipe book.