reduced cotton burn time

Unfortunately cotton doesn't have an official burn time, so I'm just
estimating. 1 seems more in line with existing items than 3, IMO.
This commit is contained in:
FaceDeer 2017-02-04 10:58:53 -07:00
parent 0be6c8d95a
commit 0e8057ecda

@ -38,7 +38,7 @@ minetest.register_craft({
}
})
local cotton_burn_time = 3
local cotton_burn_time = 1
local wood_burn_time = minetest.get_craft_result({method="fuel", width=1, items={ItemStack("default:wood")}}).time
local rope_burn_time = cotton_burn_time * 3
local rope_box_burn_time = wood_burn_time + rope_burn_time * 2