mirror of
https://github.com/Ellpeck/ActuallyAdditions.git
synced 2024-11-26 00:38:35 +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){
|
public static void doBlockIMC(Block block){
|
||||||
if(!ArrayUtils.contains(NO_CARRYING, block.getClass())){
|
boolean allow = !ArrayUtils.contains(NO_CARRYING, block.getClass());
|
||||||
FMLInterModComms.sendMessage("charsetlib", "addCarry", block.getRegistryName());
|
FMLInterModComms.sendMessage("charsetlib", (allow ? "add" : "remove")+"Carry", block.getRegistryName());
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
||||||
public static void doItemIMC(Item item){
|
public static void doItemIMC(Item item){
|
||||||
|
|
Loading…
Reference in a new issue