Added constructors, added dye grinding recipes

This commit is contained in:
Maciej Kasatkin
2012-10-21 19:29:56 +02:00
parent ee9ffa8619
commit 67425aa3b4
31 changed files with 300 additions and 1 deletions

View File

@ -289,6 +289,7 @@ minetest.register_abm({
grind_time=4
meta:set_float("grind_time",grind_time)
meta:set_float("src_time", 0)
return
end
end