1
0
şunun yansıması https://github.com/FaceDeer/dfcaverns.git eşitlendi 2025-09-17 22:05:30 +02:00

fix typo in grow time, this was using cave wheat's delay multiplier

https://github.com/FaceDeer/dfcaverns/issues/18
Bu işleme şunda yer alıyor:
FaceDeer
2022-07-14 19:11:15 -06:00
ebeveyn 64063bda36
işleme a243b613a3

Dosyayı Görüntüle

@@ -3,7 +3,7 @@ local S = df_farming.S
local displace_x = 0.125
local displace_z = 0.125
local plump_helmet_grow_time = df_farming.config.plant_growth_time * df_farming.config.cave_wheat_delay_multiplier / 4
local plump_helmet_grow_time = df_farming.config.plant_growth_time * df_farming.config.plump_helmet_delay_multiplier / 4
local plump_helmet_on_place = function(itemstack, placer, pointed_thing, plantname)
local pt = pointed_thing