I hereby claim:
- I am gabizou on github.
- I am gabizou (https://keybase.io/gabizou) on keybase.
- I have a public key whose fingerprint is AD3E 797E 9F7B 725C F3AF 604D F34C 08E5 B2D6 7A0A
To claim this, I am signing this object:
I hereby claim:
To claim this, I am signing this object:
Q: What's the story of the Squirrel?
A: ?
Q: Will the support for 1.12.2 end? And will we get another recommended build for 1.12?
A: The support will end once 1.14 gets a recommendet build. And there should be another Recommended build.
Q: Will 1.13.2 be left as it is, or be continued parallel to 1.14?
A: It will propably be left as it is, as 1.13 is to unstable in the first place.
[20:05:00] [main/DEBUG] [mixin]: Preparing mixins.customnpcsbridge.json (2) | |
[20:05:00] [main/TRACE] [mixin]: Catching | |
java.lang.ClassNotFoundException: The specified class 'noppes.npcs.controllers.data.Availability' was not found | |
at org.spongepowered.asm.service.mojang.MixinServiceLaunchWrapper.getClassBytes(MixinServiceLaunchWrapper.java:357) ~[spongeforge-1.12.2-2768-7.1.5.jar:1.12.2-2768-7.1.5] | |
at org.spongepowered.asm.service.mojang.MixinServiceLaunchWrapper.getClassNode(MixinServiceLaunchWrapper.java:432) ~[spongeforge-1.12.2-2768-7.1.5.jar:1.12.2-2768-7.1.5] | |
at org.spongepowered.asm.mixin.transformer.ClassInfo.forName(ClassInfo.java:1676) [spongeforge-1.12.2-2768-7.1.5.jar:1.12.2-2768-7.1.5] | |
at org.spongepowered.asm.mixin.transformer.MixinInfo.getTarget(MixinInfo.java:908) [spongeforge-1.12.2-2768-7.1.5.jar:1.12.2-2768-7.1.5] | |
at org.spongepowered.asm.mixin.transformer.MixinInfo.readTargets(MixinInfo.java:891) [spongeforge-1.12.2-2768-7.1.5.jar:1.12.2-2768-7.1.5] | |
at org.spongepowered.asm.mixin.tra |
Current state is still in development
#####Preface By this point, you should already understand the object structure and concept of Causes and EventContexts. If you have not, do consider reading that aspect prior to reading this section as this section is about the implementation that powers creating these objects for all events.
package com.voxelplugineering.voxelsniper.brush.mask; | |
import com.voxelplugineering.voxelsniper.brush.Brush; | |
import com.voxelplugineering.voxelsniper.brush.BrushInfo; | |
import com.voxelplugineering.voxelsniper.brush.BrushKeys; | |
import com.voxelplugineering.voxelsniper.brush.BrushParam; | |
import com.voxelplugineering.voxelsniper.brush.BrushPartType; | |
import com.voxelplugineering.voxelsniper.brush.BrushVars; | |
import com.voxelplugineering.voxelsniper.brush.ExecutionResult; | |
import com.voxelplugineering.voxelsniper.config.VoxelSniperConfiguration; |
I hereby claim:
To claim this, I am signing this object:
package org.spongepowered.cookbook.plugin; | |
import static com.google.common.base.Preconditions.checkArgument; | |
import static com.google.common.base.Preconditions.checkNotNull; | |
import com.google.common.collect.ImmutableSet; | |
import org.spongepowered.api.registry.AdditionalCatalogRegistryModule; | |
import java.util.Collection; | |
import java.util.HashMap; |
I hereby claim:
To claim this, I am signing this object:
// Use Gists to store code you would like to remember later on | |
console.log(window); // log the "window" object to the console |
/* | |
* This file is part of SpongeAPI, licensed under the MIT License (MIT). | |
* | |
* Copyright (c) SpongePowered <https://www.spongepowered.org> | |
* Copyright (c) contributors | |
* | |
* Permission is hereby granted, free of charge, to any person obtaining a copy | |
* of this software and associated documentation files (the "Software"), to deal | |
* in the Software without restriction, including without limitation the rights | |
* to use, copy, modify, merge, publish, distribute, sublicense, and/or sell |