Formatting!
This commit is contained in:
parent
d240daf958
commit
8c4eff0d81
30 changed files with 301 additions and 225 deletions
|
@ -30,7 +30,8 @@ public class IMCHandler
|
|||
if (message.key.equals("transpositionBlacklist") && message.isItemStackMessage())
|
||||
{
|
||||
ItemStack stack = message.getItemStackValue();
|
||||
if (stack.getItem() instanceof ItemBlock) {
|
||||
if (stack.getItem() instanceof ItemBlock)
|
||||
{
|
||||
Block block = Block.getBlockFromItem(stack.getItem());
|
||||
BloodMagicAPI.addToTranspositionBlacklist(block, stack.getItemDamage());
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue