Filostorm / Multiblock-Madness-2

The 1.18 sequel
GNU General Public License v3.0
8 stars 6 forks source link

in multiplayer raw iron can't be smelted into iron ingot #18

Closed Frefreak closed 10 months ago

Frefreak commented 10 months ago

Hi, this which seems to be caused by the missing of global.refiningMultiplier here:

https://github.com/Filostorm/Multiblock-Madness-2/blob/3c14e4c58947cf763aa878bed52739ee5079932b/kubejs/server_scripts/ore_processing.js#L364

global.refiningMultiplier appears only inside client_scripts https://github.com/Filostorm/Multiblock-Madness-2/blob/3c14e4c58947cf763aa878bed52739ee5079932b/kubejs/client_scripts/material_tooltips.js#L66-L74

adding this into server_scripts/global.js makes the recipe works and no more kubejs errors when logging into the server.

Filostorm commented 10 months ago

Good to know, thanks! Will be fixed soon