The Vegan Option

The Vegan Option

53.9k Downloads

Scented soap [SUGGESTION]

Sunconure11 opened this issue ยท 3 comments

commented

A rather dumb idea, but, if more crops are added to this mod, would it be possible to add scented soaps that apply some kind of effect, as well as clearing all negative effects?

Also, I've noticed that soap can clear warp-related effects from Thaumcraft.

commented

I don't plan on adding new crops, but I like the idea. Could probably use various existing items for the scents.

About it clearing warp, I couldn't figure out the potion effects system at all:

        // I can not figure out how the curative item system
        // is meant to be used at all. PotionEffects each hold their own
        // curative items list but PotionEffects are created as needed;
        // they are not registered anywhere and there is no event for them
        // being created
        //
        // so.. just clear all potion effects instead of calling curePotionEffects
        player.clearActivePotions();

EDIT: Here's a Forge issue detailing the problem

commented

Apple: Applies a small regeneration buff

Rose: Applies a small healing boost

Dandelion: Applies a haste boost

These are some of my ideas for scents.

commented

Also, yet another idea for soap, but, would it be possible to allow for the option of adding milk (plant or animal) to the soap? A lot of soaps marketed as natural usually have coconut or goat milk, but, they are in the technology range of this mod for the most part, aside from the tech probably used to mass produce them.

I don't know what the effect should be. Maybe more soap created or something?