mirror of
https://github.com/minetest-mods/ropes.git
synced 2024-12-28 08:37:30 +01:00
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:
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
|
||||
|
Loading…
Reference in New Issue
Block a user