YouMod - CL: Vanilla recipes ManualManufacturingMultiplier always equal to ManufacturingDuration
@Andre Aquila <Aquila Industrial>
As per title, I used /createmod command and chose recipe patch and created mod.
In the folder all of the vanilla recipes have a ManualManufacturingMultiplier that's equal to
ManufacturingDuration.
I first thought it might be a mod conflict, but I don't have any mods that touch vanilla recipes, and before creating that mod my handcrafting times were unchanged.
After running the /createmod command, and restarting the game, the handcrafting times have jumped very significantly.
For example object scanner went from 10 ticks to 400.
3 Replies
Hey SpaceBrotha!! Im looking here and i got the mistake!!! Im fixing it now.. Sorry about that... Thanks for reporting
that variable doesnt seems to be exposed. 😦
Let me know if this line was removed successfully
huh, so it's a variable that actually does something, but you can't fetch it?
that's odd, I wonder if there's a way to include it as null or something?
So an aspiring mod maker would see it there, but it wouldn't actually do anything unless you entered a number.
Hmmm, i dont know if we put a null value in every file, it will block the manual crafting. We can try... I have to make a way to expose this value.
Maybe adding something like --[[ and ]]-- to ignore it , so if we want to edit it we just remove the brackets
Maybe adding something like --[[ and ]]-- to ignore it , so if we want to edit it we just remove the brackets