-
Posts
211 -
Joined
-
Last visited
Everything posted by Insane96MCP
-
When I try to run the server with Eclipse, it crashes at startup That's the log 2017-08-26 08:48:00,370 WARN Unable to instantiate org.fusesource.jansi.WindowsAnsiOutputStream 2017-08-26 08:48:00,372 WARN Unable to instantiate org.fusesource.jansi.WindowsAnsiOutputStream [08:48:00] [main/INFO] [GradleStart]: Extra: [] [08:48:00] [main/INFO] [GradleStart]: Running with arguments: [--tweakClass, net.minecraftforge.fml.common.launcher.FMLServerTweaker, --tweakClass, net.minecraftforge.gradle.tweakers.CoremodTweaker] [08:48:00] [main/INFO] [LaunchWrapper]: Loading tweak class name net.minecraftforge.fml.common.launcher.FMLServerTweaker [08:48:00] [main/INFO] [LaunchWrapper]: Using primary tweak class name net.minecraftforge.fml.common.launcher.FMLServerTweaker [08:48:00] [main/INFO] [LaunchWrapper]: Loading tweak class name net.minecraftforge.gradle.tweakers.CoremodTweaker [08:48:00] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.fml.common.launcher.FMLServerTweaker 2017-08-26 08:48:01,422 WARN Disabling terminal, you're running in an unsupported environment. [08:48:01] [main/INFO] [FML]: Forge Mod Loader version 13.20.1.2429 for Minecraft 1.11.2 loading [08:48:01] [main/INFO] [FML]: Java is Java HotSpot(TM) 64-Bit Server VM, version 1.8.0_141, running on Windows 10:amd64:10.0, installed at C:\Program Files\Java\jre1.8.0_141 [08:48:01] [main/INFO] [FML]: Managed to load a deobfuscated Minecraft name- we are in a deobfuscated environment. Skipping runtime deobfuscation [08:48:01] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.gradle.tweakers.CoremodTweaker [08:48:01] [main/INFO] [GradleStart]: Injecting location in coremod net.minecraftforge.fml.relauncher.FMLCorePlugin [08:48:01] [main/INFO] [GradleStart]: Injecting location in coremod net.minecraftforge.classloading.FMLForgePlugin [08:48:01] [main/INFO] [LaunchWrapper]: Loading tweak class name net.minecraftforge.fml.common.launcher.FMLInjectionAndSortingTweaker [08:48:01] [main/INFO] [LaunchWrapper]: Loading tweak class name net.minecraftforge.fml.common.launcher.FMLDeobfTweaker [08:48:01] [main/INFO] [LaunchWrapper]: Loading tweak class name net.minecraftforge.gradle.tweakers.AccessTransformerTweaker [08:48:01] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.fml.common.launcher.FMLInjectionAndSortingTweaker [08:48:01] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.fml.common.launcher.FMLInjectionAndSortingTweaker [08:48:01] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.fml.relauncher.CoreModManager$FMLPluginWrapper [08:48:02] [main/ERROR] [FML]: The binary patch set is missing. Either you are in a development environment, or things are not going to work! [08:48:03] [main/ERROR] [FML]: FML appears to be missing any signature data. This is not a good thing [08:48:03] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.fml.relauncher.CoreModManager$FMLPluginWrapper [08:48:03] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.fml.common.launcher.FMLDeobfTweaker [08:48:04] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.gradle.tweakers.AccessTransformerTweaker [08:48:04] [main/INFO] [GradleStart]: Remapping AccessTransformer rules... [08:48:04] [main/INFO] [LaunchWrapper]: Loading tweak class name net.minecraftforge.fml.common.launcher.TerminalTweaker [08:48:04] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.fml.common.launcher.TerminalTweaker [08:48:04] [main/INFO] [LaunchWrapper]: Launching wrapped minecraft {net.minecraft.server.MinecraftServer} [08:48:08] [Server thread/INFO]: Starting minecraft server version 1.11.2 [08:48:08] [Server thread/INFO] [FML]: MinecraftForge v13.20.1.2429 Initialized [08:48:08] [Server thread/INFO] [FML]: Replaced 232 ore recipes [08:48:08] [Server thread/INFO] [FML]: Found 0 mods from the command line. Injecting into mod discoverer [08:48:08] [Server thread/INFO] [FML]: Searching D:\Programming\Modding\Minecraft3\forge-1.11.2\mods for mods [08:48:10] [Server thread/INFO] [FML]: Forge Mod Loader has identified 7 mods to load [08:48:10] [Server thread/WARN] [FML]: Missing English translation for minecraft: minecraft.jar (Impossibile trovare il file specificato) java.io.FileNotFoundException: minecraft.jar (Impossibile trovare il file specificato) at java.util.zip.ZipFile.open(Native Method) ~[?:1.8.0_141] at java.util.zip.ZipFile.<init>(Unknown Source) ~[?:1.8.0_141] at java.util.zip.ZipFile.<init>(Unknown Source) ~[?:1.8.0_141] at java.util.zip.ZipFile.<init>(Unknown Source) ~[?:1.8.0_141] at net.minecraftforge.fml.server.FMLServerHandler.addModAsResource(FMLServerHandler.java:258) [FMLServerHandler.class:?] at net.minecraftforge.fml.common.FMLCommonHandler.addModToResourcePack(FMLCommonHandler.java:539) [FMLCommonHandler.class:?] at net.minecraftforge.fml.common.LoadController.buildModList(LoadController.java:130) [LoadController.class:?] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_141] at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_141] at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_141] at java.lang.reflect.Method.invoke(Unknown Source) ~[?:1.8.0_141] at com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74) [guava-17.0.jar:?] at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47) [guava-17.0.jar:?] at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322) [guava-17.0.jar:?] at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304) [guava-17.0.jar:?] at com.google.common.eventbus.EventBus.post(EventBus.java:275) [guava-17.0.jar:?] at net.minecraftforge.fml.common.LoadController.distributeStateMessage(LoadController.java:338) [LoadController.class:?] at net.minecraftforge.fml.common.Loader.loadMods(Loader.java:557) [Loader.class:?] at net.minecraftforge.fml.server.FMLServerHandler.beginServerLoading(FMLServerHandler.java:99) [FMLServerHandler.class:?] at net.minecraftforge.fml.common.FMLCommonHandler.onServerStart(FMLCommonHandler.java:332) [FMLCommonHandler.class:?] at net.minecraft.server.dedicated.DedicatedServer.init(DedicatedServer.java:124) [DedicatedServer.class:?] at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:508) [MinecraftServer.class:?] at java.lang.Thread.run(Unknown Source) [?:1.8.0_141] [08:48:10] [Server thread/WARN] [FML]: Missing English translation for mcp: minecraft.jar (Impossibile trovare il file specificato) java.io.FileNotFoundException: minecraft.jar (Impossibile trovare il file specificato) at java.util.zip.ZipFile.open(Native Method) ~[?:1.8.0_141] at java.util.zip.ZipFile.<init>(Unknown Source) ~[?:1.8.0_141] at java.util.zip.ZipFile.<init>(Unknown Source) ~[?:1.8.0_141] at java.util.zip.ZipFile.<init>(Unknown Source) ~[?:1.8.0_141] at net.minecraftforge.fml.server.FMLServerHandler.addModAsResource(FMLServerHandler.java:258) [FMLServerHandler.class:?] at net.minecraftforge.fml.common.FMLCommonHandler.addModToResourcePack(FMLCommonHandler.java:539) [FMLCommonHandler.class:?] at net.minecraftforge.fml.common.LoadController.buildModList(LoadController.java:130) [LoadController.class:?] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_141] at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_141] at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_141] at java.lang.reflect.Method.invoke(Unknown Source) ~[?:1.8.0_141] at com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74) [guava-17.0.jar:?] at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47) [guava-17.0.jar:?] at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322) [guava-17.0.jar:?] at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304) [guava-17.0.jar:?] at com.google.common.eventbus.EventBus.post(EventBus.java:275) [guava-17.0.jar:?] at net.minecraftforge.fml.common.LoadController.distributeStateMessage(LoadController.java:338) [LoadController.class:?] at net.minecraftforge.fml.common.Loader.loadMods(Loader.java:557) [Loader.class:?] at net.minecraftforge.fml.server.FMLServerHandler.beginServerLoading(FMLServerHandler.java:99) [FMLServerHandler.class:?] at net.minecraftforge.fml.common.FMLCommonHandler.onServerStart(FMLCommonHandler.java:332) [FMLCommonHandler.class:?] at net.minecraft.server.dedicated.DedicatedServer.init(DedicatedServer.java:124) [DedicatedServer.class:?] at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:508) [MinecraftServer.class:?] at java.lang.Thread.run(Unknown Source) [?:1.8.0_141] [08:48:10] [Server thread/WARN] [FML]: Missing English translation for FML: assets/fml/lang/en_us.lang java.io.FileNotFoundException: assets/fml/lang/en_us.lang at net.minecraftforge.fml.server.FMLServerHandler.addModAsResource(FMLServerHandler.java:261) [FMLServerHandler.class:?] at net.minecraftforge.fml.common.FMLCommonHandler.addModToResourcePack(FMLCommonHandler.java:539) [FMLCommonHandler.class:?] at net.minecraftforge.fml.common.LoadController.buildModList(LoadController.java:130) [LoadController.class:?] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_141] at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_141] at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_141] at java.lang.reflect.Method.invoke(Unknown Source) ~[?:1.8.0_141] at com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74) [guava-17.0.jar:?] at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47) [guava-17.0.jar:?] at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322) [guava-17.0.jar:?] at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304) [guava-17.0.jar:?] at com.google.common.eventbus.EventBus.post(EventBus.java:275) [guava-17.0.jar:?] at net.minecraftforge.fml.common.LoadController.distributeStateMessage(LoadController.java:338) [LoadController.class:?] at net.minecraftforge.fml.common.Loader.loadMods(Loader.java:557) [Loader.class:?] at net.minecraftforge.fml.server.FMLServerHandler.beginServerLoading(FMLServerHandler.java:99) [FMLServerHandler.class:?] at net.minecraftforge.fml.common.FMLCommonHandler.onServerStart(FMLCommonHandler.java:332) [FMLCommonHandler.class:?] at net.minecraft.server.dedicated.DedicatedServer.init(DedicatedServer.java:124) [DedicatedServer.class:?] at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:508) [MinecraftServer.class:?] at java.lang.Thread.run(Unknown Source) [?:1.8.0_141] [08:48:10] [Server thread/WARN] [FML]: Missing English translation for examplemod: /D:/Programming/Modding/Minecraft3/forge-1.11.2/bin/assets/examplemod/lang/en_us.lang java.io.FileNotFoundException: /D:/Programming/Modding/Minecraft3/forge-1.11.2/bin/assets/examplemod/lang/en_us.lang at net.minecraftforge.fml.server.FMLServerHandler.addModAsResource(FMLServerHandler.java:253) [FMLServerHandler.class:?] at net.minecraftforge.fml.common.FMLCommonHandler.addModToResourcePack(FMLCommonHandler.java:539) [FMLCommonHandler.class:?] at net.minecraftforge.fml.common.LoadController.buildModList(LoadController.java:130) [LoadController.class:?] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_141] at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_141] at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_141] at java.lang.reflect.Method.invoke(Unknown Source) ~[?:1.8.0_141] at com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74) [guava-17.0.jar:?] at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47) [guava-17.0.jar:?] at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322) [guava-17.0.jar:?] at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304) [guava-17.0.jar:?] at com.google.common.eventbus.EventBus.post(EventBus.java:275) [guava-17.0.jar:?] at net.minecraftforge.fml.common.LoadController.distributeStateMessage(LoadController.java:338) [LoadController.class:?] at net.minecraftforge.fml.common.Loader.loadMods(Loader.java:557) [Loader.class:?] at net.minecraftforge.fml.server.FMLServerHandler.beginServerLoading(FMLServerHandler.java:99) [FMLServerHandler.class:?] at net.minecraftforge.fml.common.FMLCommonHandler.onServerStart(FMLCommonHandler.java:332) [FMLCommonHandler.class:?] at net.minecraft.server.dedicated.DedicatedServer.init(DedicatedServer.java:124) [DedicatedServer.class:?] at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:508) [MinecraftServer.class:?] at java.lang.Thread.run(Unknown Source) [?:1.8.0_141] [08:48:10] [Server thread/INFO] [FML]: Attempting connection with missing mods [minecraft, mcp, FML, forge, examplemod, vulcanite, jei] at CLIENT [08:48:10] [Server thread/INFO] [FML]: Attempting connection with missing mods [minecraft, mcp, FML, forge, examplemod, vulcanite, jei] at SERVER [08:48:11] [Server thread/INFO] [FML]: Processing ObjectHolder annotations [08:48:11] [Server thread/INFO] [FML]: Found 1093 ObjectHolder annotations [08:48:11] [Server thread/INFO] [FML]: Identifying ItemStackHolder annotations [08:48:11] [Server thread/INFO] [FML]: Found 0 ItemStackHolder annotations [08:48:11] [Server thread/INFO] [FML]: Applying holder lookups [08:48:11] [Server thread/INFO] [FML]: Holder lookups applied [08:48:11] [Server thread/INFO] [FML]: Applying holder lookups [08:48:11] [Server thread/INFO] [FML]: Holder lookups applied [08:48:11] [Server thread/INFO] [FML]: Applying holder lookups [08:48:11] [Server thread/INFO] [FML]: Holder lookups applied [08:48:11] [Server thread/INFO] [FML]: Configured a dormant chunk cache size of 0 [08:48:11] [Forge Version Check/INFO] [ForgeVersionCheck]: [forge] Starting version check at http://files.minecraftforge.net/maven/net/minecraftforge/forge/promotions_slim.json [08:48:11] [Server thread/INFO] [FML]: Applying holder lookups [08:48:11] [Server thread/INFO] [FML]: Holder lookups applied [08:48:11] [Server thread/INFO] [FML]: Injecting itemstacks [08:48:11] [Server thread/INFO] [FML]: Itemstack injection complete [08:48:11] [Server thread/INFO]: Loading properties [08:48:11] [Server thread/INFO]: You need to agree to the EULA in order to run the server. Go to eula.txt for more info. [08:48:11] [Server thread/INFO]: Stopping server [08:48:11] [Server thread/INFO]: Saving worlds [08:48:11] [Server thread/WARN] [FML]: Can't revert to frozen GameData state without freezing first. [08:48:11] [Server thread/INFO] [FML]: The state engine was in incorrect state POSTINITIALIZATION and forced into state SERVER_STOPPED. Errors may have been discarded. [08:48:11] [Server Shutdown Thread/INFO]: Stopping server [08:48:11] [Server Shutdown Thread/INFO]: Saving worlds Java HotSpot(TM) 64-Bit Server VM warning: Using incremental CMS is deprecated and will likely be removed in a future release
-
It's giving some troubles for the Server, so I would like to remove it. If I remove the src folder it starts throwing errors everywhere it doesn't run anymore as it's missing the src folder.
-
[SOLVED] item doesn't render properly in inventory
Insane96MCP replied to AkaliSucks's topic in Modder Support
Did you try adding the "inventory" variant in the blockstate? { "forge_marker": 1, "defaults": { "model": "cube_all", "transform": "forge:default-block" }, "variants": { "inventory": [{ "textures": { "all": "modid:block/xyz_ore" } }], "normal": { "model":"modid:xyz_ore" } } } I have my ore with this blockstate and works properly -
Hi, I wanted to create an ItemStack array from an item made by my mod, but if I log it to the console I get 1xitem.null@0 I create the ItemsStack with this code ItemStack[] armorList = new ItemStack[] {new ItemStack(ModItems.vulcaniteHelmetItem, 1), new ItemStack(ModItems.vulcaniteChestplateItem, 1), new ItemStack(ModItems.vulcaniteLeggingsItem, 1), new ItemStack(ModItems.vulcaniteBootsItem, 1)}; As said it returns item.null I think I'm doing something wrong but I can't figure out what The same happens to get the armor with Iterable<ItemStack> playerArmor = player.getArmorInventoryList(); It returns 1xitem.null@5 If I have the armor on, and 1xitem.air@0 if I'm wearing nothing The full source file is here: https://github.com/Insane-96/VulcaniteMod/blob/master/common/net/insane96mcp/vulcanite/lib/CustomEventHandler.java
-
Ops, seems like that in control panel there are listed older drivers but in manage devices there's the latest ...
-
After i run gradlew runClient it fails after saying LWJGL Version: 2.9.4 with no error, even with --info or --debug Here's the log: http://pastebin.com/1tGnTHwm Here's the log with gradlew runClient --debug --stacktrace http://chopapp.com/#iovrpwz2
-
Tried to give myself a leather helmet that gives 20 armor but seems to not work /give @p leather_helmet 1 0 {AttributeModifiers:[{AttributeName:"generic.armor",Name:"generic.armor",Amount:20,Operation:0,UUIDLeast:153652,UUIDMost:433474,Slot:"head"}]} It always calculates armor as a normal leather helmet (1 point of armor) I've tested in vanilla and it works as intended http://i.imgur.com/h6tOPPd.png[/img]