Hello
i have a server and i want to disable that stuff but i cant find the option in the IC2.cfg and i have the same option in a 1.2.5 server.
i try to copy pasta the same line but does not work may be the syntax change or the option is not working.
there is any way to disable it?
enable or disable jetpacks, nano armor, saber and mining laser
-
-
Sounds like you might be using the bukkit build for 1.2.5
-
yes i was using the bukkit port now i use vainilla 1.4.6 version
i try the recipe remover
http://www.minecraftforum.net/…ge__st__220#entry19934515 -
Then I do not know. The other method is to remove the recipe from the mod, but I think that is out of your reach. (including mine)
-
bump?????
-
bump?????
I'm not sure if your still having a problem with this but one method is to swap item ID's in the config. For instance:
"item {
I:itemArmorAlloyChestplate=29923
I:itemArmorBatpack=29923
I:itemArmorBronzeBoots=29936
I:itemArmorBronzeChestplate=29938
I:itemArmorBronzeHelmet=29939
I:itemArmorBronzeLegs=29937
"The game will load the batpack over top of the alloy chest plate in this instance. All existing alloy chest plates will become batpacks and crafting recipes for alloy chest plates will instead yield batpacks.
It's not kosher but it will do in a pinch.