Skip to content
Snippets Groups Projects
Commit b9835a69 authored by Jonathan Cyriax Brast's avatar Jonathan Cyriax Brast :hotsprings:
Browse files

glc: lazy commit 2020-05-16

parent 679baaff
No related branches found
No related tags found
No related merge requests found
...@@ -14,7 +14,7 @@ minetest.register_craft({ ...@@ -14,7 +14,7 @@ minetest.register_craft({
}) })
minetest.register_craftitem("kiffood:matebottle", { minetest.register_craftitem("kiffood:matebottle", {
description = "Flasche Mate", description = "Mate",
inventory_image = "kiffood_mateflasche.png", inventory_image = "kiffood_mateflasche.png",
on_use = minetest.item_eat(2, "vessels:glass_bottle"), on_use = minetest.item_eat(2, "vessels:glass_bottle"),
}) })
...@@ -33,7 +33,7 @@ minetest.register_craftitem("kiffood:hack", { ...@@ -33,7 +33,7 @@ minetest.register_craftitem("kiffood:hack", {
minetest.register_craft({ minetest.register_craft({
output = "kiffood:hack 2", output = "kiffood:hack 2",
type = "shapeless", 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({ ...@@ -144,7 +144,7 @@ minetest.register_craft({
minetest.register_craftitem("kiffood:bucket_hot_water", { minetest.register_craftitem("kiffood:bucket_hot_water", {
description = "Hot Water", description = "Hot Water Bucket",
inventory_image = "kiffood_bucket_hot_water.png", inventory_image = "kiffood_bucket_hot_water.png",
groups = {water_bucket = 1} groups = {water_bucket = 1}
}) })
...@@ -222,7 +222,7 @@ minetest.register_craftitem("kiffood:laugenbread", { ...@@ -222,7 +222,7 @@ minetest.register_craftitem("kiffood:laugenbread", {
minetest.register_craft({ minetest.register_craft({
output = "kiffood:laugenbread", output = "kiffood:laugenbread",
type = "cooking", type = "cooking",
cooktime = 10, cooktime = 4,
recipe = "kiffood:laugendough", recipe = "kiffood:laugendough",
}) })
......
https://rubenwardy.com/minetest_modding_book/en/basics/getting_started.html https://rubenwardy.com/minetest_modding_book/en/basics/getting_started.html
cocoa -> Nu creme Mate Crates
Nu creme + steel bar -> note block rice + color -> curry
Nu creme + steel bar -> note block [open]
potato + chop -> sliced potato potato + chop -> sliced potato
potato slices > furnace -> chips potato slices > furnace -> chips
potato slices + chops -> raw fries potato slices + chops -> raw fries
raw fries > furnace -> french fries raw fries > furnace -> french fries
tomato -> ketchup tomato -> ketchup
two hemp leaves + coal -> hemp roll
onion + chop -> onion rings onion + chop -> onion rings
onion rings + chop -> onion cubes onion rings + chop -> onion cubes
rice + hot water + bowl -> cooked rice
cooked rice -> onigiri cooked rice -> onigiri
beetroot + onion cubes + grain -> vegan Mett
meat + chop -> meat slices meat + chop -> meat slices
meat + pestil -> meat paste meat + pestil -> meat paste
meat paste + onion -> Mett meat paste + onion -> Mett
some Mett -> Mettigel
some vegan Mett -> Mettigel (same as above)
water + white dye -> milk water + white dye -> milk
bread with:
- tomato
- onion
3x bread -> 3x wrap
bread + water + salt -> Laugen bread
laugen bread + chop + -> salzstangen 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: wrap with:
- tomato - tomato
- onion - onion
...@@ -32,23 +33,24 @@ wrap with: ...@@ -32,23 +33,24 @@ wrap with:
- chili - chili
- beans - beans
- corn - 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 rice + beans
corn > furnace -> popcorn jungle grass + hot water + flask -> mate flask
water > furnace -> salt grass + hot water -> tea
salt + popcorn -> salty popcorn river water -> hot water
sugar + popcorn -> sweet popcorn
cocoa + milk -> hot chocolate cocoa + milk -> hot chocolate
hot chocolate + chili -> hot hot chocolate hot chocolate + chili -> hot hot chocolate
grass + water -> tea 3x bread -> 3x wrap
river water -> hot water bread + water + salt -> Laugen bread
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)
......
textures/kiffood_hot_chocolate.png

678 B | W: | H:

textures/kiffood_hot_chocolate.png

326 B | W: | H:

textures/kiffood_hot_chocolate.png
textures/kiffood_hot_chocolate.png
textures/kiffood_hot_chocolate.png
textures/kiffood_hot_chocolate.png
  • 2-up
  • Swipe
  • Onion skin
textures/kiffood_hot_hot_chocolate.png

678 B | W: | H:

textures/kiffood_hot_hot_chocolate.png

327 B | W: | H:

textures/kiffood_hot_hot_chocolate.png
textures/kiffood_hot_hot_chocolate.png
textures/kiffood_hot_hot_chocolate.png
textures/kiffood_hot_hot_chocolate.png
  • 2-up
  • Swipe
  • Onion skin
textures/kiffood_tea.png

738 B | W: | H:

textures/kiffood_tea.png

375 B | W: | H:

textures/kiffood_tea.png
textures/kiffood_tea.png
textures/kiffood_tea.png
textures/kiffood_tea.png
  • 2-up
  • Swipe
  • Onion skin
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment