Skip to content

Instantly share code, notes, and snippets.

View Grinch's full-sized avatar

Steven Downer Grinch

  • InspireNXE
  • Wisconsin
View GitHub Profile
package
{
import Components.QuantityComponent;
import Shared.AS3.BS3DSceneRectManager;
import Shared.AS3.BSAnimating3DSceneRect;
import Shared.AS3.BSScrollingConfigParams;
import Shared.AS3.BSScrollingContainer;
import Shared.AS3.Data.BSUIDataManager;
import Shared.AS3.Data.FromClientDataEvent;
import Shared.AS3.Events.ScrollingEvent;
Could not transfer artifact org.inspirenxe:skills:jar:1.0.0-20181005.030034-3 from/to remote (https://oss.sonatype.org/content/repositories/snapshots/): Failed to transfer file: https://oss.sonatype.org/content/repositories/snapshots/org/inspirenxe/skills/1.0.0-SNAPSHOT/skills-1.0.0-20181005.030034-3.jar. Return code is: 401, ReasonPhrase: Unauthorized.
Could not transfer artifact org.inspirenxe:skills:pom:1.0.0-20181005.030034-3 from/to remote (https://oss.sonatype.org/content/repositories/snapshots/): Failed to transfer file: https://oss.sonatype.org/content/repositories/snapshots/org/inspirenxe/skills/1.0.0-SNAPSHOT/skills-1.0.0-20181005.030034-3.pom. Return code is: 401, ReasonPhrase: Unauthorized.
Could not transfer artifact org.inspirenxe:skills:jar:sources:1.0.0-20181005.030034-3 from/to remote (https://oss.sonatype.org/content/repositories/snapshots/): Failed to transfer file: https://oss.sonatype.org/content/repositories/snapshots/org/inspirenxe/skills/1.0.0-SNAPSHOT/skills-1.0.0-20181005.030034-3-so
{
"forge_marker": 1,
"defaults": {
"model": "almura:grass_path_stairs",
"transform": "forge:default-block"
},
"variants": {
"inventory": [{}],
"facing": {
"east": {
{
"forge_marker": 1,
"defaults": {
"model": "almura:normal/letter/0w.obj",
"transform": "forge:default-block"
},
"variants": {
"inventory": [{}],
"normal": [{}],
"axis": {
plugins {
id 'org.spongepowered.plugin' version '0.8.1'
}
group = pluginGroup
version = pluginVersion
repositories {
mavenCentral()
maven { url = 'http://files.minecraftforge.net/maven/' }
@Grinch
Grinch / NEIUtils.java
Last active September 26, 2017 23:41
public static void setHourForward(World world, int hour, boolean notify)
{
long day = getTime(world) / 24000L * 24000L;
long newTime = day + 24000L + hour * 1000;
setTime(newTime, world);
if (notify) {
ServerUtils.sendChatToAll(new TextComponentTranslation("nei.chat.time", new Object[] { Long.valueOf(getTime(world) / 24000L), Integer.valueOf(hour) }));
}
}
@import "theme_variables";
@import url(https://fonts.googleapis.com/css?family=Montserrat:400,700);
// ######################################
// ### CONFIG
// Annoying purple highlight for pinned topic
$highlighted_topic_id: 2130;
// ######################################