Skip to content

Instantly share code, notes, and snippets.

[20:55:33] [main/INFO] [LaunchWrapper]: Loading tweak class name org.spongepowered.server.launch.VanillaServerTweaker
[20:55:33] [main/INFO] [LaunchWrapper]: Using primary tweak class name org.spongepowered.server.launch.VanillaServerTweaker
[20:55:33] [main/INFO] [LaunchWrapper]: Calling tweak class org.spongepowered.server.launch.VanillaServerTweaker
[20:55:33] [main/INFO] [Sponge]: Initializing Sponge...
[20:55:33] [main/DEBUG] [Sponge]: Applying runtime de-obfuscation...
[20:55:33] [main/INFO] [Sponge]: De-obfuscation mappings are provided by MCP (http://www.modcoderpack.com)
[20:55:34] [main/DEBUG] [Sponge]: Registering access transformers...
[20:55:34] [main/DEBUG] [Sponge]: Initializing Mixin environment...
[20:55:34] [main/DEBUG] [mixin]: Mixin bootstrap service org.spongepowered.asm.service.modlauncher.MixinServiceModLauncherBootstrap is not available: ModLauncher is not available
[20:55:34] [main/DEBUG] [mixin]: MixinService [LaunchWrapper] was successfully booted in sun.misc.Launcher$AppClassLoader
@Mixin(net.minecraft.world.storage.MapData.class)
public class MapDataBridgeMixin implements MapDataBridge {
@Shadow public byte dimension;
private static Field mapDataBridgeMixin$dimensionId;
static {
try {
if (SpongeImplHooks.isDeobfuscatedEnvironment()) {
mapDataBridgeMixin$dimensionId = MapData.class.getDeclaredField("dimension");
} else {
private static Field mapDataBridgeMixin$dimensionId;
private static Method getTypeMethod;
@Shadow public abstract void updateMapData(int x, int y);
static {
Class<?> clazz = null;
try {
if (SpongeImplHooks.isDeobfuscatedEnvironment()) {
mapDataBridgeMixin$dimensionId = MapData.class.getDeclaredField("dimension");
---- Minecraft Crash Report ----
WARNING: coremods are present:
SpongeCoremod (spongeforge-1.12.2-2838-7.2.1.jar)
CXLibraryCore (CXLibrary-1.12.2.jar)
Contact their authors BEFORE contacting forge
// I'm sorry, Dave.
Time: 5/12/20 12:36 PM
14:50:14: Executing task 'build'...
> Configure project :SpongeCommon
This mapping 'snapshot_20180808' was designed for MC 1.12! Use at your own peril.
Found AccessTransformer: common_at.cfg
> Configure project :
This mapping 'snapshot_20180808' was designed for MC 1.12! Use at your own peril.
Found AccessTransformer: common_at.cfg
package org.spongepowered.common.mixin.api.mcp.map;
import com.flowpowered.math.vector.Vector2i;
import net.minecraft.nbt.NBTException;
import net.minecraft.nbt.NBTTagCompound;
import net.minecraft.world.storage.MapDecoration;
import org.spongepowered.api.data.DataContainer;
import org.spongepowered.api.data.persistence.DataFormats;
import org.spongepowered.api.map.decoration.MapDecorationType;
import org.spongepowered.asm.mixin.Final;
This file has been truncated, but you can view the full file.
[18:11:36] [main/INFO] [LaunchWrapper]: Loading tweak class name org.spongepowered.server.launch.VanillaServerTweaker
[18:11:36] [main/INFO] [LaunchWrapper]: Using primary tweak class name org.spongepowered.server.launch.VanillaServerTweaker
[18:11:36] [main/INFO] [LaunchWrapper]: Calling tweak class org.spongepowered.server.launch.VanillaServerTweaker
[18:11:36] [main/INFO] [Sponge]: Initializing Sponge...
[18:11:36] [main/DEBUG] [Sponge]: Applying runtime de-obfuscation...
[18:11:36] [main/INFO] [Sponge]: De-obfuscation mappings are provided by MCP (http://www.modcoderpack.com)
[18:11:36] [main/DEBUG] [Sponge]: Registering access transformers...
[18:11:36] [main/DEBUG] [Sponge]: Initializing Mixin environment...
[18:11:36] [main/DEBUG] [mixin]: Mixin bootstrap service org.spongepowered.asm.service.modlauncher.MixinServiceModLauncherBootstrap is not available: ModLauncher is not available
[18:11:37] [main/DEBUG] [mixin]: MixinService [LaunchWrapper] was successfully booted in sun.misc.Launcher$AppClassLoader
@Listener
public void onPreInit(GamePreInitializationEvent e) {
try (CauseStackManager.StackFrame frame = Sponge.getCauseStackManager().pushCauseFrame()) {
frame.pushCause(container);
DataRegistration.builder()
.name(DISGUISED.getName())
.id(DISGUISED.getId()) // prefix is added for you and you can't add it yourself
.dataClass(DisguisedData.class)
.immutableClass(DisguisedData.Immutable.class)
.builder(new DisguisedDataImpl.Builder())
[15:19:53] [main/INFO] [LaunchWrapper]: Loading tweak class name org.spongepowered.server.launch.VanillaServerTweaker
[15:19:53] [main/INFO] [LaunchWrapper]: Using primary tweak class name org.spongepowered.server.launch.VanillaServerTweaker
[15:19:53] [main/INFO] [LaunchWrapper]: Calling tweak class org.spongepowered.server.launch.VanillaServerTweaker
[15:19:53] [main/INFO] [Sponge]: Initializing Sponge...
[15:19:53] [main/DEBUG] [Sponge]: Applying runtime de-obfuscation...
[15:19:53] [main/INFO] [Sponge]: De-obfuscation mappings are provided by MCP (http://www.modcoderpack.com)
[15:19:53] [main/DEBUG] [Sponge]: Registering access transformers...
[15:19:53] [main/DEBUG] [Sponge]: Initializing Mixin environment...
[15:19:53] [main/DEBUG] [mixin]: Mixin bootstrap service org.spongepowered.asm.service.modlauncher.MixinServiceModLauncherBootstrap is not available: ModLauncher is not available
[15:19:53] [main/DEBUG] [mixin]: MixinService [LaunchWrapper] was successfully booted in sun.misc.Launcher$AppClassLoader
buildscript {
repositories {
maven {
name = 'sponge'
url = 'https://repo.spongepowered.org/maven'
}
maven {
name = 'forge'
url = 'https://files.minecraftforge.net/maven'
}