gkbm2013 / tinker-IO

Tinker I/O - An addon for Tinkers' Construct!
https://tio.gkbsite.org/
GNU General Public License v3.0
13 stars 8 forks source link

Fix sided proxy, add sideonly to common classes #84

Closed tgstyle closed 6 years ago

tgstyle commented 6 years ago

This fixes the server startup crash.

gkbm2013 commented 6 years ago

Thanks a lot ! 😄😄😄 But I found that OreCrusherRecipeRegister, MeltingRecipeRegister and SmartOutputRecipeReigster cannot work in the CommonProxy. How can I fix the problem?

tgstyle commented 6 years ago

That was my bad, I forgot to initialize the client proxy. It should all work now. I also cleaned up some unused imports.

gkbm2013 commented 6 years ago

I had merge the pull request! Thanks a lot!