how to enable IC2 machines in resurrection server

  • Please make sure you are posting in the correct place. Server ads go here and modpack bugs go here
  • 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

balto143a

New Member
Jul 29, 2019
6
0
0
Simply - how to enable IC2 machines in resurrection server. I looked through all the gregtech cfgs and didn't see any options to enable the IC2 machine crafting for a home server i'm running for a few friends.
Any help is welcome, thank you!

Edit: I understand that in one of the cfgs somewhere there is B:AllowIC2Machines=true (I can't find this either lol) however I believe this is client side and I was looking for a way to do it in the server, thanks!
 

midgetassin

New Member
Jul 29, 2019
197
0
0
There should be the same config on in the server file maybe not sure dont do much with servers
 

balto143a

New Member
Jul 29, 2019
6
0
0
Also here is the server file - maybe i'm just missing something
# Configuration file

compatibility {
B:UniversalElectricity.Energy=false
}


features {
I:MaxLogStackSize=64
I:MaxOreStackSize=64
I:MaxOtherBlockStackSize=64
I:MaxPlankStackSize=64
I:UpgradeStacksize=4
}


general {
B:AFK_Hunger=false
B:AdventureModeStartingAxe=true
B:CraftingUnification=true
B:Debug=false
B:Debug2=false
B:DisableVanillaOres=true
B:EnsureToBeLoadedLast=true
I:FlintAndSteelChance=30
B:HardCoreCableLoss=false
B:IncreaseDungeonLoot=true
B:InventoryUnification=true
I:ItemDespawnTime=6000
B:LoggingPlayerActivity=true
I:MaxEqualEntitiesAtOneSpot=3
I:MillisecondsPassedInGTTileEntityUntilLagWarning=100
B:NerfDustCrafting=true
I:SkeletonsShootGTArrows=16
I:TicksForLagAveragingWithScanner=25
B:WoodNeedsSawForCrafting=false
B:disable_STDERR=false
B:disable_STDOUT=false
B:drinks_always_drinkable=false
B:forceAdventureMode=false
B:hardermobspawners=false
B:harderstone=false
B:eek:nline=true
B:show_all_metaitems_in_creative_and_NEI=false
B:smallerVanillaToolDurability=false
B:sound_multi_threading=false
}


machines {
B:colored_guis_when_painted=true
B:constant_need_of_energy=true
B:explosions_on_nonwrenching=true
B:fire_causes_explosions=true
B:lightning_causes_explosions=true
B:machines_explosion_damage=true
B:machines_flammable=true
B:rain_causes_explosions=true
B:wirefire_on_explosion=true
}
 

rhn

Too Much Free Time
Nov 11, 2013
5,706
4,420
333
In the DynamicConfig.cfg:
B:allowVanillaIC2MachinesFromAutomaticOnes_false=true
Allows you to exchange the gregtech machines back into normal IC2 machines(which is sometimes worth it due to IC2 having a better upgrade system IMO).
 
  • Like
Reactions: balto143a