ModTweaker

ModTweaker

88M Downloads

FPS Steaming Handler does not work at all

Yulife opened this issue ยท 12 comments

commented

Script
Both of them do not work. They do not give any error.
In my understanding addSteamFood is kind of a wrong naming. Shouldn't it be addSteaming? I don't think the Furnace + Steam Heaters is limited to food.
Calling @SatanicSanta and @bonii-xx.

commented

FSP is not modtweaker friendly.

commented

And you're calling me because...?

commented

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?

commented

And you're calling me because...?

commented

My question was "Is this "steaming" cooking limited to food only or can it be used for anything?"

commented

Well, this is emberassing. I mixed ya up with @xbony2! T_T
Sorry.

commented

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.

commented

Lol. I wondered why you'd think I had anything to do with it. But I can see the resemblance ;P

commented

For whatever reason MT doesn't use the addSteamFood() that comes in FSP's API, does some other stuff.

commented

@jaredlll08 and @soundlogic2236 Would you mind changing it?

commented

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.

commented

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.