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 mod.rcraft; | |
import net.minecraftforge.fml.relauncher.SideOnly; | |
import net.minecraftforge.fml.relauncher.Side; | |
import net.minecraftforge.fml.common.registry.GameRegistry; | |
import net.minecraftforge.fml.common.event.FMLServerStartingEvent; | |
import net.minecraftforge.fml.common.event.FMLPreInitializationEvent; | |
import net.minecraftforge.client.model.ModelLoader; | |
import net.minecraftforge.client.model.obj.OBJLoader; | |
import net.minecraftforge.fml.client.registry.ClientRegistry; |
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
{ | |
"forge_marker": 1, | |
"defaults": { | |
"model": "rcraft:gater1.obj" | |
}, | |
"variants": { | |
"normal": [{}], | |
"inventory": [{ | |
"transform": "forge:default-block" | |
}] |
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
# Blender MTL File: 'None' | |
# Material Count: 1 | |
newmtl chaos_gate | |
Ns 96.078431 | |
Ka 0.000000 0.000000 0.000000 | |
Kd 0.800000 0.800000 0.800000 | |
Ks 1.000000 1.000000 1.000000 | |
Ni 1.000000 | |
d 1.000000 |
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
buildscript { | |
repositories { | |
jcenter() | |
maven { url = "http://files.minecraftforge.net/maven" } | |
} | |
dependencies { | |
classpath 'net.minecraftforge.gradle:ForgeGradle:2.3-SNAPSHOT' | |
} | |
} | |
apply plugin: 'net.minecraftforge.gradle.forge' |
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
{ | |
GEAR_ITEM_DATA: | |
{ | |
level: 1, //Level of the Weapon | |
prefix: | |
{ | |
baseAffix: \"Life Stealing\", //Sets the base of the name, will see what is all available | |
percents: | |
{ | |
\"0\": 42, |
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
aliases { | |
} | |
virtualchest { | |
TextTitle = "§l§n§eMac Anu Item Shop" | |
Rows = 6 | |
UpdateIntervalTick = 10 | |
Slot0 = [{ | |
Item { | |
Count = 1 | |
ItemType = "splash_potion" |
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
[12:01:52] [Plan Non critical-pool-2/WARN] [plan]: Error was caught by com.djrapitops.plan.system.webserver.response.ResponseFactory | |
com.djrapitops.plan.api.exceptions.connection.InternalErrorException: Analysis failed due to exception | |
at com.djrapitops.plan.system.info.request.GenerateAnalysisPageRequest.analyseAndGetHtml(GenerateAnalysisPageRequest.java:115) ~[GenerateAnalysisPageRequest.class:?] | |
at com.djrapitops.plan.system.info.request.GenerateAnalysisPageRequest.generateAndCache(GenerateAnalysisPageRequest.java:97) ~[GenerateAnalysisPageRequest.class:?] | |
at com.djrapitops.plan.system.info.request.GenerateAnalysisPageRequest.handleRequest(GenerateAnalysisPageRequest.java:90) ~[GenerateAnalysisPageRequest.class:?] | |
at com.djrapitops.plan.system.info.request.GenerateAnalysisPageRequest.runLocally(GenerateAnalysisPageRequest.java:106) ~[GenerateAnalysisPageRequest.class:?] | |
at com.djrapitops.plan.system.info.ServerInfoSystem.runLocally(ServerInfoSystem.java:59) ~[ServerInfoSystem.class:?] | |
at com.djrapit |
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
[12:43:56] [Server thread/ERROR] [Sponge]: Could not pass InteractItemEvent$Primary$MainHand$Impl to Plugin{id=epicbanitem, name=EpicBanItem, version=0.2.1, description=A banitem with nbt plugin in sponge, authors=[yinyangshi, GiNYAi, ustc-zzzz], source=./mods/EpicBanItem-0.2.1-b203.jar} | |
org.spongepowered.api.data.persistence.InvalidDataException: null | |
at java.util.Optional.orElseThrow(Optional.java:290) ~[?:1.8.0_181] | |
at com.github.euonmyoji.epicbanitem.util.NbtTagDataUtil.toItemStack(NbtTagDataUtil.java:104) ~[NbtTagDataUtil.class:?] | |
at com.github.euonmyoji.epicbanitem.check.listener.InventoryListener.lambda$onItemUsed$5(InventoryListener.java:140) ~[InventoryListener.class:?] | |
at java.util.Optional.ifPresent(Optional.java:159) ~[?:1.8.0_181] | |
at com.github.euonmyoji.epicbanitem.check.listener.InventoryListener.onItemUsed(InventoryListener.java:139) ~[InventoryListener.class:?] | |
at org.spongepowered.common.event.listener.InteractItemEventListener_InventoryListener_onItemUsed295.handle(Unknown Source) ~[? |
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
Invalid data format (cannot be deserialized to items): | |
{ | |
} | |
org.spongepowered.api.data.persistence.InvalidDataException: null | |
at java.util.Optional.orElseThrow(Optional.java:290) ~[?:1.8.0_181] | |
at com.github.euonmyoji.epicbanitem.util.NbtTagDataUtil.toItemStack(NbtTagDataUtil.java:106) ~[NbtTagDataUtil.class:?] | |
at com.github.euonmyoji.epicbanitem.check.listener.InventoryListener.getItem(InventoryListener.java:46) ~[InventoryListener.class:?] | |
at com.github.euonmyoji.epicbanitem.check.listener.InventoryListener.lambda$onItemUsed$11(InventoryListener.java:144) ~[InventoryListener.class:?] | |
at java.util.Optional.ifPresent(Optional.java:159) [?:1.8.0_181] | |
at com.github.euonmyoji.epicbanitem.check.listener.InventoryListener.onItemUsed(InventoryListener.java:144) [InventoryListener.class:?] |
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
[22:22:57] [Netty Client IO #1/INFO] [STDERR]: [mchorse.blockbuster.client.model.parsing.obj.OBJParser:readAllLines:52]: java.lang.NullPointerException | |
[22:22:57] [Netty Client IO #1/INFO] [STDERR]: [mchorse.blockbuster.client.model.parsing.obj.OBJParser:readAllLines:52]: at java.io.Reader.<init>(Unknown Source) | |
[22:22:57] [Netty Client IO #1/INFO] [STDERR]: [mchorse.blockbuster.client.model.parsing.obj.OBJParser:readAllLines:52]: at java.io.InputStreamReader.<init>(Unknown Source) | |
[22:22:57] [Netty Client IO #1/INFO] [STDERR]: [mchorse.blockbuster.client.model.parsing.obj.OBJParser:readAllLines:52]: at mchorse.blockbuster.client.model.parsing.obj.OBJParser.readAllLines(OBJParser.java:40) | |
[22:22:57] [Netty Client IO #1/INFO] [STDERR]: [mchorse.blockbuster.client.model.parsing.obj.OBJParser:readAllLines:52]: at mchorse.blockbuster.client.model.parsing.obj.OBJParser.readOBJ(OBJParser.java:162) | |
[22:22:57] [Netty Client IO #1/INFO] [STDERR]: [mchorse.blockbuster.client.model.parsing.obj.OBJParser:readAllLines |
OlderNewer