View Issue Details

IDProjectCategoryView StatusLast Update
0001835Industrial-Craft²Agriculture / crops / Boozeceptionpublic2016-04-04 16:05
ReporterTechlone Assigned Toestebes  
PrioritylowSeveritytweakReproducibilityalways
Status resolvedResolutionfixed 
Product VersionBuilds for MC 1.7.10 
Summary0001835: AirQuality calculation bug
DescriptionTileEntityCrop class
updateAirQuality method

for(int x = this.xCoord - 1; x < this.xCoord + 1 && fresh > 0; ++x)
    for(int z = this.zCoord - 1; z < this.zCoord + 1 && fresh > 0; ++z)

"x < this.xCoord + 1" must be "x <= this.xCoord + 1"
The same with Z coord.
TagsNo tags attached.
Minecraft Version

Activities

Aroma1997

2016-04-03 18:39

developer   ~0004412

What minecraft version?

Techlone

2016-04-04 07:47

reporter   ~0004416

Oops forgot it.
Minecraft 1.7.10
IC2 2.2.817

Issue History

Date Modified Username Field Change
2016-04-03 10:40 Techlone New Issue
2016-04-03 18:39 Aroma1997 Note Added: 0004412
2016-04-04 07:47 Techlone Note Added: 0004416
2016-04-04 09:43 Aroma1997 Assigned To => estebes
2016-04-04 09:43 Aroma1997 Status new => assigned
2016-04-04 09:43 Aroma1997 Product Version => Builds for MC 1.7.10
2016-04-04 16:05 estebes Status assigned => resolved
2016-04-04 16:05 estebes Resolution open => fixed