View Issue Details

IDProjectCategoryView StatusLast Update
0000426Industrial-Craft²crossmod-compatibility / submodules / APIpublic2013-06-10 10:13
ReporterTheOJO Assigned ToPlayer  
PrioritynormalSeverityminorReproducibilityalways
Status resolvedResolutionfixed 
Summary0000426: Crash when using crop-ID not following directly to the already used once
DescriptionIf you add your own crop with the API and give it e.g. an id of 50, minecraft will crash when the crop is rendered if there is a id smaller than 50 which in not assigned to an other crop. This could be solved by editing the method IC2Crops.startSpriteRegistration(). If you change the line "if (cropCard == null) break;" to "if (cropCard == null) continue;", the images of all existing crops will be registered. Maybe this is on purpose, but it creates errors if you don't know that all Ids have to be with out a gap.
TagsNo tags attached.
Minecraft Version

Activities

Player

2013-06-10 10:13

administrator   ~0001054

fixed, ty

Issue History

Date Modified Username Field Change
2013-06-02 12:36 TheOJO New Issue
2013-06-10 10:13 Player Note Added: 0001054
2013-06-10 10:13 Player Status new => resolved
2013-06-10 10:13 Player Resolution open => fixed
2013-06-10 10:13 Player Assigned To => Player