Item Fixes (More)

- fixed ItemCristalSeed in code please look at that if it is correct :)
- fixed stairs
- added crank item texture
This commit is contained in:
dpeter99 2016-08-22 11:14:09 +02:00
parent d010fc9737
commit 86083712ad
20 changed files with 16 additions and 10 deletions

View file

@ -260,19 +260,19 @@ public class ItemCrystalSeed extends AEBaseItem implements IGrowableCrystal
} }
private static final ModelResourceLocation[] MODELS_CERTUS = { private static final ModelResourceLocation[] MODELS_CERTUS = {
new ModelResourceLocation( "appliedenergistics2:ItemCrystalSeed.Certus" ), new ModelResourceLocation( "appliedenergistics2:crystal_seed_certus" ),
new ModelResourceLocation( "appliedenergistics2:ItemCrystalSeed.Certus2" ), new ModelResourceLocation( "appliedenergistics2:crystal_seed_certus2" ),
new ModelResourceLocation( "appliedenergistics2:ItemCrystalSeed.Certus3" ) new ModelResourceLocation( "appliedenergistics2:crystal_seed_certus3" )
}; };
private static final ModelResourceLocation[] MODELS_FLUIX = { private static final ModelResourceLocation[] MODELS_FLUIX = {
new ModelResourceLocation( "appliedenergistics2:ItemCrystalSeed.Fluix" ), new ModelResourceLocation( "appliedenergistics2:crystal_seed_fluix" ),
new ModelResourceLocation( "appliedenergistics2:ItemCrystalSeed.Fluix2" ), new ModelResourceLocation( "appliedenergistics2:crystal_seed_fluix2" ),
new ModelResourceLocation( "appliedenergistics2:ItemCrystalSeed.Fluix3" ) new ModelResourceLocation( "appliedenergistics2:crystal_seed_fluix3" )
}; };
private static final ModelResourceLocation[] MODELS_NETHER = { private static final ModelResourceLocation[] MODELS_NETHER = {
new ModelResourceLocation( "appliedenergistics2:ItemCrystalSeed.Nether" ), new ModelResourceLocation( "appliedenergistics2:crystal_seed_nether" ),
new ModelResourceLocation( "appliedenergistics2:ItemCrystalSeed.Nether2" ), new ModelResourceLocation( "appliedenergistics2:crystal_seed_nether2" ),
new ModelResourceLocation( "appliedenergistics2:ItemCrystalSeed.Nether3" ) new ModelResourceLocation( "appliedenergistics2:crystal_seed_nether3" )
}; };
@Override @Override

View file

@ -1,7 +1,7 @@
{ {
"variants": { "variants": {
"normal": { "normal": {
"model": "appliedenergistics2:cell_work_bench" "model": "appliedenergistics2:cell_workbench"
} }
} }
} }

View file

@ -0,0 +1,6 @@
{
"parent": "item/generated",
"textures": {
"layer0": "appliedenergistics2:items/crank"
}
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 366 B