View Issue Details

IDProjectCategoryView StatusLast Update
0001341Industrial-Craft²crossmod-compatibility / submodules / APIpublic2014-08-25 09:56
Reporterjudos Assigned ToPlayer  
PrioritynormalSeveritytrivialReproducibilityalways
Status assignedResolutionopen 
OSWindowsOS Version8.1 
Product VersionBuilds for MC 1.7.10 
Summary0001341: Potion id overlaps
DescriptionRadiation gets the same potion effect id as my test mod. I allocate the potion id however based on free slots in minecrafts potion array (dynamically).
Steps To ReproduceGet some other mod and wear some Uranium fuel cells. If the other mod was initialized before ic2 was, then the radiation will also trigger the other potion effect, because of potion id conflict.
Additional InformationSee in the appendix, how my potion is allocated. In the constructor getNextPotionId() is called, which searches a new null element in the potion array.
TagsNo tags attached.
Minecraft Version

Activities

judos

2014-08-25 09:19

reporter  

AbstractPotion.java (2,055 bytes)

Issue History

Date Modified Username Field Change
2014-08-25 09:19 judos New Issue
2014-08-25 09:19 judos File Added: AbstractPotion.java
2014-08-25 09:56 Thunderdark Assigned To => Player
2014-08-25 09:56 Thunderdark Status new => assigned