Really stupid things that people have said about Modded MC(Off topicness makes moderators tired)

  • The FTB Forum is now read-only, and is here as an archive. To participate in our community discussions, please join our Discord! https://ftb.team/discord

Is this a good idea?

  • Yes

    Votes: 66 18.2%
  • No

    Votes: 18 5.0%
  • if people don't get out of control

    Votes: 68 18.8%
  • POTATOES

    Votes: 210 58.0%

  • Total voters
    362
Status
Not open for further replies.

Reika

RotaryCraft Dev
FTB Mod Dev
Sep 3, 2013
5,079
5,331
550
Toronto, Canada
sites.google.com
No, I know how you attract them.

I was wondering how you literally find them. I can only imagine it means reading a lot of social media (including forums)... and that would drive me absolutely batty.
Some are sent to me, but a lot come from my scanning of reddit, these forums, and MCF for any mentions of me or my mods, which contrary to what some say is a good way to know what people really think (people are generally more hostile when they think the target of their hostility will not see it), as well as other bugs, ideas, and so on.
 

CoolSquid

New Member
Jul 29, 2019
840
-1,536
0
I don't see why you go to the technic forums, is it just to basically check if any mods are being used without permissions or something?
They have a tendency of calling me witch hunter, and I prefer being aware of all such accusements. I do scan random 3rd party packs once in a while too.
 
  • Like
Reactions: 1SDAN

Strikingwolf

New Member
Jul 29, 2019
3,709
-26
1
Some are sent to me, but a lot come from my scanning of reddit, these forums, and MCF for any mentions of me or my mods, which contrary to what some say is a good way to know what people really think (people are generally more hostile when they think the target of their hostility will not see it), as well as other bugs, ideas, and so on.
After one reddit search I find an instance of spreading rumors about you
http://www.reddit.com/r/resonant_rise/comments/2nsjyj/adding_rotarycraft_to_rr3/cmgykw6
 

ljfa

New Member
Jul 29, 2019
2,761
-46
0
  • Like
Reactions: 1SDAN

ljfa

New Member
Jul 29, 2019
2,761
-46
0
How is that related to the fact that I want to be aware of people lying about me?
Well I can of course understand that you want to be aware of negative things said about you. Talking bad behind someone's back is bad.
My point is that you're occasionally doing that as well, which is equally as bad as when they're doing it.
No offense mate.
 

Celestialphoenix

Too Much Free Time
Nov 9, 2012
3,741
3,204
333
Tartarus.. I mean at work. Same thing really.
I wish more people would at least TRY to read them.

So do I.
The amount of times an interesting discussion has been interrupted with "I just broke it- fix please", and then several tech posts later the interesting conversation is dead. Sadly the community seems very adverse to using a dedicated tech support thread.

In my opinion, these kinds of people (deliberately trying to destroy someone's reputation) have forfeit their right to exist.

The right to free speech comes with the responsibility to accept the consequences of doing so.
Incidentally it doesn't grant the right to a platform- access to one [in this case a forum] is a privilege.
People have a habit of hearing 'I have the right to free speech' without listening to the rest.​

I had some brilliant angry emails on Youtube from people who's comments I deleted/didn't approve. And a couple for having comments set to approval only.
 

CoolSquid

New Member
Jul 29, 2019
840
-1,536
0
Bytecode looks good...
Code:
  // access flags 0x1
  public preInit(Lcpw/mods/fml/common/event/FMLPreInitializationEvent;)V
  @Lcpw/mods/fml/common/Mod$EventHandler;()
  L0
  LINENUMBER 81 L0
  ICONST_1
  ANEWARRAY java/lang/Object
  DUP
  ICONST_0
  L1
  LINENUMBER 53 L1
  LDC "Preinitializing."
  AASTORE
  INVOKESTATIC com/github/coolsquid/squidapi/helpers/LogHelper.info ([Ljava/lang/Object;)V
  L2
  LINENUMBER 55 L2
  INVOKESTATIC com/github/coolsquid/squidapi/handlers/CommonHandler.init ()V
  L3
  LINENUMBER 57 L3
  NEW com/github/coolsquid/squidapi/config/ConfigHandler
  DUP
  ALOAD 1
  INVOKEVIRTUAL cpw/mods/fml/common/event/FMLPreInitializationEvent.getSuggestedConfigurationFile ()Ljava/io/File;
  INVOKESPECIAL com/github/coolsquid/squidapi/config/ConfigHandler.<init> (Ljava/io/File;)V
  INVOKEVIRTUAL com/github/coolsquid/squidapi/config/ConfigHandler.preInit ()V
  L4
  LINENUMBER 59 L4
  GETSTATIC com/github/coolsquid/squidapi/util/Utils.developmentEnvironment : Z
  IFNE L5
  GETSTATIC com/github/coolsquid/squidapi/config/ConfigHandler.cleanMenu : Z
  IFEQ L6
  L5
  LINENUMBER 60 L5
  FRAME SAME
  LDC Lnet/minecraftforge/common/ForgeVersion;.class
  INVOKESTATIC com/github/coolsquid/squidapi/reflection/ReflectionHelper.in (Ljava/lang/Class;)Lcom/github/coolsquid/squidapi/reflection/ReflectionHelper;
  LDC "status"
  LDC "status"
  INVOKEVIRTUAL com/github/coolsquid/squidapi/reflection/ReflectionHelper.field (Ljava/lang/String;Ljava/lang/String;)Lcom/github/coolsquid/squidapi/reflection/FieldHelper;
  GETSTATIC net/minecraftforge/common/ForgeVersion$Status.UP_TO_DATE : Lnet/minecraftforge/common/ForgeVersion$Status;
  INVOKEVIRTUAL com/github/coolsquid/squidapi/reflection/FieldHelper.set (Ljava/lang/Object;)V
  L7
  LINENUMBER 61 L7
  LDC Lcpw/mods/fml/common/FMLCommonHandler;.class
  INVOKESTATIC com/github/coolsquid/squidapi/reflection/ReflectionHelper.in (Ljava/lang/Class;)Lcom/github/coolsquid/squidapi/reflection/ReflectionHelper;
  LDC "brandings"
  LDC "brandings"
  INVOKEVIRTUAL com/github/coolsquid/squidapi/reflection/ReflectionHelper.field (Ljava/lang/String;Ljava/lang/String;)Lcom/github/coolsquid/squidapi/reflection/FieldHelper;
  INVOKESTATIC cpw/mods/fml/common/FMLCommonHandler.instance ()Lcpw/mods/fml/common/FMLCommonHandler;
  ICONST_0
  ANEWARRAY java/lang/Object
  INVOKESTATIC com/github/coolsquid/squidapi/util/Utils.newList ([Ljava/lang/Object;)Ljava/util/List;
  INVOKEVIRTUAL com/github/coolsquid/squidapi/reflection/FieldHelper.set (Ljava/lang/Object;Ljava/lang/Object;)V
  L8
  LINENUMBER 62 L8
  LDC Lcpw/mods/fml/common/FMLCommonHandler;.class
  INVOKESTATIC com/github/coolsquid/squidapi/reflection/ReflectionHelper.in (Ljava/lang/Class;)Lcom/github/coolsquid/squidapi/reflection/ReflectionHelper;
  LDC "brandingsNoMC"
  LDC "brandingsNoMC"
  INVOKEVIRTUAL com/github/coolsquid/squidapi/reflection/ReflectionHelper.field (Ljava/lang/String;Ljava/lang/String;)Lcom/github/coolsquid/squidapi/reflection/FieldHelper;
  INVOKESTATIC cpw/mods/fml/common/FMLCommonHandler.instance ()Lcpw/mods/fml/common/FMLCommonHandler;
  ICONST_0
  ANEWARRAY java/lang/Object
  INVOKESTATIC com/github/coolsquid/squidapi/util/Utils.newList ([Ljava/lang/Object;)Ljava/util/List;
  INVOKEVIRTUAL com/github/coolsquid/squidapi/reflection/FieldHelper.set (Ljava/lang/Object;Ljava/lang/Object;)V
  L6
  LINENUMBER 64 L6
  FRAME SAME
  GETSTATIC com/github/coolsquid/squidapi/config/ConfigHandler.branding : Ljava/lang/String;
  LDC ""
  INVOKEVIRTUAL java/lang/String.equals (Ljava/lang/Object;)Z
  IFNE L9
  L10
  LINENUMBER 65 L10
  LDC Lcpw/mods/fml/common/FMLCommonHandler;.class
  INVOKESTATIC com/github/coolsquid/squidapi/reflection/ReflectionHelper.in (Ljava/lang/Class;)Lcom/github/coolsquid/squidapi/reflection/ReflectionHelper;
  LDC "brandings"
  LDC "brandings"
  INVOKEVIRTUAL com/github/coolsquid/squidapi/reflection/ReflectionHelper.field (Ljava/lang/String;Ljava/lang/String;)Lcom/github/coolsquid/squidapi/reflection/FieldHelper;
  INVOKESTATIC cpw/mods/fml/common/FMLCommonHandler.instance ()Lcpw/mods/fml/common/FMLCommonHandler;
  ICONST_1
  ANEWARRAY java/lang/Object
  DUP
  ICONST_0
  GETSTATIC com/github/coolsquid/squidapi/config/ConfigHandler.branding : Ljava/lang/String;
  AASTORE
  INVOKESTATIC com/github/coolsquid/squidapi/util/Utils.newList ([Ljava/lang/Object;)Ljava/util/List;
  INVOKEVIRTUAL com/github/coolsquid/squidapi/reflection/FieldHelper.set (Ljava/lang/Object;Ljava/lang/Object;)V
  L11
  LINENUMBER 66 L11
  LDC Lcpw/mods/fml/common/FMLCommonHandler;.class
  INVOKESTATIC com/github/coolsquid/squidapi/reflection/ReflectionHelper.in (Ljava/lang/Class;)Lcom/github/coolsquid/squidapi/reflection/ReflectionHelper;
  LDC "brandingsNoMC"
  LDC "brandingsNoMC"
  INVOKEVIRTUAL com/github/coolsquid/squidapi/reflection/ReflectionHelper.field (Ljava/lang/String;Ljava/lang/String;)Lcom/github/coolsquid/squidapi/reflection/FieldHelper;
  INVOKESTATIC cpw/mods/fml/common/FMLCommonHandler.instance ()Lcpw/mods/fml/common/FMLCommonHandler;
  ICONST_1
  ANEWARRAY java/lang/Object
  DUP
  ICONST_0
  GETSTATIC com/github/coolsquid/squidapi/config/ConfigHandler.branding : Ljava/lang/String;
  AASTORE
  INVOKESTATIC com/github/coolsquid/squidapi/util/Utils.newList ([Ljava/lang/Object;)Ljava/util/List;
  INVOKEVIRTUAL com/github/coolsquid/squidapi/reflection/FieldHelper.set (Ljava/lang/Object;Ljava/lang/Object;)V
  L9
  LINENUMBER 69 L9
  FRAME SAME
  LDC "DragonAPI"
  INVOKESTATIC cpw/mods/fml/common/Loader.isModLoaded (Ljava/lang/String;)Z
  IFNE L12
  GETSTATIC com/github/coolsquid/squidapi/config/ConfigHandler.maxPotionId : I
  BIPUSH 32
  IF_ICMPEQ L12
  ICONST_3
  ANEWARRAY java/lang/Object
  DUP
  ICONST_0
  L13
  LINENUMBER 70 L13
  LDC "Setting the max potion id to "
  AASTORE
  DUP
  ICONST_1
  GETSTATIC com/github/coolsquid/squidapi/config/ConfigHandler.maxPotionId : I
  INVOKESTATIC java/lang/Integer.valueOf (I)Ljava/lang/Integer;
  AASTORE
  DUP
  ICONST_2
  LDC "."
  AASTORE
  INVOKESTATIC com/github/coolsquid/squidapi/helpers/LogHelper.info ([Ljava/lang/Object;)V
  L14
  LINENUMBER 71 L14
  LDC Lnet/minecraft/potion/Potion;.class
  INVOKESTATIC com/github/coolsquid/squidapi/reflection/ReflectionHelper.in (Ljava/lang/Class;)Lcom/github/coolsquid/squidapi/reflection/ReflectionHelper;
  LDC "potionTypes"
  LDC "field_76425_a"
  INVOKEVIRTUAL com/github/coolsquid/squidapi/reflection/ReflectionHelper.finalField (Ljava/lang/String;Ljava/lang/String;)Lcom/github/coolsquid/squidapi/reflection/FieldHelper;
  GETSTATIC net/minecraft/potion/Potion.potionTypes : [Lnet/minecraft/potion/Potion;
  GETSTATIC com/github/coolsquid/squidapi/config/ConfigHandler.maxPotionId : I
  INVOKESTATIC java/util/Arrays.copyOf ([Ljava/lang/Object;I)[Ljava/lang/Object;
  INVOKEVIRTUAL com/github/coolsquid/squidapi/reflection/FieldHelper.set (Ljava/lang/Object;)V
  L12
  LINENUMBER 73 L12
  FRAME SAME
  GETSTATIC com/github/coolsquid/squidapi/config/ConfigHandler.maxBiomeId : I
  SIPUSH 256
  IF_ICMPEQ L15
  ICONST_3
  ANEWARRAY java/lang/Object
  DUP
  ICONST_0
  L16
  LINENUMBER 74 L16
  LDC "Setting the max biome id to "
  AASTORE
  DUP
  ICONST_1
  GETSTATIC com/github/coolsquid/squidapi/config/ConfigHandler.maxBiomeId : I
  INVOKESTATIC java/lang/Integer.valueOf (I)Ljava/lang/Integer;
  AASTORE
  DUP
  ICONST_2
  LDC "."
  AASTORE
  INVOKESTATIC com/github/coolsquid/squidapi/helpers/LogHelper.info ([Ljava/lang/Object;)V
  L17
  LINENUMBER 75 L17
  LDC Lnet/minecraft/world/biome/BiomeGenBase;.class
  INVOKESTATIC com/github/coolsquid/squidapi/reflection/ReflectionHelper.in (Ljava/lang/Class;)Lcom/github/coolsquid/squidapi/reflection/ReflectionHelper;
  LDC "biomeList"
  LDC "field_76773_a"
  INVOKEVIRTUAL com/github/coolsquid/squidapi/reflection/ReflectionHelper.finalField (Ljava/lang/String;Ljava/lang/String;)Lcom/github/coolsquid/squidapi/reflection/FieldHelper;
  INVOKESTATIC net/minecraft/world/biome/BiomeGenBase.getBiomeGenArray ()[Lnet/minecraft/world/biome/BiomeGenBase;
  GETSTATIC com/github/coolsquid/squidapi/config/ConfigHandler.maxBiomeId : I
  INVOKESTATIC java/util/Arrays.copyOf ([Ljava/lang/Object;I)[Ljava/lang/Object;
  INVOKEVIRTUAL com/github/coolsquid/squidapi/reflection/FieldHelper.set (Ljava/lang/Object;)V
  L15
  FRAME SAME
  ICONST_4
  ANEWARRAY java/lang/String
  DUP
  ICONST_0
  L18
  LINENUMBER 78 L18
  LDC "RotaryCraft"
  AASTORE
  DUP
  ICONST_1
  LDC "ReactorCraft"
  AASTORE
  DUP
  ICONST_2
  LDC "ElectriCraft"
  AASTORE
  DUP
  ICONST_3
  LDC "ChromatiCraft"
  AASTORE
  INVOKESTATIC com/github/coolsquid/squidapi/util/ContentRemover.blacklist ([Ljava/lang/String;)V
  ICONST_1
  ANEWARRAY java/lang/Object
  DUP
  ICONST_0
  L19
  LINENUMBER 80 L19
  LDC "Finished preinitialization."
  AASTORE
  INVOKESTATIC com/github/coolsquid/squidapi/helpers/LogHelper.info ([Ljava/lang/Object;)V
  RETURN
  L20
  LOCALVARIABLE this Lcom/github/coolsquid/squidapi/SquidAPI; L0 L20 0
  LOCALVARIABLE event Lcpw/mods/fml/common/event/FMLPreInitializationEvent; L0 L20 1
  MAXSTACK = 6
  MAXLOCALS = 2
 

Reika

RotaryCraft Dev
FTB Mod Dev
Sep 3, 2013
5,079
5,331
550
Toronto, Canada
sites.google.com
Bytecode looks good...
Code:
  // access flags 0x1
  public preInit(Lcpw/mods/fml/common/event/FMLPreInitializationEvent;)V
  @Lcpw/mods/fml/common/Mod$EventHandler;()
  L0
  LINENUMBER 81 L0
  ICONST_1
  ANEWARRAY java/lang/Object
  DUP
  ICONST_0
  L1
  LINENUMBER 53 L1
  LDC "Preinitializing."
  AASTORE
  INVOKESTATIC com/github/coolsquid/squidapi/helpers/LogHelper.info ([Ljava/lang/Object;)V
  L2
  LINENUMBER 55 L2
  INVOKESTATIC com/github/coolsquid/squidapi/handlers/CommonHandler.init ()V
  L3
  LINENUMBER 57 L3
  NEW com/github/coolsquid/squidapi/config/ConfigHandler
  DUP
  ALOAD 1
  INVOKEVIRTUAL cpw/mods/fml/common/event/FMLPreInitializationEvent.getSuggestedConfigurationFile ()Ljava/io/File;
  INVOKESPECIAL com/github/coolsquid/squidapi/config/ConfigHandler.<init> (Ljava/io/File;)V
  INVOKEVIRTUAL com/github/coolsquid/squidapi/config/ConfigHandler.preInit ()V
  L4
  LINENUMBER 59 L4
  GETSTATIC com/github/coolsquid/squidapi/util/Utils.developmentEnvironment : Z
  IFNE L5
  GETSTATIC com/github/coolsquid/squidapi/config/ConfigHandler.cleanMenu : Z
  IFEQ L6
  L5
  LINENUMBER 60 L5
  FRAME SAME
  LDC Lnet/minecraftforge/common/ForgeVersion;.class
  INVOKESTATIC com/github/coolsquid/squidapi/reflection/ReflectionHelper.in (Ljava/lang/Class;)Lcom/github/coolsquid/squidapi/reflection/ReflectionHelper;
  LDC "status"
  LDC "status"
  INVOKEVIRTUAL com/github/coolsquid/squidapi/reflection/ReflectionHelper.field (Ljava/lang/String;Ljava/lang/String;)Lcom/github/coolsquid/squidapi/reflection/FieldHelper;
  GETSTATIC net/minecraftforge/common/ForgeVersion$Status.UP_TO_DATE : Lnet/minecraftforge/common/ForgeVersion$Status;
  INVOKEVIRTUAL com/github/coolsquid/squidapi/reflection/FieldHelper.set (Ljava/lang/Object;)V
  L7
  LINENUMBER 61 L7
  LDC Lcpw/mods/fml/common/FMLCommonHandler;.class
  INVOKESTATIC com/github/coolsquid/squidapi/reflection/ReflectionHelper.in (Ljava/lang/Class;)Lcom/github/coolsquid/squidapi/reflection/ReflectionHelper;
  LDC "brandings"
  LDC "brandings"
  INVOKEVIRTUAL com/github/coolsquid/squidapi/reflection/ReflectionHelper.field (Ljava/lang/String;Ljava/lang/String;)Lcom/github/coolsquid/squidapi/reflection/FieldHelper;
  INVOKESTATIC cpw/mods/fml/common/FMLCommonHandler.instance ()Lcpw/mods/fml/common/FMLCommonHandler;
  ICONST_0
  ANEWARRAY java/lang/Object
  INVOKESTATIC com/github/coolsquid/squidapi/util/Utils.newList ([Ljava/lang/Object;)Ljava/util/List;
  INVOKEVIRTUAL com/github/coolsquid/squidapi/reflection/FieldHelper.set (Ljava/lang/Object;Ljava/lang/Object;)V
  L8
  LINENUMBER 62 L8
  LDC Lcpw/mods/fml/common/FMLCommonHandler;.class
  INVOKESTATIC com/github/coolsquid/squidapi/reflection/ReflectionHelper.in (Ljava/lang/Class;)Lcom/github/coolsquid/squidapi/reflection/ReflectionHelper;
  LDC "brandingsNoMC"
  LDC "brandingsNoMC"
  INVOKEVIRTUAL com/github/coolsquid/squidapi/reflection/ReflectionHelper.field (Ljava/lang/String;Ljava/lang/String;)Lcom/github/coolsquid/squidapi/reflection/FieldHelper;
  INVOKESTATIC cpw/mods/fml/common/FMLCommonHandler.instance ()Lcpw/mods/fml/common/FMLCommonHandler;
  ICONST_0
  ANEWARRAY java/lang/Object
  INVOKESTATIC com/github/coolsquid/squidapi/util/Utils.newList ([Ljava/lang/Object;)Ljava/util/List;
  INVOKEVIRTUAL com/github/coolsquid/squidapi/reflection/FieldHelper.set (Ljava/lang/Object;Ljava/lang/Object;)V
  L6
  LINENUMBER 64 L6
  FRAME SAME
  GETSTATIC com/github/coolsquid/squidapi/config/ConfigHandler.branding : Ljava/lang/String;
  LDC ""
  INVOKEVIRTUAL java/lang/String.equals (Ljava/lang/Object;)Z
  IFNE L9
  L10
  LINENUMBER 65 L10
  LDC Lcpw/mods/fml/common/FMLCommonHandler;.class
  INVOKESTATIC com/github/coolsquid/squidapi/reflection/ReflectionHelper.in (Ljava/lang/Class;)Lcom/github/coolsquid/squidapi/reflection/ReflectionHelper;
  LDC "brandings"
  LDC "brandings"
  INVOKEVIRTUAL com/github/coolsquid/squidapi/reflection/ReflectionHelper.field (Ljava/lang/String;Ljava/lang/String;)Lcom/github/coolsquid/squidapi/reflection/FieldHelper;
  INVOKESTATIC cpw/mods/fml/common/FMLCommonHandler.instance ()Lcpw/mods/fml/common/FMLCommonHandler;
  ICONST_1
  ANEWARRAY java/lang/Object
  DUP
  ICONST_0
  GETSTATIC com/github/coolsquid/squidapi/config/ConfigHandler.branding : Ljava/lang/String;
  AASTORE
  INVOKESTATIC com/github/coolsquid/squidapi/util/Utils.newList ([Ljava/lang/Object;)Ljava/util/List;
  INVOKEVIRTUAL com/github/coolsquid/squidapi/reflection/FieldHelper.set (Ljava/lang/Object;Ljava/lang/Object;)V
  L11
  LINENUMBER 66 L11
  LDC Lcpw/mods/fml/common/FMLCommonHandler;.class
  INVOKESTATIC com/github/coolsquid/squidapi/reflection/ReflectionHelper.in (Ljava/lang/Class;)Lcom/github/coolsquid/squidapi/reflection/ReflectionHelper;
  LDC "brandingsNoMC"
  LDC "brandingsNoMC"
  INVOKEVIRTUAL com/github/coolsquid/squidapi/reflection/ReflectionHelper.field (Ljava/lang/String;Ljava/lang/String;)Lcom/github/coolsquid/squidapi/reflection/FieldHelper;
  INVOKESTATIC cpw/mods/fml/common/FMLCommonHandler.instance ()Lcpw/mods/fml/common/FMLCommonHandler;
  ICONST_1
  ANEWARRAY java/lang/Object
  DUP
  ICONST_0
  GETSTATIC com/github/coolsquid/squidapi/config/ConfigHandler.branding : Ljava/lang/String;
  AASTORE
  INVOKESTATIC com/github/coolsquid/squidapi/util/Utils.newList ([Ljava/lang/Object;)Ljava/util/List;
  INVOKEVIRTUAL com/github/coolsquid/squidapi/reflection/FieldHelper.set (Ljava/lang/Object;Ljava/lang/Object;)V
  L9
  LINENUMBER 69 L9
  FRAME SAME
  LDC "DragonAPI"
  INVOKESTATIC cpw/mods/fml/common/Loader.isModLoaded (Ljava/lang/String;)Z
  IFNE L12
  GETSTATIC com/github/coolsquid/squidapi/config/ConfigHandler.maxPotionId : I
  BIPUSH 32
  IF_ICMPEQ L12
  ICONST_3
  ANEWARRAY java/lang/Object
  DUP
  ICONST_0
  L13
  LINENUMBER 70 L13
  LDC "Setting the max potion id to "
  AASTORE
  DUP
  ICONST_1
  GETSTATIC com/github/coolsquid/squidapi/config/ConfigHandler.maxPotionId : I
  INVOKESTATIC java/lang/Integer.valueOf (I)Ljava/lang/Integer;
  AASTORE
  DUP
  ICONST_2
  LDC "."
  AASTORE
  INVOKESTATIC com/github/coolsquid/squidapi/helpers/LogHelper.info ([Ljava/lang/Object;)V
  L14
  LINENUMBER 71 L14
  LDC Lnet/minecraft/potion/Potion;.class
  INVOKESTATIC com/github/coolsquid/squidapi/reflection/ReflectionHelper.in (Ljava/lang/Class;)Lcom/github/coolsquid/squidapi/reflection/ReflectionHelper;
  LDC "potionTypes"
  LDC "field_76425_a"
  INVOKEVIRTUAL com/github/coolsquid/squidapi/reflection/ReflectionHelper.finalField (Ljava/lang/String;Ljava/lang/String;)Lcom/github/coolsquid/squidapi/reflection/FieldHelper;
  GETSTATIC net/minecraft/potion/Potion.potionTypes : [Lnet/minecraft/potion/Potion;
  GETSTATIC com/github/coolsquid/squidapi/config/ConfigHandler.maxPotionId : I
  INVOKESTATIC java/util/Arrays.copyOf ([Ljava/lang/Object;I)[Ljava/lang/Object;
  INVOKEVIRTUAL com/github/coolsquid/squidapi/reflection/FieldHelper.set (Ljava/lang/Object;)V
  L12
  LINENUMBER 73 L12
  FRAME SAME
  GETSTATIC com/github/coolsquid/squidapi/config/ConfigHandler.maxBiomeId : I
  SIPUSH 256
  IF_ICMPEQ L15
  ICONST_3
  ANEWARRAY java/lang/Object
  DUP
  ICONST_0
  L16
  LINENUMBER 74 L16
  LDC "Setting the max biome id to "
  AASTORE
  DUP
  ICONST_1
  GETSTATIC com/github/coolsquid/squidapi/config/ConfigHandler.maxBiomeId : I
  INVOKESTATIC java/lang/Integer.valueOf (I)Ljava/lang/Integer;
  AASTORE
  DUP
  ICONST_2
  LDC "."
  AASTORE
  INVOKESTATIC com/github/coolsquid/squidapi/helpers/LogHelper.info ([Ljava/lang/Object;)V
  L17
  LINENUMBER 75 L17
  LDC Lnet/minecraft/world/biome/BiomeGenBase;.class
  INVOKESTATIC com/github/coolsquid/squidapi/reflection/ReflectionHelper.in (Ljava/lang/Class;)Lcom/github/coolsquid/squidapi/reflection/ReflectionHelper;
  LDC "biomeList"
  LDC "field_76773_a"
  INVOKEVIRTUAL com/github/coolsquid/squidapi/reflection/ReflectionHelper.finalField (Ljava/lang/String;Ljava/lang/String;)Lcom/github/coolsquid/squidapi/reflection/FieldHelper;
  INVOKESTATIC net/minecraft/world/biome/BiomeGenBase.getBiomeGenArray ()[Lnet/minecraft/world/biome/BiomeGenBase;
  GETSTATIC com/github/coolsquid/squidapi/config/ConfigHandler.maxBiomeId : I
  INVOKESTATIC java/util/Arrays.copyOf ([Ljava/lang/Object;I)[Ljava/lang/Object;
  INVOKEVIRTUAL com/github/coolsquid/squidapi/reflection/FieldHelper.set (Ljava/lang/Object;)V
  L15
  FRAME SAME
  ICONST_4
  ANEWARRAY java/lang/String
  DUP
  ICONST_0
  L18
  LINENUMBER 78 L18
  LDC "RotaryCraft"
  AASTORE
  DUP
  ICONST_1
  LDC "ReactorCraft"
  AASTORE
  DUP
  ICONST_2
  LDC "ElectriCraft"
  AASTORE
  DUP
  ICONST_3
  LDC "ChromatiCraft"
  AASTORE
  INVOKESTATIC com/github/coolsquid/squidapi/util/ContentRemover.blacklist ([Ljava/lang/String;)V
  ICONST_1
  ANEWARRAY java/lang/Object
  DUP
  ICONST_0
  L19
  LINENUMBER 80 L19
  LDC "Finished preinitialization."
  AASTORE
  INVOKESTATIC com/github/coolsquid/squidapi/helpers/LogHelper.info ([Ljava/lang/Object;)V
  RETURN
  L20
  LOCALVARIABLE this Lcom/github/coolsquid/squidapi/SquidAPI; L0 L20 0
  LOCALVARIABLE event Lcpw/mods/fml/common/event/FMLPreInitializationEvent; L0 L20 1
  MAXSTACK = 6
  MAXLOCALS = 2
What is that for?


Also, do not increase the max biome ID. 255 is the maximum safe limit.
 
Last edited:
  • Like
Reactions: Strikingwolf

1SDAN

New Member
Jul 29, 2019
1,189
-15
0
The boobs, and Shinigami-sama. It actually sounds like an FMA quote... except for the two things I mentioned.

@CoolSquid, @Reika how do you keep finding people like that? I mean it's really not hard to grasp the concept of "I tried, but malicious server admins, incompetent pack authors, and/or ignorant users wrecked it for everyone else". I might personally disagree with the particulars of the actions chosen, but at least I understand WHY they were chosen.

@Celestialphoenix @WitherBlaster I wish more people would at least TRY to read them. There are intelligible words in there even if you're not a programmer "not found", "Invalid chunkloader fuel option in config", "this is not a mod bug", "conflict", the mod that caused the error (well usually... that ones more hit-and-miss)... A few seconds of thought will tell you a lot about an error. Google will also help a lot because dollars to donuts someone else has already had the error you're having, or one similar enough.

I can't do much beyond look for obvious keywords that I've come across a zillion times and use Google... and I only submit 1/50 of the crash reports I get... most of the crash reports I get are because of an ID 10T error and just looking at the log tells me what portion of my brain needs to meet with the desk this time :p

Usually it's an ID conflict, two conflicting mod versions, or a missing dependency.
It's actually from Soul Eater, the same manga my avatar is from

EDIT: Yes, and Ljfa's avatar also
 
Last edited:

TomeWyrm

New Member
Jul 29, 2019
898
1
1
Some are sent to me, but a lot come from my scanning of reddit, these forums, and MCF for any mentions of me or my mods, which contrary to what some say is a good way to know what people really think (people are generally more hostile when they think the target of their hostility will not see it), as well as other bugs, ideas, and so on.
Heh, not me. I (try to) temper my hostility for the venue, not the audience. If I don't like a person, I don't much care if I say so to their face.

So do I.
The amount of times an interesting discussion has been interrupted with "I just broke it- fix please", and then several tech posts later the interesting conversation is dead. Sadly the community seems very adverse to using a dedicated tech support thread.
That is what bug trackers are for. I've never understood the mod authors that will actually accept bug reports in their forum threads.

The right to free speech comes with the responsibility to accept the consequences of doing so.
Incidentally it doesn't grant the right to a platform- access to one [in this case a forum] is a privilege.
People have a habit of hearing 'I have the right to free speech' without listening to the rest.​

I had some brilliant angry emails on Youtube from people who's comments I deleted/didn't approve. And a couple for having comments set to approval only.
Free speech is only guaranteed (in places with those clauses, or that actually FOLLOW the Universal Declaration of Human Rights) from governmental interference. Basically you can't be imprisoned for having an opinion, or expressing it (theoretically. Believing that it's your right to murder people and expressing that is a very good way to get imprisoned :p). But that is NOT a restriction levied to individuals or non-governmental organizations.

Just as you're free to have an opinion, everyone else is free to have their own... and standard rules of social power apply. If I run the forum (as in place of public discussion. The older pre-internet definition), I make the rules. If you don't follow them, there will be consequences. That's just how the world works.

Probably unfair, but only the deluded or naive believe the world is fair. Reminds me of an XKCD. "I can't remember where I heard this, but someone once said that defending a position by citing free speech is sort of the ultimate concession; you're saying that the most compelling thing you can say for your position is that it's not literally illegal to express"

They have a tendency of calling me witch hunter, and I prefer being aware of all such accusements. I do scan random 3rd party packs once in a while too.
I'm more of a ignore them unless they intrude on my personal space kind of person. If the technic forums wants to think I'm crystal dragon robot satan, well... I'm not a member of those forums. The exception being lies and ignorance... I've got this thing about deliberate untruths and stupidity. Big red button, do not push type of thing. Not that I won't go investigate when someone links me something :D
 

Reika

RotaryCraft Dev
FTB Mod Dev
Sep 3, 2013
5,079
5,331
550
Toronto, Canada
sites.google.com
That is what bug trackers are for. I've never understood the mod authors that will actually accept bug reports in their forum threads.
I had a bug tracker. Morons filled it in 24 hours with bug reports like "engine no work" and "conduit can't connect".

I forgot >.<. Networking code, right?
And Chunk data saving.
 
  • Like
Reactions: 1SDAN
Status
Not open for further replies.