mirror of
https://github.com/Ellpeck/ActuallyAdditions.git
synced 2024-11-25 16:38:33 +01:00
asie is a twat
This commit is contained in:
parent
2b630a7ad6
commit
8594854685
1 changed files with 2 additions and 3 deletions
|
@ -31,9 +31,8 @@ public final class IMCHandler{
|
|||
};
|
||||
|
||||
public static void doBlockIMC(Block block){
|
||||
if(!ArrayUtils.contains(NO_CARRYING, block.getClass())){
|
||||
FMLInterModComms.sendMessage("charsetlib", "addCarry", block.getRegistryName());
|
||||
}
|
||||
boolean allow = !ArrayUtils.contains(NO_CARRYING, block.getClass());
|
||||
FMLInterModComms.sendMessage("charsetlib", (allow ? "add" : "remove")+"Carry", block.getRegistryName());
|
||||
}
|
||||
|
||||
public static void doItemIMC(Item item){
|
||||
|
|
Loading…
Reference in a new issue