This commit is contained in:
Flipsels 2014-06-28 08:16:38 +00:00
commit 9723bd4556
36 changed files with 1193 additions and 445 deletions

View File

@ -3,7 +3,7 @@ The Food Mod
This is the main mod in the food mod collection. This is the main mod in the food mod collection.
Version 2.2 Version 2.3
The Aims The Aims
-------- --------
@ -16,7 +16,9 @@ All content should follow these aims:
Documentation Documentation
------------- -------------
Recipe guide: https://www.dropbox.com/s/tsvjmobv9n3isu0/food_crafting.pdf?dl=1 2.2: Recipe guide: https://www.dropbox.com/s/tsvjmobv9n3isu0/food_crafting.pdf?dl=1
2.3: There are several changes in recipes, due to conflicts with other mods. Recipe guide is in crafting_guide.txt
Expansion Packs Expansion Packs
--------------- ---------------
@ -36,7 +38,5 @@ License for textures: CC-BY-SA
Exceptions: Exceptions:
* Baked potato texture by Doc, WTFPL * Baked potato texture by Doc, WTFPL
* Dough, flour and wheat textures from default farming mod, WTFPL * Various other textures by Flipsels, WTFPL
* Egg and milk textures from Mobf, CC BY SA * Dough, flour and wheat textures from default farming mod, WTFPL
Have I missed out credit? Please tell me.

385
crafting_guide.txt Normal file
View File

@ -0,0 +1,385 @@
food -- Crafting Guide
--------------------------------------------------------------------------------
SECTION 1
--------------------------------------------------------------------------------
Recipes
--------------------------------------------------------------------------------
APPLE JUICE
+---+---+---+
| | | |
+---+---+---+
| | A | |
+---+---+---+
| | C | |
+---+---+---+
A = Apple
C = Cup
BOWL
+---+---+---+
| | | |
+---+---+---+
| X | | X |
+---+---+---+
| | X | |
+---+---+---+
X = Cay lump
BUTTER
+---+---+---+
| | | |
+---+---+---+
| | M | M |
+---+---+---+
| | | |
+---+---+---+
M = Milk
CACTUS JUICE
+---+---+---+
| | | |
+---+---+---+
| | A | |
+---+---+---+
| | C | |
+---+---+---+
A = CACTUS
C = Cup
CAKEMIX
+---+---+---+
| | | |
+---+---+---+
| X | Y | Z |
+---+---+---+
| | | |
+---+---+---+
X = FLOUR
Y = SUGAR
Z = EGG
CAKEMIX
+---+---+---+
| | | |
+---+---+---+
| X | Y | Z |
+---+---+---+
| | | |
+---+---+---+
X = FLOUR
Y = SUGAR
Z = EGG
CAKEMIX COCOA
+---+---+---+
| | C | |
+---+---+---+
| X | Y | Z |
+---+---+---+
| | | |
+---+---+---+
C = COCOA
X = FLOUR
Y = SUGAR
Z = EGG
CAKEMIX CARROT
+---+---+---+
| | C | |
+---+---+---+
| X | Y | Z |
+---+---+---+
| | | |
+---+---+---+
C = CARROT
X = FLOUR
Y = SUGAR
Z = EGG
RAW CHICKEN SOUP
+---+---+---+
| | | |
+---+---+---+
| W | V | W |
+---+---+---+
| | B | |
+---+---+---+
V = Meat
W = Water bucket
B = Bowl
CHEESE
+---+---+---+
| | | |
+---+---+---+
| | B | B |
+---+---+---+
| | | |
+---+---+---+
B = Butter
DARK CHOCOLAT
+---+---+---+
| | | |
+---+---+---+
| X | X | X |
+---+---+---+
| | | |
+---+---+---+
X = Cocoa bean
MILK CHOCOLAT
+---+---+---+
| | M | |
+---+---+---+
| X | X | X |
+---+---+---+
| | | |
+---+---+---+
M = Milk
X = Cocoa bean
PASTA
+---+---+---+
| | | |
+---+---+---+
| X | Y | Y |
+---+---+---+
| | | |
+---+---+---+
X = Flour
Y = Egg
RAW PASTA BAKE
+---+---+---+
| | X | |
+---+---+---+
| | Y | |
+---+---+---+
| | Z | |
+---+---+---+
X = Cheese
Y = Pasta
Z = Bowl
RHUBARB JUICE
+---+---+---+
| | | |
+---+---+---+
| | A | |
+---+---+---+
| | C | |
+---+---+---+
A = Rhubarb
C = Cup
RAINBOW JUICE
+---+---+---+
| | | |
+---+---+---+
| | A | |
+---+---+---+
| | C | |
+---+---+---+
A = NYANCAT RAINBOW BLOCK
C = Cup
STRAWBERRY JUICE
+---+---+---+
| | | |
+---+---+---+
| | A | |
+---+---+---+
| | C | |
+---+---+---+
A = STRAWBERRY
C = Cup
RAW TOMATO SOUP
+---+---+---+
| | | |
+---+---+---+
| W | T | W |
+---+---+---+
| | B | |
+---+---+---+
T = Tomato
W = Water bucket
B = Bowl
SECTION 2
--------------------------------------------------------------------------------
There are several options to craft basic ingredients Within the food module.
This is normally only necessary when some optional mods are omitted.
To enable/disable crafting of basic ingredients, adjust food.conf.
Further note: crafted items can only be used for food. It doesn't
--------------------------------------------------------------------------------
CARROT
mod: docfarming,farming_plus,jkfarming,plantlib
+---+---+---+
| | Y | |
+---+---+---+
| | X | |
+---+---+---+
| | X | |
+---+---+---+
X = [group:potato] (check below how to craft potatoes)
Y = [default:grass_1]
COCOA
mod: farming_plus
+---+---+---+
| | X | |
+---+---+---+
| X | | X |
+---+---+---+
| | X | |
+---+---+---+
X = [default:apple]
EGG
mod: animalmaterials,jkanimals
+---+---+---+
| | X | |
+---+---+---+
| X | Y | X |
+---+---+---+
| | X | |
+---+---+---+
X = [default:sand]
Y = [default:dirt]
FISH (RAW)
mod: animalmaterials
+---+---+---+
| | | |
+---+---+---+
| X | X | Y |
+---+---+---+
| | | |
+---+---+---+
X = [default:apple]
Y = [default:dirt]
FLOUR
mod: farming
+---+---+---+
| X | | |
+---+---+---+
| X | X | X |
+---+---+---+
| | | |
+---+---+---+
X = [wheat]
MEAT (RAW)
mod: animalmaterials
+---+---+---+
| | | |
+---+---+---+
| Y | X | X |
+---+---+---+
| | | |
+---+---+---+
X = [default:apple]
Y = [default:dirt]
MILK
mod: animalmaterials
+---+---+---+
| | | |
+---+---+---+
| | X | |
+---+---+---+
| | Y | |
+---+---+---+
X = [default:sand]
Y = [bucket:bucket_water]
POTATO
mod: docfarming,farming_plus,veggies
+---+---+---+
| | X | |
+---+---+---+
| | Y | |
+---+---+---+
| | X | |
+---+---+---+
X = [default:dirt]
Y = [default:apple]
RHUBARB
mod: farming_plus
+---+---+---+
| | Y | |
+---+---+---+
| | X | |
+---+---+---+
| | X | |
+---+---+---+
Y = [default:grass_1]
X = [default:apple]
STRAWBERRY
mod: bushes_classic(plantlife),farming_plus
+---+---+---+
| | Y | |
+---+---+---+
| | X | |
+---+---+---+
| | | |
+---+---+---+
Y = [default:grass_1]
X = [default:apple]
SUGAR
mod: bushes_classic(plantlife),jkfarming
+---+---+---+
| | | |
+---+---+---+
| X | X | |
+---+---+---+
| | | |
+---+---+---+
X = [default:papyrus]
TOMATO
mod: farming_plus
+---+---+---+
| | X | |
+---+---+---+
| | Y | |
+---+---+---+
| | X | |
+---+---+---+
X = [default:desert_sand]
Y = [default:apple]
WHEAT
mod: farming
+---+---+---+
| | X | |
+---+---+---+
| | X | |
+---+---+---+
| | X | |
+---+---+---+
X = [default:dry_shrub]
GLASS (CUP)
mod: vessels
+---+---+---+
| X | | X |
+---+---+---+
| X | | X |
+---+---+---+
| X | X | X |
+---+---+---+
X = [default:glass]

View File

@ -1,8 +1,8 @@
animalmaterials? animalmaterials?
bushes_classic? bushes_classic?
default? default
docfarming?
diet? diet?
docfarming?
farming? farming?
farming_plus? farming_plus?
hud? hud?
@ -14,4 +14,4 @@ mobs?
mobfcooking? mobfcooking?
plantlib? plantlib?
veggies? veggies?
vessels? vessels?

24
food.conf Normal file
View File

@ -0,0 +1,24 @@
-- Food MOD Configuration
---------------------------------------------------------------------------------------------
-- craft options:
-- 0: unable to craft. The items must be gained from other mods (see crafting guide for mods)
-- 1: able to craft.
-- 2: autodetect: If the item is detected in a loaded mod
-- crafting this item within food mod is disabled.
---------------------------------------------------------------------------------------------
-- note: disabling craft options in existing worlds might result in unknown items.
---------------------------------------------------------------------------------------------
FOOD_CRAFT_CARROT = 2
FOOD_CRAFT_COCOA = 2
FOOD_CRAFT_EGG = 2
FOOD_CRAFT_FISH = 2
FOOD_CRAFT_FLOUR = 2
FOOD_CRAFT_MEAT = 2
FOOD_CRAFT_MILK = 2
FOOD_CRAFT_POTATO = 2
FOOD_CRAFT_RHUBARB = 2
FOOD_CRAFT_SBERRY = 2
FOOD_CRAFT_SUGAR = 2
FOOD_CRAFT_TOMATO = 2
FOOD_CRAFT_WHEAT = 2
FOOD_CRAFT_GLASS = 2

1174
init.lua

File diff suppressed because it is too large Load Diff

View File

@ -34,3 +34,4 @@ Carrot Cake = Karottenkuchen
Cake Mix = Backmischung Cake Mix = Backmischung
Chocolate Cake Mix = Backmischung fuer Schokoladenkuchen Chocolate Cake Mix = Backmischung fuer Schokoladenkuchen
Carrot Cake Mix = Backmischung fuer Karottenkuchen Carrot Cake Mix = Backmischung fuer Karottenkuchen
Strawberry = Erdbeer

36
locale/nl.txt Normal file
View File

@ -0,0 +1,36 @@
# Translation by Flipsels
Wheat = Tarwe
Flour = Meel
Potato = Aardappel
Tomato = Tomaat
Carrot = Wortel
Milk = Melk
Egg = Ei
Cocoa Bean = Cacaoboon
Raw meat = rauw vlees
Venison = Wildbraad
Sugar = Suiker
Dark Chocolate = Pure chokolade
Milk Chocolate = Melk chokolade
Pasta = Pasta
Bowl = Schotel
Butter = Boter
Cheese = Kaas
Baked Potato = Gebakken Aardappel
Pasta Bake = Pastaschotel
Raw Pasta Bake = Ongekookte Pastaschotel
chicken Soup = Kippensoep
tomato Soup = Tomatensoep
Uncooked tomato Soup = Ongekookte Tomatensoep
Uncooked chicken Soup = Gekookte Kippensoep
apple Juice = Appelsap
cactus Juice = Cactussap
Rainbow Juice = Regenboogsap
Cake = Koek
Chocolate Cake = Chokoladekoek
Carrot Cake = Wortelkoek
Cake Mix = Bakbeslag
Chocolate Cake Mix = Bakbeslag voor chokoladekoek
Carrot Cake Mix = Bakbeslag voor wortelkoek
Strawberry = Aardbei

Binary file not shown.

Before

Width:  |  Height:  |  Size: 729 B

After

Width:  |  Height:  |  Size: 614 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 338 B

After

Width:  |  Height:  |  Size: 811 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 867 B

After

Width:  |  Height:  |  Size: 614 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 780 B

After

Width:  |  Height:  |  Size: 627 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 709 B

After

Width:  |  Height:  |  Size: 899 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 335 B

After

Width:  |  Height:  |  Size: 731 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 331 B

After

Width:  |  Height:  |  Size: 793 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 327 B

After

Width:  |  Height:  |  Size: 715 B

BIN
textures/food_cup.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 611 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 480 B

After

Width:  |  Height:  |  Size: 697 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 672 B

After

Width:  |  Height:  |  Size: 789 B

BIN
textures/food_fish.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 402 B

BIN
textures/food_fish_raw.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 561 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 559 B

After

Width:  |  Height:  |  Size: 617 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 479 B

After

Width:  |  Height:  |  Size: 701 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 310 B

After

Width:  |  Height:  |  Size: 731 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 366 B

After

Width:  |  Height:  |  Size: 615 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 324 B

After

Width:  |  Height:  |  Size: 517 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 396 B

After

Width:  |  Height:  |  Size: 803 B

BIN
textures/food_rhubarb.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 380 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 620 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 355 B

After

Width:  |  Height:  |  Size: 738 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 325 B

After

Width:  |  Height:  |  Size: 669 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.2 KiB

After

Width:  |  Height:  |  Size: 734 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 321 B

After

Width:  |  Height:  |  Size: 684 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 250 B

After

Width:  |  Height:  |  Size: 786 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 614 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 4.3 KiB

After

Width:  |  Height:  |  Size: 766 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 566 B

After

Width:  |  Height:  |  Size: 641 B