Hyph setfeature

This commit is contained in:
thatsIch
2014-09-20 23:26:30 +02:00
parent c4e20b96ec
commit 279e94ed91
26 changed files with 26 additions and 26 deletions
+1 -1
View File
@@ -69,7 +69,7 @@ public class ItemCrystalSeed extends AEBaseItem implements IGrowableCrystal
public ItemCrystalSeed() {
super( ItemCrystalSeed.class );
setHasSubtypes( true );
setfeature( EnumSet.of( AEFeature.Core ) );
setFeature( EnumSet.of( AEFeature.Core ) );
EntityRegistry.registerModEntity( EntityGrowingCrystal.class, EntityGrowingCrystal.class.getSimpleName(), EntityIds.get( EntityGrowingCrystal.class ),
AppEng.instance, 16, 4, true );