Normalized code formatting.
This commit is contained in:
parent
b1db7c5152
commit
134b11f177
122 changed files with 944 additions and 697 deletions
|
@ -8,10 +8,13 @@ import net.minecraftforge.fml.common.registry.GameRegistry;
|
|||
import WayofTime.bloodmagic.api.BloodMagicAPI;
|
||||
import WayofTime.bloodmagic.util.Utils;
|
||||
|
||||
public class IMCHandler {
|
||||
public class IMCHandler
|
||||
{
|
||||
|
||||
public static void handleIMC(FMLInterModComms.IMCEvent event) {
|
||||
for (FMLInterModComms.IMCMessage message : event.getMessages()) {
|
||||
public static void handleIMC(FMLInterModComms.IMCEvent event)
|
||||
{
|
||||
for (FMLInterModComms.IMCMessage message : event.getMessages())
|
||||
{
|
||||
if (message.key.equals("teleposerBlacklist") && message.isItemStackMessage())
|
||||
{
|
||||
ItemStack stack = message.getItemStackValue();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue