Minetest Mod: Adds foods. Supports ingredients from many mods. https://content.minetest.net/packages/rubenwardy/food/
Go to file
Xanthin 0a92c26448 posssible fix for chicken soup crafting
I found three methods to get the crafting of chicken soup working. (A whole day trial and error, close to become insane;))
1. This is the version wich I think is close to the original intend of the mod. It´s compatible with all 3 mods (mobf,mobs,jk) starting with food together (or allone, or only food) and replaces the food mods default recipe for Raw Meat. But the cooking output from raw meat for all three mods is the default "Venison".
2. If Venison should be replaced too, then the group in food.support for jkanimals and mobs must be "chicken" instead of "meat". But this is not compatible with animalmaterials starting together with one or both of the other two mods. And, I don´t know why, jkanimals overwrites the inventory images for mobs meat if both start together.
3. So the third method is to delete the cooking for animalsmaterial and maybe replace the food.support for it with meat_chicken instead of meat-raw. This makes sense, it´s a chicken soup and instead of the other two mods, you get chicken meat from the chicken.

Maybe this helps, I hope it´s not confusing.
2014-04-07 21:28:17 +02:00
locale fix typo 2014-04-06 20:29:06 +02:00
textures Juices, potato, meat and more 2013-09-16 19:21:22 +01:00
README.md Update README.md 2013-09-20 12:20:36 +01:00
depends.txt Add support for bushes sugar 2014-03-16 10:20:34 +00:00
init.lua posssible fix for chicken soup crafting 2014-04-07 21:28:17 +02:00

README.md

The Food Mod

This is the main mod in the food mod collection.

The Aims

All content should follow these aims:

  • Basis for expansion - supplies a framework of ingredients for other mods to build upon
  • Mod support without dependancies - this allows flexibility for the user
  • Minetest-game worthy - (Minimalism) This mod only contains traditional foods - such as cakes, soups and bread.

Documentation

Advanced documentation and a recipe guide is coming soon!

Other mods

There are expansion mods avaliable. Just install them in a mod folder, and everything should be fine.

  • Modern food (Needs updating) - burgers, soft drinks, pop corn, coffee, etc
  • English food (Coming Soon) - breakfast, pastries, pasties, buns, muffins, teas, cheese
  • Asian food (Coming Soon) - indian, chinese, thai

Licensing

The code, textures and nodeboxes in this mod are, unless otherwise notified, licensed under CC BY SA.

ANDREW "RUBENWARDY" WARD Creative Commons BY-SA 3.0 (or similar)

http://creativecommons.org/licenses/by-sa/3.0/

  • Baked potato texture by Doc, WTFPL
  • Dough, flour and wheat textures from default farming mod, WTFPL
  • Egg and milk textures from Mobf, CC BY SA

Have I missed out credit? Please tell me.