diff --git a/food.lua b/food.lua index c54b1d10719462ec8cad6e8dede97946fea6a9c4..37195a889d392c44c53713823a749f4099973134 100644 --- a/food.lua +++ b/food.lua @@ -14,7 +14,7 @@ minetest.register_craft({ }) minetest.register_craftitem("kiffood:matebottle", { - description = "Flasche Mate", + description = "Mate", inventory_image = "kiffood_mateflasche.png", on_use = minetest.item_eat(2, "vessels:glass_bottle"), }) @@ -33,7 +33,7 @@ minetest.register_craftitem("kiffood:hack", { minetest.register_craft({ output = "kiffood:hack 2", type = "shapeless", - recipe = {"farming:rice","farming:rice","dye:red","farming:onion","farming:tomato"} + recipe = {"group:food_rice","group:food_rice","dye:red","group:food_onion","group:food_tomato"} }) @@ -144,7 +144,7 @@ minetest.register_craft({ minetest.register_craftitem("kiffood:bucket_hot_water", { - description = "Hot Water", + description = "Hot Water Bucket", inventory_image = "kiffood_bucket_hot_water.png", groups = {water_bucket = 1} }) @@ -222,7 +222,7 @@ minetest.register_craftitem("kiffood:laugenbread", { minetest.register_craft({ output = "kiffood:laugenbread", type = "cooking", - cooktime = 10, + cooktime = 4, recipe = "kiffood:laugendough", }) diff --git a/ideas.txt b/ideas.txt index 15231a586af35f5e297a7eca62cb0cea1798ee56..9c10fb568d578ee2791a5dc2a327d156c587fce7 100644 --- a/ideas.txt +++ b/ideas.txt @@ -1,30 +1,31 @@ https://rubenwardy.com/minetest_modding_book/en/basics/getting_started.html -cocoa -> Nu creme -Nu creme + steel bar -> note block +Mate Crates +rice + color -> curry +Nu creme + steel bar -> note block [open] potato + chop -> sliced potato potato slices > furnace -> chips potato slices + chops -> raw fries raw fries > furnace -> french fries tomato -> ketchup -two hemp leaves + coal -> hemp roll onion + chop -> onion rings onion rings + chop -> onion cubes -rice + hot water + bowl -> cooked rice cooked rice -> onigiri -beetroot + onion cubes + grain -> vegan Mett meat + chop -> meat slices meat + pestil -> meat paste meat paste + onion -> Mett -some Mett -> Mettigel -some vegan Mett -> Mettigel (same as above) water + white dye -> milk -bread with: - - tomato - - onion -3x bread -> 3x wrap -bread + water + salt -> Laugen bread laugen bread + chop + -> salzstangen +corn > furnace -> popcorn [used by corn on cob] +salt + popcorn -> salty popcorn +sugar + popcorn -> sweet popcorn +jungle grass + hot water + bowl -> mate +water + 3x sugar + black dye + flask -> coke +potato + beans + onion +(autogenerate meals) +(autogenerate wraps) + +=== partially === wrap with: - tomato - onion @@ -32,23 +33,24 @@ wrap with: - chili - beans - corn + +=== Done === +cocoa -> Nu creme [done] +two hemp leaves + coal -> hemp roll +rice + hot water + bowl -> cooked rice +beetroot + onion cubes + grain -> vegan Mett +some Mett -> Mettigel +bread with: + - tomato + - onion rice + beans -corn > furnace -> popcorn -water > furnace -> salt -salt + popcorn -> salty popcorn -sugar + popcorn -> sweet popcorn +jungle grass + hot water + flask -> mate flask +grass + hot water -> tea +river water -> hot water cocoa + milk -> hot chocolate hot chocolate + chili -> hot hot chocolate -grass + water -> tea -river water -> hot water -grass + hot water -> tea -jungle grass + hot water + bowl -> mate -jungle grass + hot water + flask -> mate flask -water + 3x sugar + black dye + flask -> coke -potato + beans + onion: - tasty meal -(autogenerate meals) -(autogenerate wraps) +3x bread -> 3x wrap +bread + water + salt -> Laugen bread diff --git a/textures/kiffood_hot_chocolate.png b/textures/kiffood_hot_chocolate.png index c88ef81913d15fe31de1f3b3b215190abcaf88f7..17d9f8a651f34094cfd2e1181ecf40d872997fca 100644 Binary files a/textures/kiffood_hot_chocolate.png and b/textures/kiffood_hot_chocolate.png differ diff --git a/textures/kiffood_hot_hot_chocolate.png b/textures/kiffood_hot_hot_chocolate.png index 5cfd9f18c5762217d93ef9bc29f799e2cb8399a0..7fcfd7cb2319cb4a9a34e091ccb732a0731d8113 100644 Binary files a/textures/kiffood_hot_hot_chocolate.png and b/textures/kiffood_hot_hot_chocolate.png differ diff --git a/textures/kiffood_tea.png b/textures/kiffood_tea.png index 3d89f1fe2bc255ed89eb09ba13a658810a06088a..4094026bf706605fbf45bdfe06e0a5b66d7e7d07 100644 Binary files a/textures/kiffood_tea.png and b/textures/kiffood_tea.png differ