Depollute the code

This commit is contained in:
Zweihorn 2019-05-18 10:26:52 +02:00 committed by Yves Quemener
parent 4e12030bab
commit 4b99c82c73
1 changed files with 1 additions and 1 deletions

View File

@ -118,7 +118,7 @@ minetest.register_craft( {
recipe = {
{"farming:string", "farming:string"},
{"farming:string", "farming:string"},
{"default:stick", ""}
{"group:stick", ""}
}
})