mirror of
https://github.com/minetest-mods/mesecons.git
synced 2024-11-17 23:58:27 +01:00
Fix typo in hydroturbine recipe (#624)
This commit is contained in:
parent
121082859f
commit
bd07fb0c79
@ -97,7 +97,7 @@ nodenames = {"mesecons_hydroturbine:hydro_turbine_on"},
|
||||
minetest.register_craft({
|
||||
output = "mesecons_hydroturbine:hydro_turbine_off 2",
|
||||
recipe = {
|
||||
{"","grup:stick", ""},
|
||||
{"","group:stick", ""},
|
||||
{"group:stick", "mesecons_gamecompat:steel_ingot", "group:stick"},
|
||||
{"","group:stick", ""},
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user