Fix typo in hydroturbine recipe (#624)

This commit is contained in:
Niklp 2022-10-07 23:28:30 +02:00 committed by GitHub
parent 121082859f
commit bd07fb0c79
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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", ""},
}