mirror of
https://github.com/minetest-mods/technic.git
synced 2025-07-01 15:50:39 +02:00
Added constructors, added dye grinding recipes
This commit is contained in:
@ -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
|
||||
|
||||
|
Reference in New Issue
Block a user