Shadows-of-Fire / Plants

https://minecraft.curseforge.com/projects/plants
Other
21 stars 17 forks source link

Server Startup Errors - Forge 1.12.2 (2795) #112

Closed smmmadden closed 5 years ago

smmmadden commented 5 years ago

Issue: I'm trying to create a modpack to include all these mods once I get the server-side of things working without errors (at least on startup) for a single and multiplayer world setup.

I've added the list of mods to my multiplayer server, restarted and it appears that Placebo is throwing a number of errors. Two of the mods are mine (TmTmc-Gravels and TmTmc-OresAndMore). I'm looking for a nice balance of mods which would add more resources to a given world right from the start once I get a good seed to use with them.

I found the Plants mod and thought this would be a great addition. I've also included these two in the spreadsheet I manage for plugins and mods. :-)

List of mods on Server image List of mods on Client image

Exception/Error/Warnings https://hastebin.com/atimanaweq.sql

Server: Minecraft Forge 1.12.2 Build 14.23.5.2795 Client: Minecraft Forge 1.12.2 Build 14.23.5.2795

Am I missing some other dependency or is this a known issue for the build I'm on? Thanks! -Steve

Shadows-of-Fire commented 5 years ago

That's just forge complaining about a feature it implemented. See, placebo replaces shapeless recipes in the game registry to improve performance (which is allowed by forge) but every time you do so it logs an error. They aren't real errors, so you can just ignore them

smmmadden commented 5 years ago

Awesome - thanks for the quick reply. :-)