Skip to content

Instantly share code, notes, and snippets.

:runServer
2017-12-22 14:03:05,489 main WARN Unable to instantiate org.fusesource.jansi.WindowsAnsiOutputStream
2017-12-22 14:03:05,492 main WARN Unable to instantiate org.fusesource.jansi.WindowsAnsiOutputStream
[14:03:05] [main/INFO] [GradleStart]: Extra: []
[14:03:05] [main/INFO] [GradleStart]: Running with arguments: [--tweakClass, net.minecraftforge.fml.common.launcher.FMLServerTweaker, --tweakClass, net.minecraftforge.gradle.tweakers.CoremodTweaker]
[14:03:05] [main/INFO] [LaunchWrapper]: Loading tweak class name net.minecraftforge.fml.common.launcher.FMLServerTweaker
[14:03:05] [main/INFO] [LaunchWrapper]: Using primary tweak class name net.minecraftforge.fml.common.launcher.FMLServerTweaker
[14:03:05] [main/INFO] [LaunchWrapper]: Loading tweak class name net.minecraftforge.gradle.tweakers.CoremodTweaker
[14:03:05] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.fml.common.launcher.FMLServerTweaker
2017-12-22 14:03:06,114 main WARN Disabling terminal, you're running in an unsupporte
hljs.registerLanguage('mccrash', (hljs)=>({
cI: true,
c: [{
cN: "section",
v: [{
b: "^-{1,6} ",
e: " -{1,6}$"
}, {
b: "^.+?\\n[=-]{2,}$"
}]
This file has been truncated, but you can view the full file.
CL net/minecraft/realms/RealmsEditBox Class0
CL bje Class1
CL bib Class2
CL bip Class3
CL net/minecraft/realms/DisconnectedRealmsScreen Class4
CL net/minecraft/realms/RealmsScreen Class5
CL hh Class6
CL net/minecraft/realms/Realms Class7
CL net/minecraft/realms/RealmsButton Class8
CL net/minecraft/realms/RealmsVertexFormatElement Class9
@Runemoro
Runemoro / build.gradle
Last active July 9, 2019 01:33
Minecraft build.gradle
plugins {
id 'java'
}
group 'net.minecraft'
version '1.14.4-pre3'
sourceCompatibility = 1.8
repositories {
net/minecraft/class_124 net/minecraft/text/TextFormat
method_534 byId
method_536 getId
method_539 stripFormatting
method_542 isModifier
method_533 getFormatByName
method_543 isColor
method_535 sanitizeName
method_532 getColor
method_537 getFormatName
@Runemoro
Runemoro / mcpe-1.9.0.3-symbols.txt
Created January 8, 2019 14:38
Dump of all Minecraft Pocket Edition 1.9.0.3 symbols
This file has been truncated, but you can view the full file.
03fcdd68 T __aeabi_d2f
03fcdd0c T __aeabi_d2iz
U __aeabi_d2lz
U __aeabi_d2uiz
U __aeabi_d2ulz
U __aeabi_dadd
U __aeabi_dcmpeq
U __aeabi_dcmpge
U __aeabi_dcmpgt
U __aeabi_dcmple
This file has been truncated, but you can view the full file.
03fcdd68 T __aeabi_d2f
03fcdd0c T __aeabi_d2iz
U __aeabi_d2lz
U __aeabi_d2uiz
U __aeabi_d2ulz
U __aeabi_dadd
U __aeabi_dcmpeq
U __aeabi_dcmpge
U __aeabi_dcmpgt
U __aeabi_dcmple
@Runemoro
Runemoro / gist:4fc28ea62a78a4676e5faa438ce13015
Created January 24, 2019 00:25
Unmapped methods by package
/net/minecraft [7437/14874]
advancement [81/162]
criterion [72/144]
block [257/514]
dispenser [1/2]
entity [60/120]
enums [1/2]
pattern [1/2]
piston [2/4]
client [1589/3178]
@Runemoro
Runemoro / gist:f28c70283e76e4f3ef7f72b4ddaafe63
Last active January 24, 2019 01:40
Methods mapped by package
/net/minecraft 68.92% (9442/13700) mapped - 4258 unmapped
advancement 88.58% (349/394) mapped - 45 unmapped
criterion 84.27% (225/267) mapped - 42 unmapped
block 81.13% (701/864) mapped - 163 unmapped
dispenser 85.71% (6/7) mapped - 1 unmapped
entity 93.10% (270/290) mapped - 20 unmapped
enums 80.00% (4/5) mapped - 1 unmapped
piston 66.67% (4/6) mapped - 2 unmapped
client 69.78% (2355/3375) mapped - 1020 unmapped
audio 85.56% (77/90) mapped - 13 unmapped
import cuchaz.enigma.analysis.ParsedJar;
import cuchaz.enigma.analysis.index.BridgeMethodIndex;
import cuchaz.enigma.analysis.index.JarIndex;
import net.fabricmc.mappings.EntryTriple;
import net.fabricmc.mappings.Mappings;
import net.fabricmc.mappings.MappingsProvider;
import net.fabricmc.mappings.MethodEntry;
import org.objectweb.asm.ClassReader;
import org.objectweb.asm.ClassVisitor;
import org.objectweb.asm.MethodVisitor;