View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0002143 | Industrial-Craft² | crossmod-compatibility / submodules / API | public | 2017-04-08 13:16 | 2017-04-08 16:50 |
Reporter | HellFirePvP | Assigned To | Chocohead | ||
Priority | normal | Severity | trivial | Reproducibility | always |
Status | resolved | Resolution | fixed | ||
Fixed in Version | Builds for MC 1.10.x | ||||
Summary | 0002143: Rubber Sapling not firing SaplingGrow Event | ||||
Description | As the summary line says, the Ic2Sapling doesn't fire the TerrainGen Event that would inform mods that a sapling just grows and is therefore not cancellable. Proposed fix: Just add if (!net.minecraftforge.event.terraingen.TerrainGen.saplingGrowTree(worldIn, rand, pos)) return; right before the worldGenerator to allow for mods to see, check & potentially deny tree spawning if it's "unfitting" for the given position or whatever. Thanks in advance. | ||||
Tags | No tags attached. | ||||
Minecraft Version | 1.10.2 | ||||
Date Modified | Username | Field | Change |
---|---|---|---|
2017-04-08 13:16 | HellFirePvP | New Issue | |
2017-04-08 16:50 | Chocohead | Note Added: 0005119 | |
2017-04-08 16:50 | Chocohead | Status | new => resolved |
2017-04-08 16:50 | Chocohead | Fixed in Version | => Builds for MC 1.10.x |
2017-04-08 16:50 | Chocohead | Resolution | open => fixed |
2017-04-08 16:50 | Chocohead | Assigned To | => Chocohead |