Converting tekkit server to Yogcraft?

  • 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
Status
Not open for further replies.

DaFuriousBadger

Active Member
Jul 29, 2019
8
0
26
  1. Hi. I want to convert my tekkit server to Yogcraft and keep the map. I removed all the EE2 blocks and items by running the server without ee2. however the server automatically turns off whenever someone joins help??
 

OmegaPython

New Member
Jul 29, 2019
800
0
0
Minecraft has this system called Data Values. Each block and item has its own data value, but when you start adding mods, what happens if two mods add an item with the same data value? Well, any good mod will have a config which you can use to specify the ID. FTB and Technic have both changed these to make all the mods compatible, but they may have changed them to something different, which will cause issues. This may not be your issue, but I'm just telling you. Can you give us a crash log?
 

DaFuriousBadger

Active Member
Jul 29, 2019
8
0
26
Minecraft has this system called Data Values. Each block and item has its own data value, but when you start adding mods, what happens if two mods add an item with the same data value? Well, any good mod will have a config which you can use to specify the ID. FTB and Technic have both changed these to make all the mods compatible, but they may have changed them to something different, which will cause issues. This may not be your issue, but I'm just telling you. Can you give us a crash log?
It doesnt exactly crash.. whenever someone joins, the server acts as if someone typed the command "stop" into the console
 

DaFuriousBadger

Active Member
Jul 29, 2019
8
0
26
I would define that as crashing. So can you give us a server log?
This is the error it gives me:

[INFO] Starting minecraft server version 1.4.7
[INFO] Loading properties
[INFO] Default game type: SURVIVAL
[INFO] Generating keypair
[INFO] Starting Minecraft server on *:25565
[INFO] Preparing level "world"
[INFO] Preparing start region for level 0
[INFO] Done (1.220s)! For help, type "help" or "?"
[INFO] User DaFuriousBadger connecting with mods [ThermalExpansion, RedPowerWiring, BuildCraft|Silicon, BuildCraft|Transport, TwilightForest, ThermalExpansion|Transport, IC2NuclearControl, BuildCraft|Core, ThermalExpansion|Factory, RedPowerCompat, WR-CBE|Core, RedPowerLogic, IC2, ThermalExpansion|Energy, StevesCarts, Thaumcraft, ExtraBees, Forestry, WR-CBE|RedPower, EnderStorage, ComputerCraft, WR-CBE|Addons, GraviGun, BinnieCore, AdvancedMachines, mmmPowersuits, BuildCraft|Factory, IronChest, RedPowerMachine, XReliquary, BuildCraft|Energy, Railcraft, SoulShards, RedPowerCore, EE3, MiscPeripherals, PortalGun, CCTurtle, ChickenChunks, ModularForceFieldSystem, RedPowerControl, RedPowerLighting, RedPowerBase, BuildCraft|Builders, RedPowerWorld, PowerConverters]
[INFO] DaFuriousBadger[/127.0.0.1:53330] logged in with entity id 142 at (-641.8634471593442, 78.0, 255.04342717356138)
[SEVERE] Encountered an unexpected exception NoClassDefFoundError
java.lang.NoClassDefFoundError: l
at a.<init>(CrashReport.java:27)
at a.a(CrashReport.java:319)
at net.minecraft.server.MinecraftServer.r(MinecraftServer.java:673)
at ho.r(DedicatedServer.java:269)
at net.minecraft.server.MinecraftServer.q(MinecraftServer.java:599)
at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:497)
at fy.run(SourceFile:849)
[INFO] Stopping server
[INFO] Saving players
[INFO] Saving worlds
[INFO] Saving chunks for level 'world'/Overworld
[INFO] Saving chunks for level 'world'/Nether
Does this help?

 
Status
Not open for further replies.