change cotton to paper recipe

master
TenPlus1 2020-07-08 17:59:49 +01:00
parent fb8a812a17
commit 4b020b2d20
1 changed files with 1 additions and 2 deletions

View File

@ -113,8 +113,7 @@ end -- END if
minetest.register_craft({
output = "default:paper 2",
recipe = {
{"farming:cotton", "farming:cotton"},
{"farming:cotton", "farming:cotton"}
{"farming:cotton", "farming:cotton", "farming:cotton"}
}
})