change cotton to paper recipe so it doesnt conflict with ropes mod

This commit is contained in:
TenPlus1 2020-07-08 17:03:26 +01:00
parent 90517b171c
commit fb8a812a17

View File

@ -111,11 +111,10 @@ end -- END if
-- Paper (2x3 string = 4 paper)
minetest.register_craft({
output = "default:paper 4",
output = "default:paper 2",
recipe = {
{"farming:cotton", "farming:cotton"},
{"farming:cotton", "farming:cotton"},
{"farming:cotton", "farming:cotton"},
{"farming:cotton", "farming:cotton"}
}
})