View Issue Details

IDProjectCategoryView StatusLast Update
0001546Industrial-Craft²crossmod-compatibility / submodules / APIpublic2015-03-08 07:10
Reporterxbony2 Assigned ToPlayer  
PrioritynormalSeverityminorReproducibilityalways
Status resolvedResolutionfixed 
OSMac OS XOS Version10.10.2 (14C109) 
Summary0001546: Unable to use API to add Kinetic Wind Rotors
DescriptionIt is not possible to add a new kinetic wind rotor using the IKineticWindRotor interface. This is due to the fact that the (new) windmill will crash if the item in it is not an instance of ItemGradualInt. The problem with that is that other mods (particularly my addon) cannot use ItemGradualInt, because it's constructor requires an InternalName, which is something only IC2 can use.

Also see: https://github.com/xbony2/IndustrialEx/blob/master/src/main/java/xbony2/industrialex/items/DarkSteelKinRotor.java the item tested.
TagsNo tags attached.
Minecraft Version

Activities

Player

2015-03-08 07:10

administrator   ~0003783

Fixed, I also cleaned the interface up, breaking the api there. ICustomDamageItem now provides the functionality of ItemGradualInt.

Issue History

Date Modified Username Field Change
2015-02-28 16:52 xbony2 New Issue
2015-03-08 07:10 Player Note Added: 0003783
2015-03-08 07:10 Player Status new => resolved
2015-03-08 07:10 Player Resolution open => fixed
2015-03-08 07:10 Player Assigned To => Player