Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

{Server join Issue} #1133

Open
jirisek3 opened this issue Nov 16, 2024 · 3 comments
Open

{Server join Issue} #1133

jirisek3 opened this issue Nov 16, 2024 · 3 comments

Comments

@jirisek3
Copy link

I am setting up a server for me and my friends and when I try to join I get this issue

internal exception java.lang.illegalArgumentException: unknown recipe serializer minecraft
client log from joining process
https://pastebin.com/YrdDNSKk
server log from joining process
https://pastebin.com/Ps54wdxp

@Preladon
Copy link

Take a look at the Known Issues page - it's the first one there. You make a change to one of the kubejs files to make this work.

https://github.com/ThePansmith/Monifactory/blob/main/KNOWN-ISSUES.md

@jirisek3
Copy link
Author

I am sorry I am a bit dumb is it the nuclear craft issue?

@jirisek3 jirisek3 reopened this Nov 16, 2024
@Preladon
Copy link

Preladon commented Nov 17, 2024

Yes, that's right. You modify line 34 (I think!) of the file kubejs/startup_scripts/_initial.js from

global.unificationPattern = new RegExp(`^(?!(${global.UnificationExcludedItems.join('|')})).*(nuclearcraft|thermal|enderio):(powdered_.*|.*(_block|_plate|_ingot|_nugget|_gear|_dust))`, 'i')

to

global.unificationPattern = new RegExp(`^(?!(${global.UnificationExcludedItems.join('|')})).*(thermal|enderio):(powdered_.*|.*(_block|_plate|_ingot|_nugget|_gear|_dust))`, 'i')

But be aware of the documented side effect, that some things that shouldn't be smelted in a furnace can now be.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants