GTNewHorizons / Minetweaker-Gregtech-5-Addon

Minetweaker Addon for all Gregtech 5 Machines
GNU General Public License v3.0
19 stars 12 forks source link

Recipes working on client but not server #52

Open Ubus99 opened 4 years ago

Ubus99 commented 4 years ago

I created some recipes in singleplayer, but when transferred to the server, one of the recipes stopped working.

Recipe:

CREATED USING EXTERNAL TWEAKER

mods.gregtech.ImplosionCompressor.addRecipe(, * 2, 1);

Log: INFO: [Stuck] Adding Implosion compressor recipe for

Why isn't this working? Is GTTweaker faulty or am I using the command wrong?

Dream-Master commented 4 years ago

Gt recipes need a new server start to show up. Same for clients.

Ubus99 commented 4 years ago

Did that already, didn't help

Dream-Master commented 4 years ago

Maybe some of the intputs or outputs interfear with an existing recipe thats why not shown bu tnormaly when it works in sp it works in mp too.

Ubus99 commented 4 years ago

now what?