View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0001835 | Industrial-Craft² | Agriculture / crops / Boozeception | public | 2016-04-03 10:40 | 2016-04-04 16:05 |
Reporter | Techlone | Assigned To | estebes | ||
Priority | low | Severity | tweak | Reproducibility | always |
Status | resolved | Resolution | fixed | ||
Product Version | Builds for MC 1.7.10 | ||||
Summary | 0001835: AirQuality calculation bug | ||||
Description | TileEntityCrop 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. | ||||
Tags | No tags attached. | ||||
Minecraft Version | |||||
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 |