Skip to content

Commit

Permalink
Slimes In A Bucket
Browse files Browse the repository at this point in the history
  • Loading branch information
TehStoneMan committed Nov 7, 2017
1 parent b195cbe commit b6bf393
Show file tree
Hide file tree
Showing 21 changed files with 736 additions and 511 deletions.

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,9 @@ public final class BetterStorageItems
public static ItemCardboardArmor CARDBOARD_LEGGINGS = new ItemCardboardArmor( EntityEquipmentSlot.LEGS );
public static ItemCardboardArmor CARDBOARD_BOOTS = new ItemCardboardArmor( EntityEquipmentSlot.FEET );

public static ItemBucketSlime SLIME_BUCKET = new ItemBucketSlime();

// public static ItemDrinkingHelmet drinkingHelmet;
// public static ItemBucketSlime SLIME_BUCKET;
// public static ItemPresentBook PRESENT_BOOK;

public static boolean anyCardboardItemsEnabled;
Expand Down Expand Up @@ -78,10 +79,7 @@ public static void registerItemModels()
if( BetterStorage.config.cardboardBootsEnabled )
CARDBOARD_BOOTS.registerItemModels();

/*
* if( BetterStorage.globalConfig.getBoolean( GlobalConfig.slimeBucketEnabled ) )
* ModelLoader.setCustomModelResourceLocation( SLIME_BUCKET, 0,
* new ModelResourceLocation( SLIME_BUCKET.getRegistryName(), "inventory" ) );
*/
if( BetterStorage.config.slimeBucketEnabled )
SLIME_BUCKET.registerItemModels();
}
}
Loading

0 comments on commit b6bf393

Please sign in to comment.