diff --git a/crops.txt b/crops.txt index b3a52e9..12fc98b 100644 --- a/crops.txt +++ b/crops.txt @@ -1,5 +1,5 @@ name,enabled,hijack,next_plant,rarety,rarety_grass_drop,rarety_junglegrass_drop,steps,harvest_max,eat_hp,to_culture,to_dig,has_harvest,on_soil,is_bush,punchable,wiltable,infectable,infection_defence,seed_extractable,no_seed,use_flail,use_trellis,for_coffee,seed_roastable,seed_grindable,for_flour,snappy,damage_per_second,liquid_viscosity,temperature_min,temperature_max,humidity_min,humidity_max,elevation_min,elevation_max,light_min,light_max,infect_rate_base,infect_rate_monoculture,spread_rate,grow_time_mean,wilt_time,straw,culture_rate,seed_drop,grind,roast -default,1,,,10,,,8,3,1,,,,,,,,,,,,,,,,,,3,,,15,80,10,80,-20,200,11,14,1000,90,1,60,1200,,,,, +default,1,,,10,,,8,3,1,,,,,,,,,,,,,,,,,,3,,,15,80,10,80,-20,200,11,14,1000,90,1,120,6400,,,,, barley,1,,,10,15,,7,,,,,1,1,,,2,1,,,,1,,1,3,,1,3,,2,25,,30,,,,,,,,,,,farming:straw,,,farming:flour,farming:grain_roasted beetroot,1,,,10,,,5,,2,,1,,1,,,,,,,,,,,,,,3,,,35,,30,,,,9,,,,,,,,,,, blackberry,1,,,10,,,4,,,,,,,1,1,1,,,,,,,,,,,3,1,4,,90,20,,,,9,,,,,,,,,,, diff --git a/nodes_register.lua b/nodes_register.lua index 25f4d4c..78938dc 100644 --- a/nodes_register.lua +++ b/nodes_register.lua @@ -86,6 +86,7 @@ farming.register_plant = function(def) else def.harvest_name = def.step_name end + print(def.harvest_name) farming.register_harvest(def) else def.harvest_name=def.seed_name