
Ticking crash from rice crop
viceroy369 opened this issue ยท 8 comments
Can you paste your config file? config/growthcraft/growthcraft_rice.cfg
According to the stack trace, RiceCrop is trying to get its drops list and for some reason the growthcraft is checking if valoegheses_be:brushland_grass has the is_radioactive property and that should only be applied to growthcraft blocks.
A screen shot of the affected area would help as well.
I hadn't touched the Growthcraft configs so it's just the default settings. Unfortunately I deleted the test world this occurred in but it was in a village.
Oh neat. Yeah I haven't touched the configs either and am running the same issue.
@Alatyami, @EightBlade, @viceroy369
There should be a check here to ensure you're looking at a PaddyBlock, it's likely caused by a worldgen mistake.
The paddy was generated along with the rice, then something quietly replaced the paddy without triggering the neighbour changed callbacks which would cause the rice to drop as an item.
I'm very curious though, is isRadioactive
now a thing in minecraft's base? or is it some interface that's being implemented indirectly
@IceDragon200 , that makes sense ... thanks.