Skip to content

Instantly share code, notes, and snippets.

@Lorelando
Lorelando / underground_forest.cave
Created March 16, 2019 18:39
Underground-forest modified preset
# ----------------------------------------------------------- #
# ########################################################### #
# ### underground_forest.cave Info ### #
# ########################################################### #
# This preset demonstrates a more fleshed-out use case of #
# this mod. It applies a variety of decorations to caves. #
# ----------------------------------------------------------- #
{
enabled: true
giantPillars: [
@Lorelando
Lorelando / crashreport
Created March 11, 2019 16:03
Cavegenerator Crash upon entering nether
---- Minecraft Crash Report ----
WARNING: coremods are present:
RBLoadingPlugin (RealBench-1.12.2-1.3.3.jar)
ColytraLoadingPlugin (colytra-1.12.2-1.1.0.3.jar)
SSLoadingPlugin (SereneSeasons-1.12.2-1.2.15-universal.jar)
ForgelinPlugin (Forgelin-1.8.2.jar)
ItemPatchingLoader (ItemPhysic_Full_1.4.19_mc1.12.2.jar)
LoadingPlugin (Quark-r1.5-145.jar)
LoadingPlugin (BetterWithLib-1.12-1.5.jar)
@Lorelando
Lorelando / crash-server.txt
Created March 6, 2019 12:19
Cavegenerator Crash "bound must be positive"
---- Minecraft Crash Report ----
WARNING: coremods are present:
RBLoadingPlugin (RealBench-1.12.2-1.3.3.jar)
ColytraLoadingPlugin (colytra-1.12.2-1.1.0.3.jar)
SSLoadingPlugin (SereneSeasons-1.12.2-1.2.15-universal.jar)
ForgelinPlugin (Forgelin-1.8.2.jar)
ItemPatchingLoader (ItemPhysic_Full_1.4.19_mc1.12.2.jar)
LoadingPlugin (Quark-r1.5-145.jar)
LoadingPlugin (BetterWithLib-1.12-1.5.jar)
---- Minecraft Crash Report ----
// I just don't know what went wrong :(
Time: 05/03/18 18:22
Description: Exception in server tick loop
net.minecraftforge.fml.common.LoaderExceptionModCrash: Caught exception from Rustic (rustic)
Caused by: java.lang.NoClassDefFoundError: net/minecraft/client/renderer/color/IBlockColor
at rustic.compat.Compat.preInitDynamicTreesCompat(Compat.java:232)
at rustic.core.CommonProxy.preInit(CommonProxy.java:65)
---- Minecraft Crash Report ----
// Surprise! Haha. Well, this is awkward.
Time: 05/03/18 18:23
Description: Exception in server tick loop
net.minecraftforge.fml.common.LoaderExceptionModCrash: Caught exception from Rustic (rustic)
Caused by: java.lang.NoClassDefFoundError: com/ferreusveritas/dynamictrees/api/treedata/ILeavesProperties
at rustic.compat.Compat.preInitDynamicTreesCompat(Compat.java:232)
at rustic.core.CommonProxy.preInit(CommonProxy.java:65)
---- Minecraft Crash Report ----
// Ouch. That hurt :(
Time: 3/5/18 6:24 PM
Description: There was a severe problem during mod loading that has caused the game to fail
net.minecraftforge.fml.common.LoaderExceptionModCrash: Caught exception from Rustic (rustic)
Caused by: java.lang.NoClassDefFoundError: com/ferreusveritas/dynamictrees/api/treedata/ILeavesProperties
at rustic.compat.Compat.preInitDynamicTreesCompat(Compat.java:232)
at rustic.core.CommonProxy.preInit(CommonProxy.java:65)