Skip to content

Instantly share code, notes, and snippets.

@lehjr
lehjr / gist:1d46d3a73089e3ccddc4
Created September 29, 2015 17:11
MPSA - QMX crash with ExtraCells-1.7.10-2.3.0b142
---- Minecraft Crash Report ----
// Daisy, daisy...
Time: 9/28/15 7:48 PM
Description: There was a severe problem during mod loading that has caused the game to fail
cpw.mods.fml.common.LoaderException: java.lang.NoSuchMethodError: extracells.api.definitions.IItemDefinition.wirelessFluidTerminal()Lappeng/api/util/AEItemDefinition;
at cpw.mods.fml.common.LoadController.transition(LoadController.java:163)
at cpw.mods.fml.common.Loader.initializeMods(Loader.java:744)
at cpw.mods.fml.client.FMLClientHandler.finishMinecraftLoading(FMLClientHandler.java:311)
@lehjr
lehjr / MPS-1.8.8
Created January 10, 2016 02:42
MPS-1.8.8 Progress
Information:1/9/16 9:39 PM - Compilation completed with 130 errors and 0 warnings in 2s 841ms
/home/leon/development/MPS-1.8.8/src/main/scala/net/machinemuse/numina/render/MuseIconUtils.scala
Error:(7, 8) object IIcon is not a member of package net.minecraft.util
import net.minecraft.util.IIcon
^
Error:(22, 46) not found: type IIcon
def drawIconAt(x: Double, y: Double, icon: IIcon, colour: Colour) {
^
Error:(42, 51) not found: type IIcon
def drawIconPartial(x: Double, y: Double, icon: IIcon, colour: Colour, left: Double, top: Double, right: Double, bottom: Double) {
@lehjr
lehjr / Primer.md
Created February 3, 2016 22:34 — forked from williewillus/Primer.md
1.8 rendering primer

1.8 Rendering Primer by williewillus (formatted to markdown by gigaherz)

Note: This primer assumes you are using MinecraftForge 1.8.9 build 1670 or above. Correctness not guaranteed otherwise.

This guide is intended for those with a clear knowledge of general modding and want a quick up to speed on how new things work. If you are confused, please hop on IRC and ask for help!

Blocks and Items

  • 1.7: EVERY BLOCK SHAPE EVER was hardcoded into RenderBlocks. Oh God, just look at that class. Actually don’t, if you value your sanity.
  • 1.8: Block shapes are all declared using models
@lehjr
lehjr / MPS 1.8.9 OBJ model warnings.txt
Created March 28, 2016 12:35
MPS 1.8.9 OBJ model warnings
[22:09:43] [Client thread/INFO]: OBJLoader.MaterialLibrary: key 'illum' (model: 'powersuits:models/item/mps_pantaloons.mtl') is not currently supported, skipping
[22:09:43] [Client thread/INFO]: OBJModel: A color has already been defined for material 'initialShadingGroup' in 'powersuits:models/item/mps_pantaloons.mtl'. The color defined by key 'Ka' will not be applied!
[22:09:43] [Client thread/INFO]: OBJLoader.MaterialLibrary: key 'Tf' (model: 'powersuits:models/item/mps_pantaloons.mtl') is not currently supported, skipping
[22:09:43] [Client thread/INFO]: OBJLoader.MaterialLibrary: key 'Ni' (model: 'powersuits:models/item/mps_pantaloons.mtl') is not currently supported, skipping
[22:09:43] [Client thread/INFO]: OBJModel: A color has already been defined for material 'jetpack1:wire_000214253' in 'powersuits:models/item/mps_pantaloons.mtl'. The color defined by key 'Ka' will not be applied!
[22:09:43] [Client thread/INFO]: OBJModel: A color has already been defined for material 'jetpack1:wire_000214253' in 'p
@lehjr
lehjr / mps-TechReborn.recipes
Created May 21, 2017 15:13
MPS - Tech reborn recipes
[
{
"ingredients" : [
[ null, { "oredictName" : "gemEmerald" }, null ],
[ { "oredictName" : "plateIron" }, { "oredictName" : "circuitBasic" }, { "oredictName" : "plateIron" } ],
[ null, { "registryName" : "techreborn:machinecasing" }, null ]
],
"result" : {
"registryName" : "powersuits:tile.tinkerTable"
}
[10:57:40] [main/INFO]: Extra: []
[10:57:40] [main/INFO]: Found and added coremod: codechicken.lib.asm.CCLCorePlugin
[10:57:40] [main/INFO]: Found and added coremod: team.chisel.common.asm.ChiselCorePlugin
[10:57:40] [main/INFO]: Found and added coremod: cofh.asm.LoadingPlugin
[10:57:40] [main/INFO]: Found and added coremod: reborncore.mixin.implementations.forge.MixinForgeLoadingCore
[10:57:40] [main/INFO]: Found and added coremod: mekanism.common.launch.LoadingHook
[10:57:40] [main/INFO]: Found and added coremod: appeng.coremod.AppEngCore
[10:57:40] [main/INFO]: Found and added coremod: com.enderio.core.common.transform.EnderCorePlugin
[10:57:40] [main/INFO]: Running with arguments: [--userProperties, {}, --assetsDir, /home/leon/.gradle/caches/minecraft/assets, --assetIndex, 1.10, --accessToken{REDACTED}, --version, 1.10.2, --tweakClass, net.minecraftforge.fml.common.launcher.FMLTweaker, --tweakClass, net.minecraftforge.gradle.tweakers.CoremodTweaker]
[10:57:40] [main/INFO]: Loading tweak class name net.min
@lehjr
lehjr / gist:982f8ebd57447bb03ac19c4a962b754b
Created January 13, 2019 17:21
[1.12.2] No recipes for most items #891
[12:11:29] [main/INFO] [LaunchWrapper]: Loading tweak class name net.minecraftforge.fml.common.launcher.FMLTweaker
[12:11:29] [main/INFO] [LaunchWrapper]: Using primary tweak class name net.minecraftforge.fml.common.launcher.FMLTweaker
[12:11:29] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.fml.common.launcher.FMLTweaker
[12:11:29] [main/INFO] [FML]: Forge Mod Loader version 14.23.5.2807 for Minecraft 1.12.2 loading
[12:11:29] [main/INFO] [FML]: Java is Java HotSpot(TM) 64-Bit Server VM, version 1.8.0_191, running on Linux:amd64:4.20.0-042000-generic, installed at /usr/lib/jvm/java-8-oracle/jre
[12:11:29] [main/INFO] [FML]: Searching /home/leon/.local/share/multimc/instances/1.12.24/.minecraft/mods for mods
[12:11:29] [main/INFO] [FML]: Searching /home/leon/.local/share/multimc/instances/1.12.24/.minecraft/mods/1.12.2 for mods
[12:11:29] [main/INFO] [FML]: Loading tweaker guichaguri.betterfps.tweaker.BetterFpsTweaker from BetterFps-1.4.8.jar
[12:11:29] [main/INFO] [FML]: Loading tweaker
@lehjr
lehjr / update.json
Created March 12, 2022 19:23
Modular Powersuits Updates
{
"homepage": "https://www.curseforge.com/minecraft/mc-mods/modular-powersuits",
"promos": {
"1.16.5-recommended": "1.16.5-2.1.21"
}
}