Add alliums with fire_resistance, and fix eating issue. #2
Loading…
Reference in New Issue
No description provided.
Delete Branch "MysticTempest/mcl_sus_stew:fire_resistance_and_fix"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Just a quick patch to add a sus_stew for fire_resistance which uses alliums.
Source: https://minecraft.fandom.com/wiki/Suspicious_Stew#Food
And, a bug fix where you could only eat the sus_stews if you were looking at a node. Because, it only had an "on_place" for eating.
I added a "on_secondary_use" to fix this.
Testing:
At current Version -
Attempt to make a sus_stew out of alliums; note that it doesn't work.
Make another sus_stew using, dandelions for example. Look to the sky, and try to eat it; note it doesn't work.
Finally, aim at the ground, and eat it.
With this patch -
Make a sus_stew using alliums, then look toward the sky, and eat it. Verify that works, and that you also have 4 seconds of fire_resistance.
Works as advertised.
remember to turn off sus_stews from mcl to test.
@chmodsayshello since you're active again. Can you take a look at this?
@MysticTempest sorry, just saw this pr for the pr for the first time, looks good to me