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

Dog Biscuits #49

Open Fortanono opened 8 years ago

Fortanono commented 8 years ago

What about taming Wolves? Bones do sometimes drop from Stone, but you DO have Fertilizer and stuffs, so what about Dog Biscuits for obtaining man's best friend? Made with 4 Dough (used also to make Seitan) in a diamond shape surrounding 1 raw meat if you don't know what the heck this mod is about, or, if you're full vegan, Rotten Plants. (Hopefully this is better than my other suggestions... :P)

Fortanono commented 8 years ago

Maybe as well, there should be a method of taming Ocelots, since you have the Frozen Bubble for Pufferfish. A Ball of Yarn would be made with 9 Kapok Tufts, giving you 4, and would tame Cats.

squeek502 commented 8 years ago

I like it. I was thinking about this recently--whether or not Seitan should have the 'wolves favorite food' flag enabled or not. I like this idea better, though, as it's easier to understand.

Sunconure11 commented 8 years ago

Why not both? It appears dogs like seitan too.

squeek502 commented 8 years ago

The only reason I'm reluctant to do that is because the 'wolves favorite food' flag is generally used as an 'is meat' flag in other mods (and this mod), and so adding that flag to seitan might make other mods treat it in ways that it shouldn't be treated. Creating a separate item that's specifically for wolves at least partially removes the possibility for conflicts, or makes them less of a problem.

I'm not really sold on the recipe in the OP, but I like the idea behind it.

elifoster commented 8 years ago

I don't think it's a good idea to set the favorite food flag on any of the vegan foods. Instead, it might be better to have an interface IWolfVeganFood or something, subscribe to the PlayerInteractEvent, check if the item implements that interface, and tame the wolf. That way you don't run the risk of certain items being treated as meat in other mods, but you still allow the player to tame wolves.

On another note, catnip.

squeek502 commented 8 years ago

Excellent idea @elifoster