1
0
kopia lustrzana https://codeberg.org/tenplus1/farming.git synced 2025-10-27 04:35:37 +01:00

added multigrain flour and bread

This commit is contained in:
TenPlus1
2019-01-24 11:38:21 +00:00
rodzic f872075d99
commit 0d3faf53e7
6 zmienionych plików z 50 dodań i 2 usunięć

Wyświetl plik

@@ -457,7 +457,7 @@ function farming.place_seed(itemstack, placer, pointed_thing, plantname)
minetest.set_node(pt.above, {name = plantname, param2 = p2})
--minetest.get_node_timer(pt.above):start(1)
farming.handle_growth(pt.above)--, node)
--farming.handle_growth(pt.above)--, node)
minetest.sound_play("default_place_node", {pos = pt.above, gain = 1.0})