squeek502 / VeganOption

A Minecraft mod that seeks to add vegan alternatives to all Minecraft mob/animal products
The Unlicense
45 stars 10 forks source link

Scented soap [SUGGESTION] #18

Open Sunconure11 opened 9 years ago

Sunconure11 commented 9 years ago

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.

squeek502 commented 9 years ago

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

Sunconure11 commented 9 years ago

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.

Sunconure11 commented 9 years ago

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?