1
0
mirror of https://github.com/minetest/minetest_game.git synced 2025-01-03 03:58:08 +01:00

Update init.lua

This commit is contained in:
Maurus 2024-06-24 21:15:28 -03:00 committed by GitHub
parent 1c585f0989
commit 827c9ccadb
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -28,8 +28,8 @@ end
-- Alternative recipe for strings.
minetest.register_craft({
output="farming:string 4",
recipe={{"group:wool"}}
output = "farming:string 4",
recipe = {{"group:wool"}},
})
-- Legacy