FPS Steaming Handler does not work at all
Yulife opened this issue ยท 12 comments
Things like Steamed Food - they can be only created by using a Furnace plus Steam Heaters. Is this "steaming" cooking limited to food only or can it be used for anything?
My question was "Is this "steaming" cooking limited to food only or can it be used for anything?"
Well, this is emberassing. I mixed ya up with @xbony2! T_T
Sorry.
Poor Bonii :P Adding new steamed food needs an actually food item, but adding a recipe probably shouldn't. At least I think.
Going to look at this mod's API usage and see what they're doing.
Lol. I wondered why you'd think I had anything to do with it. But I can see the resemblance ;P
For whatever reason MT doesn't use the addSteamFood() that comes in FSP's API, does some other stuff.
@jaredlll08 and @soundlogic2236 Would you mind changing it?
I'm not sure if it's really the problem, but it would probably be better to call it then change the steamedFoods HashMap directly.
The reason I generally didn't use methods, and manipulated things directly is mods generally only have an add recipe and not a remove recipe in their apis. Plus it's easier than using different methods. Was less code xD.
I never actually tested the FSP, so not surprised it doesn't work.