Skip to content

Instantly share code, notes, and snippets.

@LordPINE
LordPINE / latest.log
Created August 29, 2023 12:34
Weird error
[14:20:51] [main/INFO]: userProperties: {}
[14:20:51] [main/INFO]: assetsDir: C:\Users\LordPINE\.gradle\caches\retro_futura_gradle\assets
[14:20:51] [main/INFO]: assetIndex: 1.7.10
[14:20:51] [main/INFO]: accessToken: 0
[14:20:51] [main/INFO]: version: 1.7.10
[14:20:51] [main/INFO]: username: Developer
[14:20:51] [main/INFO]: Extra: [--gameDir, D:\Code\APcC\run, --uuid, 31c4910d-9b69-4725-8969-9ed53ac8a7dc]
[14:20:51] [main/INFO]: Found and added coremod: alkalus.main.asm.WE_CORE_FMLLoadingPlugin
[14:20:51] [main/INFO]: Found and added cascading tweaker: org.spongepowered.asm.launch.MixinTweaker
[14:20:51] [main/INFO]: Found and added coremod: Reika.DragonAPI.Auxiliary.DragonAPIASMHandler
@LordPINE
LordPINE / crash_report.txt
Created November 29, 2019 18:51
crash_report
---- Minecraft Crash Report ----
WARNING: coremods are present:
CharmLoadingPlugin (Charm-1.12.2-1.2.2.jar)
Do not report to Forge! (If you haven't disabled the FoamFix coremod, try disabling it in the config! Note that this bit of text will still appear.) (foamfix-0.10.5-1.12.2.jar)
HCASM (HammerCore-1.12.2-2.0.4.7.jar)
CorePlugin (ForgeEndertech-1.12.2-4.4.22.1-build.0389.jar)
RandomPatches (randompatches-1.12.2-1.17.2.1.jar)
Quark Plugin (Quark-r1.6-174.jar)
TransformerLoader (OpenComputers-MC1.12.2-1.7.4.153.jar)
#loader contenttweaker
import mods.contenttweaker.Item;
import mods.contenttweaker.Block;
import mods.contenttweaker.Fluid;
import mods.contenttweaker.VanillaFactory;
import mods.contenttweaker.ResourceLocation;
val CondensedVoid = VanillaFactory.createFluid("condensed_void", 16777215);
CondensedVoid.stillLocation = "contenttweaker:fluids/condensed_void";