Jump to content
View in the app

A better way to browse. Learn more.

Forge Forums

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

mrw00kie

Members
  • Joined

  • Last visited

Everything posted by mrw00kie

  1. Thank you very much I scraped everything and started from 0 and followed shadowfacts tutoral this worked for me ... would have been nice to know what I have done wrong but well it works now
  2. no I do not own w00kie.com ... I did not even know this was a thing lol
  3. After some sleep I have checked my code again and I can not find any error. I am starting to think that I messed up with the naming of my packages ...
  4. You are probably right ... like I said don't know too much about java and followed the tutorial 1by1 (obviously not or it would work ...). But I changed it to public class ServerProxy { public void init() { } } public class ClientProxy extends ServerProxy { public void init() { super.init(); ModItems.registerRenders(); } }
  5. I am and I do not see anything wrong with my proxys but for good messures ( or maybe I am overlooking something... ) CommonProxy public interface CommonProxy { public void init(); } ClientProxy public class ClientProxy implements CommonProxy { @Override public void init() { ModItems.registerRenders(); } } ServerProxy public class ServerProxy implements CommonProxy { @Override public void init() { } }
  6. Okay good so far ... might this be some sort of bug maybe ? Are there known bugs that affect this ?
  7. Hello guys, I know this question has been ask over and over again but I can not figure out what I have done wrong after reading other threads for some time ... For some reason the item I have created has no texture and is in the toolbar just a purple/black square and in my hand a big purple/black box roughly twice as big as a block ( I followed MrCrayfish's tutorial). I stared at the log for some time now but I do not find the error ... This is the log : 2016-12-20 00:13:53,433 WARN Unable to instantiate org.fusesource.jansi.WindowsAnsiOutputStream 2016-12-20 00:13:53,435 WARN Unable to instantiate org.fusesource.jansi.WindowsAnsiOutputStream [00:13:53] [main/INFO] [GradleStart]: Extra: [] [00:13:53] [main/INFO] [GradleStart]: Running with arguments: [--userProperties, {}, --assetsDir, C:/Users/Yannic/.gradle/caches/minecraft/assets, --assetIndex, 1.11, --accessToken{REDACTED}, --version, 1.11, --tweakClass, net.minecraftforge.fml.common.launcher.FMLTweaker, --tweakClass, net.minecraftforge.gradle.tweakers.CoremodTweaker] [00:13:53] [main/INFO] [LaunchWrapper]: Loading tweak class name net.minecraftforge.fml.common.launcher.FMLTweaker [00:13:53] [main/INFO] [LaunchWrapper]: Using primary tweak class name net.minecraftforge.fml.common.launcher.FMLTweaker [00:13:53] [main/INFO] [LaunchWrapper]: Loading tweak class name net.minecraftforge.gradle.tweakers.CoremodTweaker [00:13:53] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.fml.common.launcher.FMLTweaker [00:13:53] [main/INFO] [FML]: Forge Mod Loader version 13.19.1.2195 for Minecraft 1.11 loading [00:13:53] [main/INFO] [FML]: Java is Java HotSpot(TM) 64-Bit Server VM, version 1.8.0_101, running on Windows 7:amd64:6.1, installed at C:\Program Files\Java\jre1.8.0_101 [00:13:53] [main/INFO] [FML]: Managed to load a deobfuscated Minecraft name- we are in a deobfuscated environment. Skipping runtime deobfuscation [00:13:53] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.gradle.tweakers.CoremodTweaker [00:13:53] [main/INFO] [GradleStart]: Injecting location in coremod net.minecraftforge.fml.relauncher.FMLCorePlugin [00:13:53] [main/INFO] [GradleStart]: Injecting location in coremod net.minecraftforge.classloading.FMLForgePlugin [00:13:53] [main/INFO] [LaunchWrapper]: Loading tweak class name net.minecraftforge.fml.common.launcher.FMLInjectionAndSortingTweaker [00:13:53] [main/INFO] [LaunchWrapper]: Loading tweak class name net.minecraftforge.fml.common.launcher.FMLDeobfTweaker [00:13:53] [main/INFO] [LaunchWrapper]: Loading tweak class name net.minecraftforge.gradle.tweakers.AccessTransformerTweaker [00:13:53] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.fml.common.launcher.FMLInjectionAndSortingTweaker [00:13:53] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.fml.common.launcher.FMLInjectionAndSortingTweaker [00:13:53] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.fml.relauncher.CoreModManager$FMLPluginWrapper [00:13:53] [main/ERROR] [FML]: The binary patch set is missing. Either you are in a development environment, or things are not going to work! [00:13:54] [main/ERROR] [FML]: FML appears to be missing any signature data. This is not a good thing [00:13:54] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.fml.relauncher.CoreModManager$FMLPluginWrapper [00:13:54] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.fml.common.launcher.FMLDeobfTweaker [00:13:54] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.gradle.tweakers.AccessTransformerTweaker [00:13:54] [main/INFO] [LaunchWrapper]: Loading tweak class name net.minecraftforge.fml.common.launcher.TerminalTweaker [00:13:54] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.fml.common.launcher.TerminalTweaker [00:13:54] [main/INFO] [LaunchWrapper]: Launching wrapped minecraft {net.minecraft.client.main.Main} 2016-12-20 00:13:55,182 WARN Unable to instantiate org.fusesource.jansi.WindowsAnsiOutputStream 2016-12-20 00:13:55,210 WARN Unable to instantiate org.fusesource.jansi.WindowsAnsiOutputStream 2016-12-20 00:13:55,212 WARN Unable to instantiate org.fusesource.jansi.WindowsAnsiOutputStream [00:13:55] [Client thread/INFO]: Setting user: Player64 [00:13:58] [Client thread/WARN]: Skipping bad option: lastServer: [00:13:58] [Client thread/INFO]: LWJGL Version: 2.9.4 [00:13:58] [Client thread/INFO]: [sTDOUT]: ---- Minecraft Crash Report ---- // Would you like a cupcake? Time: 20.12.16 00:13 Description: Loading screen debug info This is just a prompt for computer specs to be printed. THIS IS NOT A ERROR A detailed walkthrough of the error, its code path and all known details is as follows: --------------------------------------------------------------------------------------- -- System Details -- Details: Minecraft Version: 1.11 Operating System: Windows 7 (amd64) version 6.1 Java Version: 1.8.0_101, Oracle Corporation Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation Memory: 669061136 bytes (638 MB) / 1038876672 bytes (990 MB) up to 1038876672 bytes (990 MB) JVM Flags: 3 total; -Xincgc -Xmx1024M -Xms1024M IntCache: cache: 0, tcache: 0, allocated: 0, tallocated: 0 FML: Loaded coremods (and transformers): GL info: ' Vendor: 'ATI Technologies Inc.' Version: '4.3.12618 Compatibility Profile Context 13.251.0.0' Renderer: 'AMD Radeon R9 200 Series' [00:13:58] [Client thread/INFO] [FML]: MinecraftForge v13.19.1.2195 Initialized [00:13:58] [Client thread/INFO] [FML]: Replaced 231 ore recipes [00:13:58] [Client thread/INFO] [FML]: Found 0 mods from the command line. Injecting into mod discoverer [00:13:58] [Client thread/INFO] [FML]: Searching C:\Users\Yannic\Desktop\mcmod\run\mods for mods [00:13:59] [Client thread/INFO] [FML]: Forge Mod Loader has identified 5 mods to load [00:13:59] [Client thread/INFO] [FML]: Attempting connection with missing mods [minecraft, mcp, FML, forge, w00kiesreactormod] at CLIENT [00:13:59] [Client thread/INFO] [FML]: Attempting connection with missing mods [minecraft, mcp, FML, forge, w00kiesreactormod] at SERVER [00:14:00] [Client thread/INFO]: Reloading ResourceManager: Default, FMLFileResourcePack:Forge Mod Loader, FMLFileResourcePack:Minecraft Forge, FMLFileResourcePack:MrW00kie's Reactor Mod [00:14:00] [Client thread/INFO] [FML]: Processing ObjectHolder annotations [00:14:00] [Client thread/INFO] [FML]: Found 443 ObjectHolder annotations [00:14:00] [Client thread/INFO] [FML]: Identifying ItemStackHolder annotations [00:14:00] [Client thread/INFO] [FML]: Found 0 ItemStackHolder annotations [00:14:00] [Client thread/INFO] [FML]: Applying holder lookups [00:14:00] [Client thread/INFO] [FML]: Holder lookups applied [00:14:00] [Client thread/INFO] [FML]: Applying holder lookups [00:14:00] [Client thread/INFO] [FML]: Holder lookups applied [00:14:00] [Client thread/INFO] [FML]: Applying holder lookups [00:14:00] [Client thread/INFO] [FML]: Holder lookups applied [00:14:00] [Client thread/INFO] [FML]: Configured a dormant chunk cache size of 0 [00:14:00] [Forge Version Check/INFO] [ForgeVersionCheck]: [forge] Starting version check at http://files.minecraftforge.net/maven/net/minecraftforge/forge/promotions_slim.json [00:14:00] [Client thread/INFO]: [sTDOUT]: Pre Init. [00:14:00] [Client thread/INFO]: [sTDOUT]: Mod Items Init. [00:14:00] [Client thread/INFO]: [sTDOUT]: Mod Items Register. [00:14:00] [Client thread/INFO] [FML]: Applying holder lookups [00:14:00] [Client thread/INFO] [FML]: Holder lookups applied [00:14:00] [Client thread/INFO] [FML]: Injecting itemstacks [00:14:00] [Client thread/INFO] [FML]: Itemstack injection complete [00:14:00] [Forge Version Check/INFO] [ForgeVersionCheck]: [forge] Found status: AHEAD Target: null [00:14:01] [sound Library Loader/INFO]: Starting up SoundSystem... [00:14:02] [Thread-8/INFO]: Initializing LWJGL OpenAL [00:14:02] [Thread-8/INFO]: (The LWJGL binding of OpenAL. For more information, see http://www.lwjgl.org) [00:14:02] [Thread-8/INFO]: OpenAL initialized. [00:14:02] [sound Library Loader/INFO]: Sound engine started [00:14:03] [Client thread/INFO] [FML]: Max texture size: 16384 [00:14:03] [Client thread/INFO]: Created: 16x16 textures-atlas [00:14:04] [Client thread/INFO]: [sTDOUT]: Init. [00:14:04] [Client thread/INFO]: [sTDOUT]: Mod Items registeerRenders. [00:14:04] [Client thread/INFO]: [sTDOUT]: Mod Items RegisterRender. [00:14:04] [Client thread/INFO] [FML]: Injecting itemstacks [00:14:04] [Client thread/INFO] [FML]: Itemstack injection complete [00:14:04] [Client thread/INFO]: [sTDOUT]: Post Init. [00:14:04] [Client thread/INFO] [FML]: Forge Mod Loader has successfully loaded 5 mods [00:14:04] [Client thread/INFO]: Reloading ResourceManager: Default, FMLFileResourcePack:Forge Mod Loader, FMLFileResourcePack:Minecraft Forge, FMLFileResourcePack:MrW00kie's Reactor Mod [00:14:06] [Client thread/INFO]: SoundSystem shutting down... [00:14:06] [Client thread/WARN]: Author: Paul Lamb, www.paulscode.com [00:14:06] [sound Library Loader/INFO]: Starting up SoundSystem... [00:14:06] [Thread-10/INFO]: Initializing LWJGL OpenAL [00:14:06] [Thread-10/INFO]: (The LWJGL binding of OpenAL. For more information, see http://www.lwjgl.org) [00:14:06] [Thread-10/INFO]: OpenAL initialized. [00:14:06] [sound Library Loader/INFO]: Sound engine started [00:14:08] [Client thread/INFO] [FML]: Max texture size: 16384 [00:14:08] [Client thread/INFO]: Created: 512x512 textures-atlas [00:14:08] [Client thread/WARN]: Skipping bad option: lastServer: [00:14:10] [Realms Notification Availability checker #1/INFO]: Could not authorize you against Realms server: Invalid session id [00:14:12] [server thread/INFO]: Starting integrated minecraft server version 1.11 [00:14:12] [server thread/INFO]: Generating keypair [00:14:12] [server thread/INFO] [FML]: Injecting existing block and item data into this server instance [00:14:12] [server thread/INFO] [FML]: Applying holder lookups [00:14:12] [server thread/INFO] [FML]: Holder lookups applied [00:14:12] [server thread/INFO] [FML]: Loading dimension 0 (New World) (net.minecraft.server.integrated.IntegratedServer@c629855) [00:14:12] [server thread/INFO] [FML]: Loading dimension 1 (New World) (net.minecraft.server.integrated.IntegratedServer@c629855) [00:14:12] [server thread/INFO] [FML]: Loading dimension -1 (New World) (net.minecraft.server.integrated.IntegratedServer@c629855) [00:14:12] [server thread/INFO]: Preparing start region for level 0 [00:14:13] [server thread/INFO]: Preparing spawn area: 87% [00:14:13] [server thread/INFO]: Changing view distance to 12, from 10 [00:14:14] [Netty Local Client IO #0/INFO] [FML]: Server protocol version 2 [00:14:14] [Netty Server IO #1/INFO] [FML]: Client protocol version 2 [00:14:14] [Netty Server IO #1/INFO] [FML]: Client attempting to join with 5 mods : [email protected],[email protected],[email protected],[email protected],[email protected] [00:14:14] [Netty Local Client IO #0/INFO] [FML]: [Netty Local Client IO #0] Client side modded connection established [00:14:14] [server thread/INFO] [FML]: [server thread] Server side modded connection established [00:14:14] [server thread/INFO]: Player64[local:E:ce012a40] logged in with entity id 311 at (238.48453032766497, 64.0, 10.341134263761047) [00:14:14] [server thread/INFO]: Player64 joined the game [00:14:15] [server thread/INFO]: Saving and pausing game... [00:14:15] [server thread/INFO]: Saving chunks for level 'New World'/Overworld [00:14:15] [server thread/INFO]: Saving chunks for level 'New World'/Nether [00:14:15] [server thread/INFO]: Saving chunks for level 'New World'/The End [00:14:15] [pool-2-thread-1/WARN]: Couldn't look up profile properties for com.mojang.authlib.GameProfile@65dbb6bb[id=46c6e0f0-63e8-3a58-bf04-38eedc04d149,name=Player64,properties={},legacy=false] com.mojang.authlib.exceptions.AuthenticationException: The client has sent too many requests within a certain amount of time at com.mojang.authlib.yggdrasil.YggdrasilAuthenticationService.makeRequest(YggdrasilAuthenticationService.java:79) ~[YggdrasilAuthenticationService.class:?] at com.mojang.authlib.yggdrasil.YggdrasilMinecraftSessionService.fillGameProfile(YggdrasilMinecraftSessionService.java:180) [YggdrasilMinecraftSessionService.class:?] at com.mojang.authlib.yggdrasil.YggdrasilMinecraftSessionService$1.load(YggdrasilMinecraftSessionService.java:60) [YggdrasilMinecraftSessionService$1.class:?] at com.mojang.authlib.yggdrasil.YggdrasilMinecraftSessionService$1.load(YggdrasilMinecraftSessionService.java:57) [YggdrasilMinecraftSessionService$1.class:?] at com.google.common.cache.LocalCache$LoadingValueReference.loadFuture(LocalCache.java:3524) [guava-17.0.jar:?] at com.google.common.cache.LocalCache$Segment.loadSync(LocalCache.java:2317) [guava-17.0.jar:?] at com.google.common.cache.LocalCache$Segment.lockedGetOrLoad(LocalCache.java:2280) [guava-17.0.jar:?] at com.google.common.cache.LocalCache$Segment.get(LocalCache.java:2195) [guava-17.0.jar:?] at com.google.common.cache.LocalCache.get(LocalCache.java:3934) [guava-17.0.jar:?] at com.google.common.cache.LocalCache.getOrLoad(LocalCache.java:3938) [guava-17.0.jar:?] at com.google.common.cache.LocalCache$LocalLoadingCache.get(LocalCache.java:4821) [guava-17.0.jar:?] at com.google.common.cache.LocalCache$LocalLoadingCache.getUnchecked(LocalCache.java:4827) [guava-17.0.jar:?] at com.mojang.authlib.yggdrasil.YggdrasilMinecraftSessionService.fillProfileProperties(YggdrasilMinecraftSessionService.java:170) [YggdrasilMinecraftSessionService.class:?] at net.minecraft.client.Minecraft.getProfileProperties(Minecraft.java:3054) [Minecraft.class:?] at net.minecraft.client.resources.SkinManager$3.run(SkinManager.java:138) [skinManager$3.class:?] at java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) [?:1.8.0_101] at java.util.concurrent.FutureTask.run(Unknown Source) [?:1.8.0_101] at java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) [?:1.8.0_101] at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) [?:1.8.0_101] at java.lang.Thread.run(Unknown Source) [?:1.8.0_101] [00:14:17] [server thread/INFO]: Player64 has just earned the achievement [Taking Inventory] [00:14:17] [Client thread/INFO]: [CHAT] Player64 has just earned the achievement [Taking Inventory] [00:14:28] [server thread/INFO]: [Player64: Given [uran 238] * 1 to Player64] [00:14:28] [Client thread/INFO]: [CHAT] Given [uran 238] * 1 to Player64 [00:14:30] [server thread/INFO]: Saving and pausing game... [00:14:30] [server thread/INFO]: Saving chunks for level 'New World'/Overworld [00:14:30] [server thread/INFO]: Saving chunks for level 'New World'/Nether [00:14:30] [server thread/INFO]: Saving chunks for level 'New World'/The End My Mod Class : @Mod(modid = Reference.MOD_ID, name = Reference.NAME, version = Reference.VERSION, acceptedMinecraftVersions = Reference.ACCEPTED_VERSION) public class reactormod { @Instance public static reactormod instance; @SidedProxy(clientSide = Reference.CLIENT_PROXY_CLASS, serverSide = Reference.SERVER_PROXY_CLASS) public static CommonProxy proxy; @EventHandler public void preInit(FMLPreInitializationEvent event) { System.out.println("Pre Init."); ModItems.init(); ModItems.register(); } @EventHandler public void init(FMLInitializationEvent event) { System.out.println("Init."); proxy.init(); } @EventHandler public void PostInit(FMLPostInitializationEvent event) { System.out.println("Post Init."); } } Reference : public class Reference { public static final String MOD_ID = "w00kiesreactormod"; public static final String NAME = "MrW00kie's Reactor Mod"; public static final String VERSION = "0.1"; public static final String ACCEPTED_VERSION = "[1.11]"; public static final String CLIENT_PROXY_CLASS = "com.w00kie.reactormod.proxy.ClientProxy"; public static final String SERVER_PROXY_CLASS = "com.w00kie.reactormod.proxy.ServerProxy"; public static enum ModItems{ URAN("uran", "itemuran"); private String unlocalizedname; private String registryName; ModItems(String unlocalizedname, String registryName) { this.unlocalizedname = unlocalizedname; this.registryName = registryName; } public String getRegistryName() { return registryName; } public String getUnlocalizedname() { return unlocalizedname; } } } ModItems: public class ModItems { public static Item uran; public static void init() { System.out.println("Mod Items Init."); uran = new ItemUran(); } public static void register() { System.out.println("Mod Items Register."); GameRegistry.register(uran); } public static void registerRenders() { System.out.println("Mod Items registeerRenders."); registerRender(uran); } private static void registerRender(Item item) { System.out.println("Mod Items RegisterRender."); //Minecraft.getMinecraft().getRenderItem().getItemModelMesher().register(item, 0, new ModelResourceLocation(item.getRegistryName(), "inventory")); ModelLoader.setCustomModelResourceLocation(item, 0, new ModelResourceLocation(item.getRegistryName(), "inventory")); } } Item Uran class: public class ItemUran extends Item { public ItemUran() { setUnlocalizedName(Reference.ModItems.URAN.getUnlocalizedname()); setRegistryName(Reference.ModItems.URAN.getRegistryName()); this.setCreativeTab(CreativeTabs.MISC); } } And my itemuran.json { "parent": "item/generated", "textures": { "layer0": "w00kiesreactormod:items/uran" } } The folder hierarchy: -assets -w00kiesreactormod -lang -models -item -itemuran.json -textures -items -uran.png I do not know very much about mod creation or java but coded in cpp before. I hope someone can help me and my mistake is not too stupid.

Important Information

By using this site, you agree to our Terms of Use.

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.