Skip to content

Instantly share code, notes, and snippets.

---- Minecraft Crash Report ----
WARNING: coremods are present:
MicdoodlePlugin (MicdoodleCore-1.12.2-4.0.1.138.jar)
CTMCorePlugin (CTM-MC1.12-0.2.3.12.jar)
CoreMod (Aroma1997Core-1.12.2-2.0.0.0.b143.jar)
DynamicSurroundingsCore (DynamicSurroundings-1.12.2-3.4.9.4.jar)
IELoadingPlugin (ImmersiveEngineering-0.12-76-core.jar)
AstralCore (astralsorcery-1.12.2-1.8.5.jar)
FarseekCoreMod (Farseek-1.12-2.2.3.jar)
---- Minecraft Crash Report ----
WARNING: coremods are present:
CTMCorePlugin (CTM-MC1.12-0.2.3.12.jar)
MicdoodlePlugin (MicdoodleCore-1.12.2-4.0.1.150.jar)
SHLoadingPlugin (ScalingHealth-1.12-1.3.11-91.jar)
AstralCore (astralsorcery-1.12.2-1.8.5.jar)
FarseekCoreMod (Farseek-1.12-2.2.3.jar)
Plugin (NotEnoughIDs-1.5.4.2.jar)
CoreMod (Aroma1997Core-1.12.2-2.0.0.0.b144.jar)
//#var
#loader contenttweaker
import mods.contenttweaker.VanillaFactory;
import mods.contenttweaker.Item;
//#items
var ultimatepickaxe = VanillaFactory.createItem("ultimatepickaxe");
ultimatepickaxe.maxStackSize = 1;
ultimatepickaxe.contenttweaker.itemName = "ultimate pickaxe";
#Tabs
#Items
item.ultimatehelm.name=ultimate helm
item.ultimatesword.name=ultimate sword
item.ultimatepickaxe.name=ultimate pickaxe
item.ultimateshovel.name=ultimate shovel
item.ultimatebow.name=ultimate bow
//#var
#loader contenttweaker
import mods.contenttweaker.VanillaFactory;
import mods.contenttweaker.Item;
//#items
var ultimatepickaxe = VanillaFactory.createItem("ultimate pickaxe");
ultimatepickaxe.maxStackSize = 1;
ultimatepickaxe.register();
#loader contenttweaker
//#var
import mods.contenttweaker.VanillaFactory;
import mods.contenttweaker.Item;
//#items
var ultimatepickaxe = VanillaFactory.createItem("ultimate_pickaxe");
ultimatepickaxe.maxStackSize = 1;
ultimatepickaxe.register();
#Tabs
#Items
item.contenttweaker.ultimate_helm.name=Ultimate helm
item.contenttweaker.ultimate_sword.name=Ultimate sword
item.contenttweaker.ultimate_pickaxe.name=Ultimate pickaxe
item.contenttweaker.dultimate_shovel.name=Ultimate shovel
item.contenttweaker.ultimate_bow.name=ultimate bow
[PREINITIALIZATION][CLIENT][INFO] Loading scripts
[PREINITIALIZATION][CLIENT][INFO] [contenttweaker | SIDE_CLIENT]: Skipping file {[0:crafttweaker]: abyssalcraft.zs} as we are currently loading with a different loader
[PREINITIALIZATION][CLIENT][INFO] [contenttweaker | SIDE_CLIENT]: Skipping file {[0:crafttweaker]: actually aditions..zs} as we are currently loading with a different loader
[PREINITIALIZATION][CLIENT][INFO] [contenttweaker | SIDE_CLIENT]: Skipping file {[0:crafttweaker]: Aether legacy.zs} as we are currently loading with a different loader
[PREINITIALIZATION][CLIENT][INFO] [contenttweaker | SIDE_CLIENT]: Skipping file {[0:crafttweaker]: applied energistics 2.zs} as we are currently loading with a different loader
[PREINITIALIZATION][CLIENT][INFO] [contenttweaker | SIDE_CLIENT]: Skipping file {[0:crafttweaker]: archatect.zs} as we are currently loading with a different loader
[PREINITIALIZATION][CLIENT][INFO] [contenttweaker | SIDE_CLIENT]: Skipping file {[0:crafttweaker]: Askitor.zs} as we are
//#Remove
recipes.remove(<calculator:calculatorscreen>);
recipes.remove(<calculator:healthmodule>);
recipes.remove(<calculator:hungermodule>);
recipes.remove(<calculator:flawlesscalculator>);
recipes.remove(<calculator:scientificcalculator>);
recipes.remove(<calculator:calculatorassembly>);
recipes.remove(<calculator:advancedassembly>);
recipes.remove(<calculator:atomicassembly>);
recipes.remove(<calculator:atomiccalculator>);
---- Minecraft Crash Report ----
WARNING: coremods are present:
CTMCorePlugin (CTM-MC1.12-0.2.3.12.jar)
TANLoadingPlugin (ToughAsNails-1.12.2-3.1.0.94-universal.jar)
SHLoadingPlugin (ScalingHealth-1.12-1.3.11-91.jar)
FarseekCoreMod (Farseek-1.12-2.2.4.jar)
AstralCore (astralsorcery-1.12.2-1.8.5.jar)
MicdoodlePlugin (MicdoodleCore-1.12.2-4.0.1.155.jar)
Plugin (NotEnoughIDs-1.5.4.2.jar)