1
0
mirror of https://codeberg.org/tenplus1/farming.git synced 2025-06-29 23:01:00 +02:00

added multigrain flour and bread

This commit is contained in:
TenPlus1
2019-01-24 11:38:21 +00:00
parent f872075d99
commit 0d3faf53e7
6 changed files with 50 additions and 2 deletions

View File

@ -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})