This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* Copyright 2014 Google Inc. All Rights Reserved. */ | |
@import url(//fonts.googleapis.com/css?family=Open+Sans:300,400); | |
@-webkit-keyframes spin { | |
0% { | |
-webkit-transform:rotate(0deg) | |
} | |
100% { | |
-webkit-transform:rotate(360deg) | |
} | |
} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"id": "dashboard", | |
"route": "", | |
"colors": [ | |
"", | |
"" | |
], | |
"alwaysShow": true, | |
"visible": true, | |
"uncloseable": true, |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
package com.leviathanstudio.nuwa.mixin; | |
import api.contentpack.ContentPack; | |
import api.contentpack.resources.ContentPackResourcesFinder; | |
import com.leviathanstudio.nuwa.NuwaMod; | |
import com.mojang.datafixers.util.Pair; | |
import net.minecraft.client.gui.screen.world.CreateWorldScreen; | |
import net.minecraft.resource.ResourcePackManager; | |
import net.minecraft.resource.ResourcePackSource; | |
import net.minecraft.resource.ResourceType; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php | |
namespace App\Console\Commands; | |
use Illuminate\Console\Command; | |
class MakeTemplateBasedView extends Command | |
{ | |
/** | |
* The name and signature of the console command. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
item.riveciel.lock.name=Lock | |
item.riveciel.key.name=Key | |
item.riveciel.golden_coin.name=Cuore | |
item.riveciel.silver_coin.name=Denier | |
item.riveciel.copper_coin.name=Obole | |
item.riveciel.purse.name=Purse | |
item.riveciel.fried_eggs.name=Fried Eggs | |
item.riveciel.raw_bacon.name=Raw Bacon |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
import net.minecraft.client.gui.screen.Screen; | |
import net.minecraft.client.gui.widget.TextFieldWidget; | |
import net.minecraft.util.text.StringTextComponent; | |
/** | |
* @author ZeAmateis | |
*/ | |
public class ExampleTextfieldScreen extends Screen { |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
public class ExampleTextfieldScreen extends Screen { | |
private TextFieldWidget mySupaTextfield; | |
public ExampleTextfieldScreen() { | |
super(new StringTextComponent("")); | |
} | |
@Override | |
protected void init() { |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
import com.google.common.collect.ImmutableSet; | |
import fr.zeamateis.lycanthropy.LycanthropyMod; | |
import fr.zeamateis.lycanthropy.api.villagers.trades.RandomTradeBuilder; | |
import net.minecraft.block.Blocks; | |
import net.minecraft.entity.merchant.villager.VillagerProfession; | |
import net.minecraft.util.ResourceLocation; | |
import net.minecraft.village.PointOfInterestType; | |
import net.minecraftforge.event.RegistryEvent; | |
import net.minecraftforge.event.village.VillagerTradesEvent; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
---- Minecraft Crash Report ---- | |
// I bet Cylons wouldn't have this problem. | |
Time: 06/03/20 12:59 | |
Description: Ticking entity | |
java.lang.NullPointerException: Ticking entity | |
at net.minecraft.village.PointOfInterestData.func_218245_a(SourceFile:124) ~[?:?] {re:classloading} | |
at net.minecraft.village.PointOfInterestManager.func_219133_a(SourceFile:130) ~[?:?] {re:classloading} | |
at java.util.Optional.map(Optional.java:215) ~[?:1.8.0_151] {} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[14:40:05] [Client thread/INFO] [STDERR/]: [net.voxelindustry.brokkgui.style.StylesheetManager:refreshStylesheets:71]: java.util.concurrent.ExecutionException: java.io.FileNotFoundException: Cannot load stylesheet /assets/nuwa/screen/css/demo.css | |
[14:40:05] [Client thread/INFO] [STDERR/]: [net.voxelindustry.brokkgui.style.StylesheetManager:refreshStylesheets:71]: at com.google.common.util.concurrent.AbstractFuture.getDoneValue(AbstractFuture.java:502) | |
[14:40:05] [Client thread/INFO] [STDERR/]: [net.voxelindustry.brokkgui.style.StylesheetManager:refreshStylesheets:71]: at com.google.common.util.concurrent.AbstractFuture.get(AbstractFuture.java:461) | |
[14:40:05] [Client thread/INFO] [STDERR/]: [net.voxelindustry.brokkgui.style.StylesheetManager:refreshStylesheets:71]: at com.google.common.util.concurrent.AbstractFuture$TrustedFuture.get(AbstractFuture.java:78) | |
[14:40:05] [Client thread/INFO] [STDERR/]: [net.voxelindustry.brokkgui.style.StylesheetManager:refreshStylesheets:71]: at com.google.common.util.concur |
NewerOlder