Fix conflicting recipe

master
KaylebJay 2019-09-18 07:20:13 -06:00 committed by GitHub
parent 0cbc301b98
commit 7fbf7f0010
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -244,7 +244,7 @@ minetest.register_craft({
output = "xdecor:woodframed_glass",
recipe = {
{"group:stick", "group:stick", "group:stick"},
{"group:stick", "default:glass", "group:stick"},
{"group:stick", "default:obsidian_glass", "group:stick"},
{"group:stick", "group:stick", "group:stick"}
}
})