Skip to content

Commit

Permalink
fix package craft
Browse files Browse the repository at this point in the history
  • Loading branch information
Elkien3 committed Dec 12, 2022
1 parent cf875c9 commit af93076
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mods/package/init.lua
Original file line number Diff line number Diff line change
Expand Up @@ -148,8 +148,8 @@ minetest.register_craft({
type = "shaped",
output = "package:package",
recipe = {
{"", "", ""},
{"default:paper", "default:paper", "default:paper"},
{"default:paper", "", "default:paper"},
{"default:paper", "default:paper", "default:paper"}
}
})
Expand Down

0 comments on commit af93076

Please sign in to comment.