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({
})
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",
})
......
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
......
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