[1.7.10] Regrowth - A WIP HQM pack - Now Listed!

Elmazz

New Member
Jul 29, 2019
198
0
0
You may be able to save your base by making a new world then overwriting the region data in the new world with the data from your old one. I think you can copy over your player.dat to keep quest progress and inventory, too. Unless you use the same seed any new chunks generated will be generated differently, which means jarring cliffs and biome changes. MCEdit could help too. This is just a general idea, though, I don't know specifically how to do it.
Ill try it
 

Desman

Well-Known Member
Sep 23, 2014
515
142
69
DIDNT work... when i try to join my world it just crashes the game...

Just give yourself enough blocks and food to rebuild your base. You are missing out on a lot of cool new stuff by not restarting, and wasting time on those hacks.
 

Elmazz

New Member
Jul 29, 2019
198
0
0
my level.dat got corrupt... and no, i wont just rebuild that would take alot of time... plus all the stuff in the chests.
 

Elmazz

New Member
Jul 29, 2019
198
0
0
this is what happened when i copied my corrupted world region folder to the new one:
2015-03-22_10.21.14.png
it crashed when i moved
 

Cryovolcano

New Member
Jul 29, 2019
12
0
0
So, about HQM edit mode - Can I auto-complete hidden quests in some way? I'm currently trying to autocomplete the quests I have completed before, because I needed to reset HQM after the update. There is still quests I need to complete, but they hasn't appeared and I don't remember how I unlocked them. For example terrasteel, pylons etc.
 

ToxicFallenAngel

New Member
Jul 29, 2019
326
0
0
So, about HQM edit mode - Can I auto-complete hidden quests in some way? I'm currently trying to autocomplete the quests I have completed before, because I needed to reset HQM after the update. There is still quests I need to complete, but they hasn't appeared and I don't remember how I unlocked them. For example terrasteel, pylons etc.
Arcanist Reputation has doubled since 0.6.5. There was also a lot of fps drop with the questbook in the later chapters because of all the triggers being previous quests. I believe a lot of the quests now have a reputation trigger to get around that. So you may just have to do quests in the other magic mod questlines to get the terrasteel quest to open.
 

Rodger

New Member
Jul 29, 2019
41
0
0
Just a quick note about the Flugel Tiara, it now requires an ender air bottle to craft, so requires a trip to the end, and killing the dragon. Just might be worth adding a quest before the Flugel Tiara quest to explain how to get the bottle.
 

thephoenixlodge

New Member
Jul 29, 2019
1,388
0
0
Just a quick note about the Flugel Tiara, it now requires an ender air bottle to craft, so requires a trip to the end, and killing the dragon. Just might be worth adding a quest before the Flugel Tiara quest to explain how to get the bottle.
I will do this at some point. Botania is on my list of questlines to expand a lot.
 

zPiiiG

New Member
Jul 29, 2019
3
0
0
Hello, there is so many page to read.. I can run multiplayer server of regrowth? Or it's just singleplayer?
I asked that because when i try to host(on my pc or on my server) the server crash.
This is the log
---- Minecraft Crash Report ----
// Who set us up the TNT?

Time: 22/03/15 10.57
Description: Exception in server tick loop

cpw.mods.fml.common.LoaderException: java.lang.NoClassDefFoundError: Ljoshie/enchiridion/wiki/gui/GuiMain;
at cpw.mods.fml.common.LoadController.transition(LoadController.java:162)
at cpw.mods.fml.common.Loader.preinitializeMods(Loader.java:515)
at cpw.mods.fml.server.FMLServerHandler.beginServerLoading(FMLServerHandler.java:88)
at cpw.mods.fml.common.FMLCommonHandler.onServerStart(FMLCommonHandler.java:314)
at net.minecraft.server.dedicated.DedicatedServer.func_71197_b(DedicatedServer.java:117)
at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:387)
at net.minecraft.server.MinecraftServer$2.run(MinecraftServer.java:685)
Caused by: java.lang.NoClassDefFoundError: Ljoshie/enchiridion/wiki/gui/GuiMain;
at java.lang.Class.getDeclaredFields0(Native Method)
at java.lang.Class.privateGetDeclaredFields(Unknown Source)
at java.lang.Class.getDeclaredFields(Unknown Source)
at com.google.gson.internal.bind.ReflectiveTypeAdapterFactory.getBoundFields(ReflectiveTypeAdapterFactory.java:109)
at com.google.gson.internal.bind.ReflectiveTypeAdapterFactory.create(ReflectiveTypeAdapterFactory.java:72)
at com.google.gson.Gson.getAdapter(Gson.java:356)
at com.google.gson.Gson.fromJson(Gson.java:802)
at com.google.gson.Gson.fromJson(Gson.java:868)
at com.google.gson.Gson$1.deserialize(Gson.java:126)
at joshie.enchiridion.wiki.elements.ElementAbstractAdapter.deserialize(ElementAbstractAdapter.java:35)
at joshie.enchiridion.wiki.elements.ElementAbstractAdapter.deserialize(ElementAbstractAdapter.java:18)
at com.google.gson.TreeTypeAdapter.read(TreeTypeAdapter.java:58)
at com.google.gson.internal.bind.TypeAdapterRuntimeTypeWrapper.read(TypeAdapterRuntimeTypeWrapper.java:40)
at com.google.gson.internal.bind.CollectionTypeAdapterFactory$Adapter.read(CollectionTypeAdapterFactory.java:81)
at com.google.gson.internal.bind.CollectionTypeAdapterFactory$Adapter.read(CollectionTypeAdapterFactory.java:60)
at com.google.gson.internal.bind.ReflectiveTypeAdapterFactory$1.read(ReflectiveTypeAdapterFactory.java:93)
at com.google.gson.internal.bind.ReflectiveTypeAdapterFactory$Adapter.read(ReflectiveTypeAdapterFactory.java:172)
at com.google.gson.Gson.fromJson(Gson.java:803)
at com.google.gson.Gson.fromJson(Gson.java:768)
at com.google.gson.Gson.fromJson(Gson.java:717)
at com.google.gson.Gson.fromJson(Gson.java:689)
at joshie.enchiridion.wiki.WikiRegistry.register(WikiRegistry.java:180)
at joshie.enchiridion.wiki.WikiRegistry.registerData(WikiRegistry.java:162)
at joshie.enchiridion.wiki.WikiRegistry.registerJar(WikiRegistry.java:138)
at joshie.enchiridion.Enchiridion.preInit(Enchiridion.java:48)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
at cpw.mods.fml.common.FMLModContainer.handleModStateEvent(FMLModContainer.java:513)
at sun.reflect.GeneratedMethodAccessor4.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
at com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74)
at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47)
at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322)
at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304)
at com.google.common.eventbus.EventBus.post(EventBus.java:275)
at cpw.mods.fml.common.LoadController.sendEventToModContainer(LoadController.java:208)
at cpw.mods.fml.common.LoadController.propogateStateMessage(LoadController.java:187)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
at com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74)
at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47)
at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322)
at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304)
at com.google.common.eventbus.EventBus.post(EventBus.java:275)
at cpw.mods.fml.common.LoadController.distributeStateMessage(LoadController.java:118)
at cpw.mods.fml.common.Loader.preinitializeMods(Loader.java:513)
... 5 more
Caused by: java.lang.ClassNotFoundException: joshie.enchiridion.wiki.gui.GuiMain
at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:191)
at java.lang.ClassLoader.loadClass(Unknown Source)
at java.lang.ClassLoader.loadClass(Unknown Source)
... 56 more
Caused by: java.lang.NoClassDefFoundError: joshie/enchiridion/wiki/gui/GuiScalable
at java.lang.ClassLoader.defineClass1(Native Method)
at java.lang.ClassLoader.defineClass(Unknown Source)
at java.security.SecureClassLoader.defineClass(Unknown Source)
at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:182)
... 58 more
Caused by: java.lang.ClassNotFoundException: joshie.enchiridion.wiki.gui.GuiScalable
at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:101)
at java.lang.ClassLoader.loadClass(Unknown Source)
at java.lang.ClassLoader.loadClass(Unknown Source)
... 62 more


A detailed walkthrough of the error, its code path and all known details is as follows:
---------------------------------------------------------------------------------------

-- System Details --
Details:
Minecraft Version: 1.7.10
Operating System: Windows 7 (amd64) version 6.1
Java Version: 1.8.0_25, Oracle Corporation
Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
Memory: 1587824728 bytes (1514 MB) / 2703753216 bytes (2578 MB) up to 3817865216 bytes (3641 MB)
JVM Flags: 3 total; -Xms2048m -Xmx4096m -XX:permSize=256m
AABB Pool Size: 0 (0 bytes; 0 MB) allocated, 0 (0 bytes; 0 MB) used
IntCache: cache: 0, tcache: 0, allocated: 0, tallocated: 0
FML: MCP v9.05 FML v7.10.85.1291 Minecraft Forge 10.13.2.1291 90 mods loaded, 90 mods active
mcp{9.05} [Minecraft Coder Pack] (minecraft.jar) Unloaded->Constructed->Pre-initialized
FML{7.10.85.1291} [Forge Mod Loader] (forge-1.7.10-10.13.2.1291-universal.jar) Unloaded->Constructed->Pre-initialized
Forge{10.13.2.1291} [Minecraft Forge] (forge-1.7.10-10.13.2.1291-universal.jar) Unloaded->Constructed->Pre-initialized
appliedenergistics2-core{rv2-beta-10} [AppliedEnergistics2 Core] (minecraft.jar) Unloaded->Constructed->Pre-initialized
CodeChickenCore{1.0.4.29} [CodeChicken Core] (minecraft.jar) Unloaded->Constructed->Pre-initialized
<CoFH ASM>{000} [CoFH ASM Data Initialization] (minecraft.jar) Unloaded->Constructed->Pre-initialized
MCVanillaTweaks{1.0} [Mariculture - Vanilla Tweaks] (minecraft.jar) Unloaded->Constructed->Pre-initialized
NotEnoughItems{1.0.4.83} [Not Enough Items] (NotEnoughItems-1.7.10-1.0.4.83-universal.jar) Unloaded->Constructed->Pre-initialized
OpenEye{0.6} [OpenEye] (OpenEye-0.6-1.7.10.jar) Unloaded->Constructed->Pre-initialized
WitchingGadgetsCore{1.1.2} [Witching Gadgets Core] (minecraft.jar) Unloaded->Constructed->Pre-initialized
AgriCraft{1.7.10-1.3.1} [AgriCraft] (AgriCraft-1.7.10-1.3.1.jar) Unloaded->Constructed->Pre-initialized
appliedenergistics2{rv2-beta-10} [Applied Energistics 2] (appliedenergistics2-rv2-beta-10.jar) Unloaded->Constructed->Pre-initialized
Baubles{1.0.1.10} [Baubles] (Baubles-1.7.10-1.0.1.10.jar) Unloaded->Constructed->Pre-initialized
Thaumcraft{4.2.3.5} [Thaumcraft] (Thaumcraft-1.7.10-4.2.3.5.jar) Unloaded->Constructed->Pre-initialized
Waila{1.5.8} [Waila] (Waila-1.5.8a_1.7.10.jar) Unloaded->Constructed->Pre-initialized
Automagy{0.21} [Automagy] (Automagy-1.7.10-0.21.jar) Unloaded->Constructed->Pre-initialized
bagginses{@MODVERSION@} [Bagginses] (Bagginses-1.2.1.jar) Unloaded->Constructed->Pre-initialized
BiblioCraft{1.10.2} [BiblioCraft] (BiblioCraft[v1.10.2][MC1.7.10].jar) Unloaded->Constructed->Pre-initialized
ExtrabiomesXL{3.16.1} [ExtrabiomesXL] (extrabiomesxl_1.7.10-3.16.1.jar) Unloaded->Constructed->Pre-initialized
BiblioWoodsEBXL{1.4} [BiblioWoods ExtraBiomesXL Edition] (BiblioWoods[ExtraBiomesXL][v1.4].jar) Unloaded->Constructed->Pre-initialized
CoFHCore{1.7.10R3.0.0B9} [CoFH Core] (CoFHCore-[1.7.10]3.0.0B9-99.jar) Unloaded->Constructed->Pre-initialized
BuildCraft|Core{6.4.3} [BuildCraft] (buildcraft-6.4.3.jar) Unloaded->Constructed->Pre-initialized
Forestry{3.4.0.7} [Forestry for Minecraft] (forestry_1.7.10-3.4.0.7.jar) Unloaded->Constructed->Pre-initialized
BiblioWoodsForestry{1.7} [BiblioWoods Forestry Edition] (BiblioWoods[Forestry][v1.7].jar) Unloaded->Constructed->Pre-initialized
BinnieCore{2.0-pre8} [Binnie Core] (binnie-mods-2.0-pre8.jar) Unloaded->Constructed->Pre-initialized
Botany{2.0-pre8} [Botany] (binnie-mods-2.0-pre8.jar) Unloaded->Constructed->Pre-initialized
ExtraBees{2.0-pre8} [Extra Bees] (binnie-mods-2.0-pre8.jar) Unloaded->Constructed->Pre-initialized
ExtraTrees{2.0-pre8} [Extra Trees] (binnie-mods-2.0-pre8.jar) Unloaded->Constructed->Pre-initialized
Genetics{2.0-pre8} [Genetics] (binnie-mods-2.0-pre8.jar) Unloaded->Constructed->Pre-initialized
AWWayofTime{v1.3.1} [Blood Magic: Alchemical Wizardry] (BloodMagic-1.7.10-1.3.1-7.jar) Unloaded->Constructed->Pre-initialized
Botania{r1.5-169} [Botania] (Botania r1.5-169.jar) Unloaded->Constructed->Pre-initialized
BuildCraft|Transport{6.4.3} [BC Transport] (buildcraft-6.4.3.jar) Unloaded->Constructed->Pre-initialized
BuildCraft|Silicon{6.4.3} [BC Silicon] (buildcraft-6.4.3.jar) Unloaded->Constructed->Pre-initialized
BuildCraft|Builders{6.4.3} [BC Builders] (buildcraft-6.4.3.jar) Unloaded->Constructed->Pre-initialized
BuildCraft|Energy{6.4.3} [BC Energy] (buildcraft-6.4.3.jar) Unloaded->Constructed->Pre-initialized
BuildCraft|Factory{6.4.3} [BC Factory] (buildcraft-6.4.3.jar) Unloaded->Constructed->Pre-initialized
BuildCraft|Compat{6.4.0} [BuildCraft Compat] (buildcraft-compat-6.4.0.jar) Unloaded->Constructed->Pre-initialized
CarpentersBlocks{3.3.5} [Carpenter's Blocks] (Carpenter's Blocks v3.3.5 - MC 1.7.10.jar) Unloaded->Constructed->Pre-initialized
Railcraft{9.5.0.0} [Railcraft] (Railcraft_1.7.10-9.5.0.0.jar) Unloaded->Constructed->Pre-initialized
ForgeMultipart{1.1.1.323} [Forge Multipart] (ForgeMultipart-1.7.10-1.1.1.323-universal.jar) Unloaded->Constructed->Pre-initialized
chisel{2.3.7.34} [Chisel 2] (Chisel2-2.3.7.34.jar) Unloaded->Constructed->Pre-initialized
ChiselFacades{1.7.10-2.10-cricket} [Chisel Facades] (ChiselFacades-1.7.10-2.10-cricket.jar) Unloaded->Constructed->Pre-initialized
climatecontrol{0.4} [Climate Control] (ClimateControl-0.4.beta17.jar) Unloaded->Constructed->Pre-initialized
inpure|core{1.7.10R1.0.0B9} [INpureCore] (INpureCore-[1.7.10]1.0.0B9-54.jar) Unloaded->Constructed->Pre-initialized
CreeperCollateral{1.7.10R1.0.0B3} [CreeperCollateral] (CreeperCollateral-[1.7.10]1.0.0B3-6.jar) Unloaded->Constructed->Pre-initialized
Enchiridion2{2.0d} [Enchiridion 2] (Enchiridion 2-1.7.10-2.0d.jar) Unloaded->Constructed->Errored
Enchiridion{1.1} [Enchiridion] (Enchiridion-1.7.X-1.2b.jar) Unloaded->Constructed->Pre-initialized
EnderZoo{1.7.10-1.0.9.18} [Ender Zoo] (EnderZoo-1.7.10-1.0.9.18.jar) Unloaded->Constructed->Pre-initialized
EnhancedInventories{1.7.10-1.0.8} [Enhanced Inventories] (EnhancedInventories-1.7.10-1.0.8.jar) Unloaded->Constructed->Pre-initialized
Mantle{1.7.10-0.3.2.jenkins184} [Mantle] (Mantle-1.7.10-0.3.2.jar) Unloaded->Constructed->Pre-initialized
Natura{2.2.0} [Natura] (natura-1.7.10-2.2.0.1.jar) Unloaded->Constructed->Pre-initialized
TConstruct{1.7.10-1.8.3.build919} [Tinkers' Construct] (TConstruct-1.7.10-1.8.3b.jar) Unloaded->Constructed->Pre-initialized
ExtraTiC{0.8.4} [ExtraTiC] (ExtraTiC-1.7.10-1.0.3.jar) Unloaded->Constructed->Pre-initialized
ForbiddenMagic{1.7.10-0.561} [Forbidden Magic] (Forbidden Magic-1.7.10-0.561.jar) Unloaded->Constructed->Pre-initialized
GardenCore{1.7.10-1.5.2} [Garden Core] (GardenStuff-1.7.10-1.5.2.jar) Unloaded->Constructed->Pre-initialized
GardenContainers{1.7.10-1.5.2} [Garden Containers] (GardenStuff-1.7.10-1.5.2.jar) Unloaded->Constructed->Pre-initialized
GardenStuff{1.7.10-1.5.2} [Garden Stuff] (GardenStuff-1.7.10-1.5.2.jar) Unloaded->Constructed->Pre-initialized
GardenTrees{1.7.10-1.5.2} [Garden Trees] (GardenStuff-1.7.10-1.5.2.jar) Unloaded->Constructed->Pre-initialized
GraveStone{2.11.3} [GraveStone] (GraveStone-2.11.3.jar) Unloaded->Constructed->Pre-initialized
HardcoreQuesting{The Journey (4.2.2)} [Hardcore Questing Mode] (HQM-The Journey (4.2.2).jar) Unloaded->Constructed->Pre-initialized
JABBA{1.2.1} [JABBA] (Jabba-1.2.1a_1.7.10.jar) Unloaded->Constructed->Pre-initialized
magicalcrops{1.7.2 - 0.1 ALPHA} [Magical Crops] (magicalcrops-1.7.10_0.1.jar) Unloaded->Constructed->Pre-initialized
MagicBees{1.7.10-2.1.22} [Magic Bees] (magicbees-1.7.10-2.1.22.jar) Unloaded->Constructed->Pre-initialized
Mariculture{1.7.10-1.2.4f} [Mariculture] (Mariculture-Deluxe-1.7.10-1.2.4f.jar) Unloaded->Constructed->Pre-initialized
MariTech{1.0} [Marine Technlogy] (Mariculture-Deluxe-1.7.10-1.2.4f.jar) Unloaded->Constructed->Pre-initialized
Mekanism{7.1.2} [Mekanism] (Mekanism-1.7.10-7.1.2.185.jar) Unloaded->Constructed->Pre-initialized
MekanismGenerators{7.1.2} [MekanismGenerators] (MekanismGenerators-1.7.10-7.1.2.185.jar) Unloaded->Constructed->Pre-initialized
MineTweaker3{3.0.9B} [MineTweaker 3] (MineTweaker3-1.7.10-3.0.9C.jar) Unloaded->Constructed->Pre-initialized
MobProperties{0.3.3} [Mob Properties] (MobProperties-1.7.10-0.3.4.jar) Unloaded->Constructed->Pre-initialized
modtweaker2{0.7} [Mod Tweaker 2] (ModTweaker 2-0.7.5.jar) Unloaded->Constructed->Pre-initialized
NEIAddons{1.12.3.11} [NEI Addons] (neiaddons-mc1710-1.12.3.11.jar) Unloaded->Constructed->Pre-initialized
NEIAddons|Botany{1.12.3.11} [NEI Addons: Botany] (neiaddons-mc1710-1.12.3.11.jar) Unloaded->Constructed->Pre-initialized
NEIAddons|Forestry{1.12.3.11} [NEI Addons: Forestry] (neiaddons-mc1710-1.12.3.11.jar) Unloaded->Constructed->Pre-initialized
NEIAddons|CraftingTables{1.12.3.11} [NEI Addons: Crafting Tables] (neiaddons-mc1710-1.12.3.11.jar) Unloaded->Constructed->Pre-initialized
NEIAddons|ExNihilo{1.12.3.11} [NEI Addons: Ex Nihilo] (neiaddons-mc1710-1.12.3.11.jar) Unloaded->Constructed->Pre-initialized
NetherOres{1.7.10R2.3.0RC4} [Nether Ores] (NetherOres-[1.7.10]2.3.0RC4-9.jar) Unloaded->Constructed->Pre-initialized
Quadrum{1.2.0} [Quadrum] (Quadrum-1.7.10-1.2.0.B13-universal.jar) Unloaded->Constructed->Pre-initialized
AS_Ruins{14.6} [Ruins Spawning System] (Ruins-1.7.10.jar) Unloaded->Constructed->Pre-initialized
StevesBarrenLands{1} [Steve's Barren Lands] (StevesBarrenLands.jar) Unloaded->Constructed->Pre-initialized
StorageDrawers{1.7.10-1.3.1} [Storage Drawers] (StorageDrawers-1.7.10-1.3.1.jar) Unloaded->Constructed->Pre-initialized
supercraftingframe{1.7.10.3} [Super Crafting Frame] (supercraftingframe-1.7.10.3.jar) Unloaded->Constructed->Pre-initialized
ThaumicExploration{0.6.0} [Thaumic Exploration] (ThaumicExploration-1.7.10-1.1-36.jar) Unloaded->Constructed->Pre-initialized
TravellersGear{1.15.6} [Traveller's Gear] (TravellersGear-1.7.10-1.15.6.jar) Unloaded->Constructed->Pre-initialized
ttCore{MC1.7.10-0.1.0-66} [ttCore] (ttCore-MC1.7.10-0.1.0-66.jar) Unloaded->Constructed->Pre-initialized
witchery{0.23.2} [Witchery] (witchery-1.7.10-0.23.2.jar) Unloaded->Constructed->Pre-initialized
WitchingGadgets{1.1.2} [Witching Gadgets] (WitchingGadgets-1.7.10-1.1.2.jar) Unloaded->Constructed->Pre-initialized
yampst{1.3.5} [YAMPST] (Yampst-Regrowth-0.7.0.jar) Unloaded->Constructed->Pre-initialized
McMultipart{1.1.1.323} [Minecraft Multipart Plugin] (ForgeMultipart-1.7.10-1.1.1.323-universal.jar) Unloaded->Constructed->Pre-initialized
IguanaTweaksTConstruct{1.7.10-2.1.3.126} [Iguana Tinker Tweaks] (IguanaTinkerTweaks-1.7.10-2.1.3.jar) Unloaded->Constructed->Pre-initialized
ForgeMicroblock{1.1.1.323} [Forge Microblocks] (ForgeMultipart-1.7.10-1.1.1.323-universal.jar) Unloaded->Constructed->Pre-initialized
AE2 Version: beta rv2-beta-10 for Forge 10.13.2.1291
Mantle Environment: Environment healthy.
TConstruct Environment: Environment healthy.
Profiler Position: N/A (disabled)
Is Modded: Definitely; Server brand changed to 'fml,forge'
Type: Dedicated Server (map_server.txt)
 

Yarma92

New Member
Jul 29, 2019
245
1
0
Hello, there is so many page to read.. I can run multiplayer server of regrowth? Or it's just singleplayer?
I asked that because when i try to host(on my pc or on my server) the server crash.
This is the log
---- Minecraft Crash Report ----
// Who set us up the TNT?

Time: 22/03/15 10.57
Description: Exception in server tick loop

cpw.mods.fml.common.LoaderException: java.lang.NoClassDefFoundError: Ljoshie/enchiridion/wiki/gui/GuiMain;
at cpw.mods.fml.common.LoadController.transition(LoadController.java:162)
at cpw.mods.fml.common.Loader.preinitializeMods(Loader.java:515)
at cpw.mods.fml.server.FMLServerHandler.beginServerLoading(FMLServerHandler.java:88)
at cpw.mods.fml.common.FMLCommonHandler.onServerStart(FMLCommonHandler.java:314)
at net.minecraft.server.dedicated.DedicatedServer.func_71197_b(DedicatedServer.java:117)
at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:387)
at net.minecraft.server.MinecraftServer$2.run(MinecraftServer.java:685)
Caused by: java.lang.NoClassDefFoundError: Ljoshie/enchiridion/wiki/gui/GuiMain;
at java.lang.Class.getDeclaredFields0(Native Method)
at java.lang.Class.privateGetDeclaredFields(Unknown Source)
at java.lang.Class.getDeclaredFields(Unknown Source)
at com.google.gson.internal.bind.ReflectiveTypeAdapterFactory.getBoundFields(ReflectiveTypeAdapterFactory.java:109)
at com.google.gson.internal.bind.ReflectiveTypeAdapterFactory.create(ReflectiveTypeAdapterFactory.java:72)
at com.google.gson.Gson.getAdapter(Gson.java:356)
at com.google.gson.Gson.fromJson(Gson.java:802)
at com.google.gson.Gson.fromJson(Gson.java:868)
at com.google.gson.Gson$1.deserialize(Gson.java:126)
at joshie.enchiridion.wiki.elements.ElementAbstractAdapter.deserialize(ElementAbstractAdapter.java:35)
at joshie.enchiridion.wiki.elements.ElementAbstractAdapter.deserialize(ElementAbstractAdapter.java:18)
at com.google.gson.TreeTypeAdapter.read(TreeTypeAdapter.java:58)
at com.google.gson.internal.bind.TypeAdapterRuntimeTypeWrapper.read(TypeAdapterRuntimeTypeWrapper.java:40)
at com.google.gson.internal.bind.CollectionTypeAdapterFactory$Adapter.read(CollectionTypeAdapterFactory.java:81)
at com.google.gson.internal.bind.CollectionTypeAdapterFactory$Adapter.read(CollectionTypeAdapterFactory.java:60)
at com.google.gson.internal.bind.ReflectiveTypeAdapterFactory$1.read(ReflectiveTypeAdapterFactory.java:93)
at com.google.gson.internal.bind.ReflectiveTypeAdapterFactory$Adapter.read(ReflectiveTypeAdapterFactory.java:172)
at com.google.gson.Gson.fromJson(Gson.java:803)
at com.google.gson.Gson.fromJson(Gson.java:768)
at com.google.gson.Gson.fromJson(Gson.java:717)
at com.google.gson.Gson.fromJson(Gson.java:689)
at joshie.enchiridion.wiki.WikiRegistry.register(WikiRegistry.java:180)
at joshie.enchiridion.wiki.WikiRegistry.registerData(WikiRegistry.java:162)
at joshie.enchiridion.wiki.WikiRegistry.registerJar(WikiRegistry.java:138)
at joshie.enchiridion.Enchiridion.preInit(Enchiridion.java:48)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
at cpw.mods.fml.common.FMLModContainer.handleModStateEvent(FMLModContainer.java:513)
at sun.reflect.GeneratedMethodAccessor4.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
at com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74)
at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47)
at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322)
at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304)
at com.google.common.eventbus.EventBus.post(EventBus.java:275)
at cpw.mods.fml.common.LoadController.sendEventToModContainer(LoadController.java:208)
at cpw.mods.fml.common.LoadController.propogateStateMessage(LoadController.java:187)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
at com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74)
at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47)
at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322)
at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304)
at com.google.common.eventbus.EventBus.post(EventBus.java:275)
at cpw.mods.fml.common.LoadController.distributeStateMessage(LoadController.java:118)
at cpw.mods.fml.common.Loader.preinitializeMods(Loader.java:513)
... 5 more
Caused by: java.lang.ClassNotFoundException: joshie.enchiridion.wiki.gui.GuiMain
at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:191)
at java.lang.ClassLoader.loadClass(Unknown Source)
at java.lang.ClassLoader.loadClass(Unknown Source)
... 56 more
Caused by: java.lang.NoClassDefFoundError: joshie/enchiridion/wiki/gui/GuiScalable
at java.lang.ClassLoader.defineClass1(Native Method)
at java.lang.ClassLoader.defineClass(Unknown Source)
at java.security.SecureClassLoader.defineClass(Unknown Source)
at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:182)
... 58 more
Caused by: java.lang.ClassNotFoundException: joshie.enchiridion.wiki.gui.GuiScalable
at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:101)
at java.lang.ClassLoader.loadClass(Unknown Source)
at java.lang.ClassLoader.loadClass(Unknown Source)
... 62 more


A detailed walkthrough of the error, its code path and all known details is as follows:
---------------------------------------------------------------------------------------

-- System Details --
Details:
Minecraft Version: 1.7.10
Operating System: Windows 7 (amd64) version 6.1
Java Version: 1.8.0_25, Oracle Corporation
Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
Memory: 1587824728 bytes (1514 MB) / 2703753216 bytes (2578 MB) up to 3817865216 bytes (3641 MB)
JVM Flags: 3 total; -Xms2048m -Xmx4096m -XX:permSize=256m
AABB Pool Size: 0 (0 bytes; 0 MB) allocated, 0 (0 bytes; 0 MB) used
IntCache: cache: 0, tcache: 0, allocated: 0, tallocated: 0
FML: MCP v9.05 FML v7.10.85.1291 Minecraft Forge 10.13.2.1291 90 mods loaded, 90 mods active
mcp{9.05} [Minecraft Coder Pack] (minecraft.jar) Unloaded->Constructed->Pre-initialized
FML{7.10.85.1291} [Forge Mod Loader] (forge-1.7.10-10.13.2.1291-universal.jar) Unloaded->Constructed->Pre-initialized
Forge{10.13.2.1291} [Minecraft Forge] (forge-1.7.10-10.13.2.1291-universal.jar) Unloaded->Constructed->Pre-initialized
appliedenergistics2-core{rv2-beta-10} [AppliedEnergistics2 Core] (minecraft.jar) Unloaded->Constructed->Pre-initialized
CodeChickenCore{1.0.4.29} [CodeChicken Core] (minecraft.jar) Unloaded->Constructed->Pre-initialized
<CoFH ASM>{000} [CoFH ASM Data Initialization] (minecraft.jar) Unloaded->Constructed->Pre-initialized
MCVanillaTweaks{1.0} [Mariculture - Vanilla Tweaks] (minecraft.jar) Unloaded->Constructed->Pre-initialized
NotEnoughItems{1.0.4.83} [Not Enough Items] (NotEnoughItems-1.7.10-1.0.4.83-universal.jar) Unloaded->Constructed->Pre-initialized
OpenEye{0.6} [OpenEye] (OpenEye-0.6-1.7.10.jar) Unloaded->Constructed->Pre-initialized
WitchingGadgetsCore{1.1.2} [Witching Gadgets Core] (minecraft.jar) Unloaded->Constructed->Pre-initialized
AgriCraft{1.7.10-1.3.1} [AgriCraft] (AgriCraft-1.7.10-1.3.1.jar) Unloaded->Constructed->Pre-initialized
appliedenergistics2{rv2-beta-10} [Applied Energistics 2] (appliedenergistics2-rv2-beta-10.jar) Unloaded->Constructed->Pre-initialized
Baubles{1.0.1.10} [Baubles] (Baubles-1.7.10-1.0.1.10.jar) Unloaded->Constructed->Pre-initialized
Thaumcraft{4.2.3.5} [Thaumcraft] (Thaumcraft-1.7.10-4.2.3.5.jar) Unloaded->Constructed->Pre-initialized
Waila{1.5.8} [Waila] (Waila-1.5.8a_1.7.10.jar) Unloaded->Constructed->Pre-initialized
Automagy{0.21} [Automagy] (Automagy-1.7.10-0.21.jar) Unloaded->Constructed->Pre-initialized
bagginses{@MODVERSION@} [Bagginses] (Bagginses-1.2.1.jar) Unloaded->Constructed->Pre-initialized
BiblioCraft{1.10.2} [BiblioCraft] (BiblioCraft[v1.10.2][MC1.7.10].jar) Unloaded->Constructed->Pre-initialized
ExtrabiomesXL{3.16.1} [ExtrabiomesXL] (extrabiomesxl_1.7.10-3.16.1.jar) Unloaded->Constructed->Pre-initialized
BiblioWoodsEBXL{1.4} [BiblioWoods ExtraBiomesXL Edition] (BiblioWoods[ExtraBiomesXL][v1.4].jar) Unloaded->Constructed->Pre-initialized
CoFHCore{1.7.10R3.0.0B9} [CoFH Core] (CoFHCore-[1.7.10]3.0.0B9-99.jar) Unloaded->Constructed->Pre-initialized
BuildCraft|Core{6.4.3} [BuildCraft] (buildcraft-6.4.3.jar) Unloaded->Constructed->Pre-initialized
Forestry{3.4.0.7} [Forestry for Minecraft] (forestry_1.7.10-3.4.0.7.jar) Unloaded->Constructed->Pre-initialized
BiblioWoodsForestry{1.7} [BiblioWoods Forestry Edition] (BiblioWoods[Forestry][v1.7].jar) Unloaded->Constructed->Pre-initialized
BinnieCore{2.0-pre8} [Binnie Core] (binnie-mods-2.0-pre8.jar) Unloaded->Constructed->Pre-initialized
Botany{2.0-pre8} [Botany] (binnie-mods-2.0-pre8.jar) Unloaded->Constructed->Pre-initialized
ExtraBees{2.0-pre8} [Extra Bees] (binnie-mods-2.0-pre8.jar) Unloaded->Constructed->Pre-initialized
ExtraTrees{2.0-pre8} [Extra Trees] (binnie-mods-2.0-pre8.jar) Unloaded->Constructed->Pre-initialized
Genetics{2.0-pre8} [Genetics] (binnie-mods-2.0-pre8.jar) Unloaded->Constructed->Pre-initialized
AWWayofTime{v1.3.1} [Blood Magic: Alchemical Wizardry] (BloodMagic-1.7.10-1.3.1-7.jar) Unloaded->Constructed->Pre-initialized
Botania{r1.5-169} [Botania] (Botania r1.5-169.jar) Unloaded->Constructed->Pre-initialized
BuildCraft|Transport{6.4.3} [BC Transport] (buildcraft-6.4.3.jar) Unloaded->Constructed->Pre-initialized
BuildCraft|Silicon{6.4.3} [BC Silicon] (buildcraft-6.4.3.jar) Unloaded->Constructed->Pre-initialized
BuildCraft|Builders{6.4.3} [BC Builders] (buildcraft-6.4.3.jar) Unloaded->Constructed->Pre-initialized
BuildCraft|Energy{6.4.3} [BC Energy] (buildcraft-6.4.3.jar) Unloaded->Constructed->Pre-initialized
BuildCraft|Factory{6.4.3} [BC Factory] (buildcraft-6.4.3.jar) Unloaded->Constructed->Pre-initialized
BuildCraft|Compat{6.4.0} [BuildCraft Compat] (buildcraft-compat-6.4.0.jar) Unloaded->Constructed->Pre-initialized
CarpentersBlocks{3.3.5} [Carpenter's Blocks] (Carpenter's Blocks v3.3.5 - MC 1.7.10.jar) Unloaded->Constructed->Pre-initialized
Railcraft{9.5.0.0} [Railcraft] (Railcraft_1.7.10-9.5.0.0.jar) Unloaded->Constructed->Pre-initialized
ForgeMultipart{1.1.1.323} [Forge Multipart] (ForgeMultipart-1.7.10-1.1.1.323-universal.jar) Unloaded->Constructed->Pre-initialized
chisel{2.3.7.34} [Chisel 2] (Chisel2-2.3.7.34.jar) Unloaded->Constructed->Pre-initialized
ChiselFacades{1.7.10-2.10-cricket} [Chisel Facades] (ChiselFacades-1.7.10-2.10-cricket.jar) Unloaded->Constructed->Pre-initialized
climatecontrol{0.4} [Climate Control] (ClimateControl-0.4.beta17.jar) Unloaded->Constructed->Pre-initialized
inpure|core{1.7.10R1.0.0B9} [INpureCore] (INpureCore-[1.7.10]1.0.0B9-54.jar) Unloaded->Constructed->Pre-initialized
CreeperCollateral{1.7.10R1.0.0B3} [CreeperCollateral] (CreeperCollateral-[1.7.10]1.0.0B3-6.jar) Unloaded->Constructed->Pre-initialized
Enchiridion2{2.0d} [Enchiridion 2] (Enchiridion 2-1.7.10-2.0d.jar) Unloaded->Constructed->Errored
Enchiridion{1.1} [Enchiridion] (Enchiridion-1.7.X-1.2b.jar) Unloaded->Constructed->Pre-initialized
EnderZoo{1.7.10-1.0.9.18} [Ender Zoo] (EnderZoo-1.7.10-1.0.9.18.jar) Unloaded->Constructed->Pre-initialized
EnhancedInventories{1.7.10-1.0.8} [Enhanced Inventories] (EnhancedInventories-1.7.10-1.0.8.jar) Unloaded->Constructed->Pre-initialized
Mantle{1.7.10-0.3.2.jenkins184} [Mantle] (Mantle-1.7.10-0.3.2.jar) Unloaded->Constructed->Pre-initialized
Natura{2.2.0} [Natura] (natura-1.7.10-2.2.0.1.jar) Unloaded->Constructed->Pre-initialized
TConstruct{1.7.10-1.8.3.build919} [Tinkers' Construct] (TConstruct-1.7.10-1.8.3b.jar) Unloaded->Constructed->Pre-initialized
ExtraTiC{0.8.4} [ExtraTiC] (ExtraTiC-1.7.10-1.0.3.jar) Unloaded->Constructed->Pre-initialized
ForbiddenMagic{1.7.10-0.561} [Forbidden Magic] (Forbidden Magic-1.7.10-0.561.jar) Unloaded->Constructed->Pre-initialized
GardenCore{1.7.10-1.5.2} [Garden Core] (GardenStuff-1.7.10-1.5.2.jar) Unloaded->Constructed->Pre-initialized
GardenContainers{1.7.10-1.5.2} [Garden Containers] (GardenStuff-1.7.10-1.5.2.jar) Unloaded->Constructed->Pre-initialized
GardenStuff{1.7.10-1.5.2} [Garden Stuff] (GardenStuff-1.7.10-1.5.2.jar) Unloaded->Constructed->Pre-initialized
GardenTrees{1.7.10-1.5.2} [Garden Trees] (GardenStuff-1.7.10-1.5.2.jar) Unloaded->Constructed->Pre-initialized
GraveStone{2.11.3} [GraveStone] (GraveStone-2.11.3.jar) Unloaded->Constructed->Pre-initialized
HardcoreQuesting{The Journey (4.2.2)} [Hardcore Questing Mode] (HQM-The Journey (4.2.2).jar) Unloaded->Constructed->Pre-initialized
JABBA{1.2.1} [JABBA] (Jabba-1.2.1a_1.7.10.jar) Unloaded->Constructed->Pre-initialized
magicalcrops{1.7.2 - 0.1 ALPHA} [Magical Crops] (magicalcrops-1.7.10_0.1.jar) Unloaded->Constructed->Pre-initialized
MagicBees{1.7.10-2.1.22} [Magic Bees] (magicbees-1.7.10-2.1.22.jar) Unloaded->Constructed->Pre-initialized
Mariculture{1.7.10-1.2.4f} [Mariculture] (Mariculture-Deluxe-1.7.10-1.2.4f.jar) Unloaded->Constructed->Pre-initialized
MariTech{1.0} [Marine Technlogy] (Mariculture-Deluxe-1.7.10-1.2.4f.jar) Unloaded->Constructed->Pre-initialized
Mekanism{7.1.2} [Mekanism] (Mekanism-1.7.10-7.1.2.185.jar) Unloaded->Constructed->Pre-initialized
MekanismGenerators{7.1.2} [MekanismGenerators] (MekanismGenerators-1.7.10-7.1.2.185.jar) Unloaded->Constructed->Pre-initialized
MineTweaker3{3.0.9B} [MineTweaker 3] (MineTweaker3-1.7.10-3.0.9C.jar) Unloaded->Constructed->Pre-initialized
MobProperties{0.3.3} [Mob Properties] (MobProperties-1.7.10-0.3.4.jar) Unloaded->Constructed->Pre-initialized
modtweaker2{0.7} [Mod Tweaker 2] (ModTweaker 2-0.7.5.jar) Unloaded->Constructed->Pre-initialized
NEIAddons{1.12.3.11} [NEI Addons] (neiaddons-mc1710-1.12.3.11.jar) Unloaded->Constructed->Pre-initialized
NEIAddons|Botany{1.12.3.11} [NEI Addons: Botany] (neiaddons-mc1710-1.12.3.11.jar) Unloaded->Constructed->Pre-initialized
NEIAddons|Forestry{1.12.3.11} [NEI Addons: Forestry] (neiaddons-mc1710-1.12.3.11.jar) Unloaded->Constructed->Pre-initialized
NEIAddons|CraftingTables{1.12.3.11} [NEI Addons: Crafting Tables] (neiaddons-mc1710-1.12.3.11.jar) Unloaded->Constructed->Pre-initialized
NEIAddons|ExNihilo{1.12.3.11} [NEI Addons: Ex Nihilo] (neiaddons-mc1710-1.12.3.11.jar) Unloaded->Constructed->Pre-initialized
NetherOres{1.7.10R2.3.0RC4} [Nether Ores] (NetherOres-[1.7.10]2.3.0RC4-9.jar) Unloaded->Constructed->Pre-initialized
Quadrum{1.2.0} [Quadrum] (Quadrum-1.7.10-1.2.0.B13-universal.jar) Unloaded->Constructed->Pre-initialized
AS_Ruins{14.6} [Ruins Spawning System] (Ruins-1.7.10.jar) Unloaded->Constructed->Pre-initialized
StevesBarrenLands{1} [Steve's Barren Lands] (StevesBarrenLands.jar) Unloaded->Constructed->Pre-initialized
StorageDrawers{1.7.10-1.3.1} [Storage Drawers] (StorageDrawers-1.7.10-1.3.1.jar) Unloaded->Constructed->Pre-initialized
supercraftingframe{1.7.10.3} [Super Crafting Frame] (supercraftingframe-1.7.10.3.jar) Unloaded->Constructed->Pre-initialized
ThaumicExploration{0.6.0} [Thaumic Exploration] (ThaumicExploration-1.7.10-1.1-36.jar) Unloaded->Constructed->Pre-initialized
TravellersGear{1.15.6} [Traveller's Gear] (TravellersGear-1.7.10-1.15.6.jar) Unloaded->Constructed->Pre-initialized
ttCore{MC1.7.10-0.1.0-66} [ttCore] (ttCore-MC1.7.10-0.1.0-66.jar) Unloaded->Constructed->Pre-initialized
witchery{0.23.2} [Witchery] (witchery-1.7.10-0.23.2.jar) Unloaded->Constructed->Pre-initialized
WitchingGadgets{1.1.2} [Witching Gadgets] (WitchingGadgets-1.7.10-1.1.2.jar) Unloaded->Constructed->Pre-initialized
yampst{1.3.5} [YAMPST] (Yampst-Regrowth-0.7.0.jar) Unloaded->Constructed->Pre-initialized
McMultipart{1.1.1.323} [Minecraft Multipart Plugin] (ForgeMultipart-1.7.10-1.1.1.323-universal.jar) Unloaded->Constructed->Pre-initialized
IguanaTweaksTConstruct{1.7.10-2.1.3.126} [Iguana Tinker Tweaks] (IguanaTinkerTweaks-1.7.10-2.1.3.jar) Unloaded->Constructed->Pre-initialized
ForgeMicroblock{1.1.1.323} [Forge Microblocks] (ForgeMultipart-1.7.10-1.1.1.323-universal.jar) Unloaded->Constructed->Pre-initialized
AE2 Version: beta rv2-beta-10 for Forge 10.13.2.1291
Mantle Environment: Environment healthy.
TConstruct Environment: Environment healthy.
Profiler Position: N/A (disabled)
Is Modded: Definitely; Server brand changed to 'fml,forge'
Type: Dedicated Server (map_server.txt)
I will have a look over your crash log and see what is wrong but yes you can run a server of it. Also, keeping up with this thread is a full time job!

Edit/update. Have you set the correct memory allocation for the server? It may be crashing due to lack of resources. Server is spending too much time doing garbage collection you will need to adjust the servers java parameters. Hopefully someone on here will be able to give you some good parameters as I do not have enough caffeine in me yet to remember what parameter I used to run my modded server with ><
Sorry I can't be of more help.
 
Last edited:
  • Like
Reactions: zPiiiG

zPiiiG

New Member
Jul 29, 2019
3
0
0
@Yarma92 This is the "ServerStart.bat" when i try to host it with my pc
java -Xms2048m -Xmx4096m -XX:permSize=256m -jar forge-1.7.10-10.13.2.1291-universal.jar nogui
pause
My pc have 8GB of ram and the server have only 2Gb. But i just play Sky Factory 2 on the server without lag.
My pc specs: i7-4770k, 8gb ram and amd r9 290. So I think my pc can run the server..
Sorry for my english, I'm Italian and study it alone.
 
  • Like
Reactions: Yarma92

rivvest

New Member
Jul 29, 2019
490
0
0
Hello, there is so many page to read.. I can run multiplayer server of regrowth? Or it's just singleplayer?
I asked that because when i try to host(on my pc or on my server) the server crash.
[9.3] [v0.7.1 only] ServerStart.bat file won't launch the server: java.lang.NoClassDefFoundError: Ljoshie/enchiridion/wiki/gui/GuiMain;
[BUG] You can either remove the Enchiridion 2 mod from the server, or update config/enchiridion/enchiridion2.cfg and set "Disable Autodiscovery"=false.
(https://www.dropbox.com/s/a4zr8le2nr9zh4d/regrowth-faq.txt?dl=0)
 

zPiiiG

New Member
Jul 29, 2019
3
0
0