Jump to content

texture not working


Mystic4pheonix

Recommended Posts

  • Replies 101
  • Created
  • Last Reply

Top Posters In This Topic

Top Posters In This Topic

Posted Images

Show us a screenshot, so we can see the folder path.

Apparently I'm a complete and utter jerk and come to this forum just like to make fun of people, be confrontational, and make your personal life miserable.  If you think this is the case, JUST REPORT ME.  Otherwise you're just going to get reported when you reply to my posts and point it out, because odds are, I was trying to be nice.

 

Exception: If you do not understand Java, I WILL NOT HELP YOU and your thread will get locked.

 

DO NOT PM ME WITH PROBLEMS. No help will be given.

Link to comment
Share on other sites

[16:13:42] [Client thread/ERROR] [FML]: Exception loading model for variant alcm:blockarouralblock#normal for blockstate "alcm:blockarouralblock"
net.minecraftforge.client.model.ModelLoaderRegistry$LoaderException: Exception loading model alcm:blockarouralblock#normal with loader VariantLoader.INSTANCE, skipping
	at net.minecraftforge.client.model.ModelLoaderRegistry.getModel(ModelLoaderRegistry.java:153) ~[ModelLoaderRegistry.class:?]
	at net.minecraftforge.client.model.ModelLoader.registerVariant(ModelLoader.java:260) ~[ModelLoader.class:?]
	at net.minecraft.client.renderer.block.model.ModelBakery.loadBlock(ModelBakery.java:153) ~[ModelBakery.class:?]
	at net.minecraftforge.client.model.ModelLoader.loadBlocks(ModelLoader.java:248) ~[ModelLoader.class:?]
	at net.minecraftforge.client.model.ModelLoader.setupModelRegistry(ModelLoader.java:155) ~[ModelLoader.class:?]
	at net.minecraft.client.renderer.block.model.ModelManager.onResourceManagerReload(ModelManager.java:28) [ModelManager.class:?]
	at net.minecraft.client.resources.SimpleReloadableResourceManager.registerReloadListener(SimpleReloadableResourceManager.java:122) [SimpleReloadableResourceManager.class:?]
	at net.minecraft.client.Minecraft.init(Minecraft.java:541) [Minecraft.class:?]
	at net.minecraft.client.Minecraft.run(Minecraft.java:387) [Minecraft.class:?]
	at net.minecraft.client.main.Main.main(Main.java:118) [Main.class:?]
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_121]
	at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_121]
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_121]
	at java.lang.reflect.Method.invoke(Unknown Source) ~[?:1.8.0_121]
	at net.minecraft.launchwrapper.Launch.launch(Launch.java:135) [launchwrapper-1.12.jar:?]
	at net.minecraft.launchwrapper.Launch.main(Launch.java:28) [launchwrapper-1.12.jar:?]
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_121]
	at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_121]
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_121]
	at java.lang.reflect.Method.invoke(Unknown Source) ~[?:1.8.0_121]
	at net.minecraftforge.gradle.GradleStartCommon.launch(GradleStartCommon.java:97) [start/:?]
	at GradleStart.main(GradleStart.java:26) [start/:?]
Caused by: net.minecraftforge.client.model.ModelLoaderRegistry$LoaderException: Exception loading model alcm:block/arouralblock with loader VanillaLoader.INSTANCE, skipping
	at net.minecraftforge.client.model.ModelLoaderRegistry.getModel(ModelLoaderRegistry.java:153) ~[ModelLoaderRegistry.class:?]
	at net.minecraftforge.client.model.ModelLoader$WeightedRandomModel.<init>(ModelLoader.java:777) ~[ModelLoader$WeightedRandomModel.class:?]
	at net.minecraftforge.client.model.ModelLoader$VariantLoader.loadModel(ModelLoader.java:1254) ~[ModelLoader$VariantLoader.class:?]
	at net.minecraftforge.client.model.ModelLoaderRegistry.getModel(ModelLoaderRegistry.java:149) ~[ModelLoaderRegistry.class:?]
	... 21 more
Caused by: java.io.FileNotFoundException: alcm:models/block/arouralblock.json
	at net.minecraft.client.resources.FallbackResourceManager.getResource(FallbackResourceManager.java:69) ~[FallbackResourceManager.class:?]
	at net.minecraft.client.resources.SimpleReloadableResourceManager.getResource(SimpleReloadableResourceManager.java:65) ~[SimpleReloadableResourceManager.class:?]
	at net.minecraft.client.renderer.block.model.ModelBakery.loadModel(ModelBakery.java:334) ~[ModelBakery.class:?]
	at net.minecraftforge.client.model.ModelLoader.access$1600(ModelLoader.java:126) ~[ModelLoader.class:?]
	at net.minecraftforge.client.model.ModelLoader$VanillaLoader.loadModel(ModelLoader.java:937) ~[ModelLoader$VanillaLoader.class:?]
	at net.minecraftforge.client.model.ModelLoaderRegistry.getModel(ModelLoaderRegistry.java:149) ~[ModelLoaderRegistry.class:?]
	at net.minecraftforge.client.model.ModelLoader$WeightedRandomModel.<init>(ModelLoader.java:777) ~[ModelLoader$WeightedRandomModel.class:?]
	at net.minecraftforge.client.model.ModelLoader$VariantLoader.loadModel(ModelLoader.java:1254) ~[ModelLoader$VariantLoader.class:?]
	at net.minecraftforge.client.model.ModelLoaderRegistry.getModel(ModelLoaderRegistry.java:149) ~[ModelLoaderRegistry.class:?]
	... 21 more

and i still can't find the cause

Link to comment
Share on other sites

the block is also not rendering why

2017-04-05 16:36:30,656 WARN Unable to instantiate org.fusesource.jansi.WindowsAnsiOutputStream
2017-04-05 16:36:30,657 WARN Unable to instantiate org.fusesource.jansi.WindowsAnsiOutputStream
[16:36:30] [main/INFO] [GradleStart]: Extra: []
[16:36:30] [main/INFO] [GradleStart]: Running with arguments: [--userProperties, {}, --assetsDir, C:/Users/luket/.gradle/caches/minecraft/assets, --assetIndex, 1.11, --accessToken{REDACTED}, --version, 1.11.2, --tweakClass, net.minecraftforge.fml.common.launcher.FMLTweaker, --tweakClass, net.minecraftforge.gradle.tweakers.CoremodTweaker]
[16:36:30] [main/INFO] [LaunchWrapper]: Loading tweak class name net.minecraftforge.fml.common.launcher.FMLTweaker
[16:36:30] [main/INFO] [LaunchWrapper]: Using primary tweak class name net.minecraftforge.fml.common.launcher.FMLTweaker
[16:36:30] [main/INFO] [LaunchWrapper]: Loading tweak class name net.minecraftforge.gradle.tweakers.CoremodTweaker
[16:36:30] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.fml.common.launcher.FMLTweaker
[16:36:30] [main/INFO] [FML]: Forge Mod Loader version 13.20.0.2262 for Minecraft 1.11.2 loading
[16:36:30] [main/INFO] [FML]: Java is Java HotSpot(TM) 64-Bit Server VM, version 1.8.0_121, running on Windows 10:amd64:10.0, installed at C:\Program Files\Java\jre1.8.0_121
[16:36:30] [main/INFO] [FML]: Managed to load a deobfuscated Minecraft name- we are in a deobfuscated environment. Skipping runtime deobfuscation
[16:36:30] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.gradle.tweakers.CoremodTweaker
[16:36:30] [main/INFO] [GradleStart]: Injecting location in coremod net.minecraftforge.fml.relauncher.FMLCorePlugin
[16:36:30] [main/INFO] [GradleStart]: Injecting location in coremod net.minecraftforge.classloading.FMLForgePlugin
[16:36:30] [main/INFO] [LaunchWrapper]: Loading tweak class name net.minecraftforge.fml.common.launcher.FMLInjectionAndSortingTweaker
[16:36:30] [main/INFO] [LaunchWrapper]: Loading tweak class name net.minecraftforge.fml.common.launcher.FMLDeobfTweaker
[16:36:30] [main/INFO] [LaunchWrapper]: Loading tweak class name net.minecraftforge.gradle.tweakers.AccessTransformerTweaker
[16:36:30] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.fml.common.launcher.FMLInjectionAndSortingTweaker
[16:36:30] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.fml.common.launcher.FMLInjectionAndSortingTweaker
[16:36:30] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.fml.relauncher.CoreModManager$FMLPluginWrapper
[16:36:31] [main/ERROR] [FML]: The binary patch set is missing. Either you are in a development environment, or things are not going to work!
[16:36:33] [main/ERROR] [FML]: FML appears to be missing any signature data. This is not a good thing
[16:36:33] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.fml.relauncher.CoreModManager$FMLPluginWrapper
[16:36:33] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.fml.common.launcher.FMLDeobfTweaker
[16:36:34] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.gradle.tweakers.AccessTransformerTweaker
[16:36:34] [main/INFO] [LaunchWrapper]: Loading tweak class name net.minecraftforge.fml.common.launcher.TerminalTweaker
[16:36:34] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.fml.common.launcher.TerminalTweaker
[16:36:34] [main/INFO] [LaunchWrapper]: Launching wrapped minecraft {net.minecraft.client.main.Main}
2017-04-05 16:36:35,314 WARN Unable to instantiate org.fusesource.jansi.WindowsAnsiOutputStream
2017-04-05 16:36:35,359 WARN Unable to instantiate org.fusesource.jansi.WindowsAnsiOutputStream
2017-04-05 16:36:35,362 WARN Unable to instantiate org.fusesource.jansi.WindowsAnsiOutputStream
[16:36:35] [Client thread/INFO]: Setting user: Player105
[16:36:41] [Client thread/WARN]: Skipping bad option: lastServer:
[16:36:41] [Client thread/INFO]: LWJGL Version: 2.9.4
[16:36:43] [Client thread/INFO]: [STDOUT]: ---- Minecraft Crash Report ----
// Don't be sad, have a hug! <3

Time: 4/5/17 4:36 PM
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.2
	Operating System: Windows 10 (amd64) version 10.0
	Java Version: 1.8.0_121, Oracle Corporation
	Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
	Memory: 1976741848 bytes (1885 MB) / 2112618496 bytes (2014 MB) up to 2112618496 bytes (2014 MB)
	JVM Flags: 3 total; -Xincgc -Xmx2048M -Xms2048M
	IntCache: cache: 0, tcache: 0, allocated: 0, tallocated: 0
	FML: 
	Loaded coremods (and transformers): 
	GL info: ' Vendor: 'NVIDIA Corporation' Version: '4.5.0 NVIDIA 378.92' Renderer: 'GeForce GTX 1050 Ti/PCIe/SSE2'
[16:36:43] [Client thread/INFO] [FML]: MinecraftForge v13.20.0.2262 Initialized
[16:36:43] [Client thread/INFO] [FML]: Replaced 232 ore recipes
[16:36:43] [Client thread/INFO] [FML]: Found 0 mods from the command line. Injecting into mod discoverer
[16:36:43] [Client thread/INFO] [FML]: Searching C:\Users\luket\Desktop\mod\run\mods for mods
[16:36:45] [Client thread/INFO] [FML]: Forge Mod Loader has identified 5 mods to load
[16:36:46] [Client thread/INFO] [FML]: Attempting connection with missing mods [minecraft, mcp, FML, forge, alcm] at CLIENT
[16:36:46] [Client thread/INFO] [FML]: Attempting connection with missing mods [minecraft, mcp, FML, forge, alcm] at SERVER
[16:36:47] [Client thread/INFO]: Reloading ResourceManager: Default, FMLFileResourcePack:Forge Mod Loader, FMLFileResourcePack:Minecraft Forge, FMLFileResourcePack:Arouraalliance custom mod
[16:36:47] [Client thread/INFO] [FML]: Processing ObjectHolder annotations
[16:36:47] [Client thread/INFO] [FML]: Found 444 ObjectHolder annotations
[16:36:47] [Client thread/INFO] [FML]: Identifying ItemStackHolder annotations
[16:36:47] [Client thread/INFO] [FML]: Found 0 ItemStackHolder annotations
[16:36:47] [Client thread/INFO] [FML]: Applying holder lookups
[16:36:47] [Client thread/INFO] [FML]: Holder lookups applied
[16:36:47] [Client thread/INFO] [FML]: Applying holder lookups
[16:36:47] [Client thread/INFO] [FML]: Holder lookups applied
[16:36:47] [Client thread/INFO] [FML]: Applying holder lookups
[16:36:47] [Client thread/INFO] [FML]: Holder lookups applied
[16:36:47] [Client thread/INFO] [FML]: Configured a dormant chunk cache size of 0
[16:36:47] [Forge Version Check/INFO] [ForgeVersionCheck]: [forge] Starting version check at http://files.minecraftforge.net/maven/net/minecraftforge/forge/promotions_slim.json
[16:36:47] [Client thread/INFO] [FML]: Applying holder lookups
[16:36:47] [Client thread/INFO] [FML]: Holder lookups applied
[16:36:47] [Client thread/INFO] [FML]: Injecting itemstacks
[16:36:47] [Client thread/INFO] [FML]: Itemstack injection complete
[16:36:47] [Forge Version Check/INFO] [ForgeVersionCheck]: [forge] Found status: OUTDATED Target: 13.20.0.2263
[16:36:51] [Sound Library Loader/INFO]: Starting up SoundSystem...
[16:36:51] [Thread-8/INFO]: Initializing LWJGL OpenAL
[16:36:51] [Thread-8/INFO]: (The LWJGL binding of OpenAL.  For more information, see http://www.lwjgl.org)
[16:36:51] [Thread-8/INFO]: OpenAL initialized.
[16:36:51] [Sound Library Loader/INFO]: Sound engine started
[16:36:57] [Client thread/INFO] [FML]: Max texture size: 16384
[16:36:57] [Client thread/INFO]: Created: 16x16 textures-atlas
[16:36:58] [Client thread/INFO] [FML]: Injecting itemstacks
[16:36:58] [Client thread/INFO] [FML]: Itemstack injection complete
[16:36:58] [Client thread/INFO] [FML]: Forge Mod Loader has successfully loaded 5 mods
[16:36:58] [Client thread/INFO]: Reloading ResourceManager: Default, FMLFileResourcePack:Forge Mod Loader, FMLFileResourcePack:Minecraft Forge, FMLFileResourcePack:Arouraalliance custom mod
[16:37:02] [Client thread/INFO]: SoundSystem shutting down...
[16:37:02] [Client thread/WARN]: Author: Paul Lamb, www.paulscode.com
[16:37:02] [Sound Library Loader/INFO]: Starting up SoundSystem...
[16:37:02] [Thread-10/INFO]: Initializing LWJGL OpenAL
[16:37:02] [Thread-10/INFO]: (The LWJGL binding of OpenAL.  For more information, see http://www.lwjgl.org)
[16:37:02] [Thread-10/INFO]: OpenAL initialized.
[16:37:03] [Sound Library Loader/INFO]: Sound engine started
[16:37:07] [Client thread/INFO] [FML]: Max texture size: 16384
[16:37:07] [Client thread/INFO]: Created: 512x512 textures-atlas
[16:37:09] [Client thread/WARN]: Skipping bad option: lastServer:
[16:37:11] [Realms Notification Availability checker #1/INFO]: Could not authorize you against Realms server: Invalid session id
[16:37:17] [Server thread/INFO]: Starting integrated minecraft server version 1.11.2
[16:37:17] [Server thread/INFO]: Generating keypair
[16:37:17] [Server thread/INFO] [FML]: Injecting existing block and item data into this server instance
[16:37:17] [Server thread/INFO] [FML]: Applying holder lookups
[16:37:17] [Server thread/INFO] [FML]: Holder lookups applied
[16:37:17] [Server thread/INFO] [FML]: Loading dimension 0 (New World) (net.minecraft.server.integrated.IntegratedServer@232235f4)
[16:37:18] [Server thread/INFO] [FML]: Loading dimension 1 (New World) (net.minecraft.server.integrated.IntegratedServer@232235f4)
[16:37:18] [Server thread/INFO] [FML]: Loading dimension -1 (New World) (net.minecraft.server.integrated.IntegratedServer@232235f4)
[16:37:18] [Server thread/INFO]: Preparing start region for level 0
[16:37:19] [Server thread/INFO]: Preparing spawn area: 7%
[16:37:20] [Server thread/INFO]: Changing view distance to 12, from 10
[16:37:22] [Netty Local Client IO #0/INFO] [FML]: Server protocol version 2
[16:37:22] [Netty Server IO #1/INFO] [FML]: Client protocol version 2
[16:37:22] [Netty Server IO #1/INFO] [FML]: Client attempting to join with 5 mods : [email protected],[email protected],[email protected],alcm@pre-alpha:0.1,[email protected]
[16:37:22] [Netty Local Client IO #0/INFO] [FML]: [Netty Local Client IO #0] Client side modded connection established
[16:37:22] [Server thread/INFO] [FML]: [Server thread] Server side modded connection established
[16:37:22] [Server thread/INFO]: Player105[local:E:5900b333] logged in with entity id 171 at (248.23339341404247, 71.0, 120.16308986846484)
[16:37:22] [Server thread/INFO]: Player105 joined the game
[16:37:24] [Server thread/INFO]: Saving and pausing game...
[16:37:24] [Server thread/INFO]: Saving chunks for level 'New World'/Overworld
[16:37:24] [Server thread/INFO]: Saving chunks for level 'New World'/Nether
[16:37:24] [Server thread/INFO]: Saving chunks for level 'New World'/The End
[16:37:24] [pool-2-thread-1/WARN]: Couldn't look up profile properties for com.mojang.authlib.GameProfile@68414e2c[id=57dc6a46-e74c-3ba4-9f22-c0301d6047ec,name=Player105,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:3056) [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_121]
	at java.util.concurrent.FutureTask.run(Unknown Source) [?:1.8.0_121]
	at java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) [?:1.8.0_121]
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) [?:1.8.0_121]
	at java.lang.Thread.run(Unknown Source) [?:1.8.0_121]
[16:37:26] [Server thread/INFO]: Player105 has just earned the achievement [Taking Inventory]
[16:37:26] [Client thread/INFO]: [CHAT] Player105 has just earned the achievement [Taking Inventory]

 

Link to comment
Share on other sites

You need to be more specific and provide a lot more information. What isn't working? What happens in the game that is not what you expect? What code have you changed since the last crash report you posted? Post ALL your updated code and files. If you can't upload a screenshot to this forum, use another site like imgur and post a link to it so we can see your file structure.

Link to comment
Share on other sites

Caused by: java.io.FileNotFoundException: alcm:models/block/arouralblock.json
	at net.minecraft.client.resources.FallbackResourceManager.getResource(FallbackResourceManager.java:69) ~[FallbackResourceManager.class:?]
	at net.minecraft.client.resources.SimpleReloadableResourceManager.getResource(SimpleReloadableResourceManager.java:65) ~[SimpleReloadableResourceManager.class:?]
	at net.minecraft.client.renderer.block.model.ModelBakery.loadModel(ModelBakery.java:334) ~[ModelBakery.class:?]
	at net.minecraftforge.client.model.ModelLoader.access$1600(ModelLoader.java:126) ~[ModelLoader.class:?]
	at net.minecraftforge.client.model.ModelLoader$VanillaLoader.loadModel(ModelLoader.java:937) ~[ModelLoader$VanillaLoader.class:?]
	at net.minecraftforge.client.model.ModelLoaderRegistry.getModel(ModelLoaderRegistry.java:149) ~[ModelLoaderRegistry.class:?]
	at net.minecraftforge.client.model.ModelLoader$WeightedRandomModel.<init>(ModelLoader.java:777) ~[ModelLoader$WeightedRandomModel.class:?]
	at net.minecraftforge.client.model.ModelLoader$VariantLoader.loadModel(ModelLoader.java:1254) ~[ModelLoader$VariantLoader.class:?]
	at net.minecraftforge.client.model.ModelLoaderRegistry.getModel(ModelLoaderRegistry.java:149) ~[ModelLoaderRegistry.class:?]
	... 21 more

Maybe give us your folder structure, if not requested before

Link to comment
Share on other sites

5 minutes ago, Mystic4pheonix said:

the block is also not rendering why


2017-04-05 16:36:30,656 WARN Unable to instantiate org.fusesource.jansi.WindowsAnsiOutputStream
2017-04-05 16:36:30,657 WARN Unable to instantiate org.fusesource.jansi.WindowsAnsiOutputStream
[16:36:30] [main/INFO] [GradleStart]: Extra: []
[16:36:30] [main/INFO] [GradleStart]: Running with arguments: [--userProperties, {}, --assetsDir, C:/Users/luket/.gradle/caches/minecraft/assets, --assetIndex, 1.11, --accessToken{REDACTED}, --version, 1.11.2, --tweakClass, net.minecraftforge.fml.common.launcher.FMLTweaker, --tweakClass, net.minecraftforge.gradle.tweakers.CoremodTweaker]
[16:36:30] [main/INFO] [LaunchWrapper]: Loading tweak class name net.minecraftforge.fml.common.launcher.FMLTweaker
[16:36:30] [main/INFO] [LaunchWrapper]: Using primary tweak class name net.minecraftforge.fml.common.launcher.FMLTweaker
[16:36:30] [main/INFO] [LaunchWrapper]: Loading tweak class name net.minecraftforge.gradle.tweakers.CoremodTweaker
[16:36:30] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.fml.common.launcher.FMLTweaker
[16:36:30] [main/INFO] [FML]: Forge Mod Loader version 13.20.0.2262 for Minecraft 1.11.2 loading
[16:36:30] [main/INFO] [FML]: Java is Java HotSpot(TM) 64-Bit Server VM, version 1.8.0_121, running on Windows 10:amd64:10.0, installed at C:\Program Files\Java\jre1.8.0_121
[16:36:30] [main/INFO] [FML]: Managed to load a deobfuscated Minecraft name- we are in a deobfuscated environment. Skipping runtime deobfuscation
[16:36:30] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.gradle.tweakers.CoremodTweaker
[16:36:30] [main/INFO] [GradleStart]: Injecting location in coremod net.minecraftforge.fml.relauncher.FMLCorePlugin
[16:36:30] [main/INFO] [GradleStart]: Injecting location in coremod net.minecraftforge.classloading.FMLForgePlugin
[16:36:30] [main/INFO] [LaunchWrapper]: Loading tweak class name net.minecraftforge.fml.common.launcher.FMLInjectionAndSortingTweaker
[16:36:30] [main/INFO] [LaunchWrapper]: Loading tweak class name net.minecraftforge.fml.common.launcher.FMLDeobfTweaker
[16:36:30] [main/INFO] [LaunchWrapper]: Loading tweak class name net.minecraftforge.gradle.tweakers.AccessTransformerTweaker
[16:36:30] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.fml.common.launcher.FMLInjectionAndSortingTweaker
[16:36:30] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.fml.common.launcher.FMLInjectionAndSortingTweaker
[16:36:30] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.fml.relauncher.CoreModManager$FMLPluginWrapper
[16:36:31] [main/ERROR] [FML]: The binary patch set is missing. Either you are in a development environment, or things are not going to work!
[16:36:33] [main/ERROR] [FML]: FML appears to be missing any signature data. This is not a good thing
[16:36:33] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.fml.relauncher.CoreModManager$FMLPluginWrapper
[16:36:33] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.fml.common.launcher.FMLDeobfTweaker
[16:36:34] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.gradle.tweakers.AccessTransformerTweaker
[16:36:34] [main/INFO] [LaunchWrapper]: Loading tweak class name net.minecraftforge.fml.common.launcher.TerminalTweaker
[16:36:34] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.fml.common.launcher.TerminalTweaker
[16:36:34] [main/INFO] [LaunchWrapper]: Launching wrapped minecraft {net.minecraft.client.main.Main}
2017-04-05 16:36:35,314 WARN Unable to instantiate org.fusesource.jansi.WindowsAnsiOutputStream
2017-04-05 16:36:35,359 WARN Unable to instantiate org.fusesource.jansi.WindowsAnsiOutputStream
2017-04-05 16:36:35,362 WARN Unable to instantiate org.fusesource.jansi.WindowsAnsiOutputStream
[16:36:35] [Client thread/INFO]: Setting user: Player105
[16:36:41] [Client thread/WARN]: Skipping bad option: lastServer:
[16:36:41] [Client thread/INFO]: LWJGL Version: 2.9.4
[16:36:43] [Client thread/INFO]: [STDOUT]: ---- Minecraft Crash Report ----
// Don't be sad, have a hug! <3

Time: 4/5/17 4:36 PM
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.2
	Operating System: Windows 10 (amd64) version 10.0
	Java Version: 1.8.0_121, Oracle Corporation
	Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
	Memory: 1976741848 bytes (1885 MB) / 2112618496 bytes (2014 MB) up to 2112618496 bytes (2014 MB)
	JVM Flags: 3 total; -Xincgc -Xmx2048M -Xms2048M
	IntCache: cache: 0, tcache: 0, allocated: 0, tallocated: 0
	FML: 
	Loaded coremods (and transformers): 
	GL info: ' Vendor: 'NVIDIA Corporation' Version: '4.5.0 NVIDIA 378.92' Renderer: 'GeForce GTX 1050 Ti/PCIe/SSE2'
[16:36:43] [Client thread/INFO] [FML]: MinecraftForge v13.20.0.2262 Initialized
[16:36:43] [Client thread/INFO] [FML]: Replaced 232 ore recipes
[16:36:43] [Client thread/INFO] [FML]: Found 0 mods from the command line. Injecting into mod discoverer
[16:36:43] [Client thread/INFO] [FML]: Searching C:\Users\luket\Desktop\mod\run\mods for mods
[16:36:45] [Client thread/INFO] [FML]: Forge Mod Loader has identified 5 mods to load
[16:36:46] [Client thread/INFO] [FML]: Attempting connection with missing mods [minecraft, mcp, FML, forge, alcm] at CLIENT
[16:36:46] [Client thread/INFO] [FML]: Attempting connection with missing mods [minecraft, mcp, FML, forge, alcm] at SERVER
[16:36:47] [Client thread/INFO]: Reloading ResourceManager: Default, FMLFileResourcePack:Forge Mod Loader, FMLFileResourcePack:Minecraft Forge, FMLFileResourcePack:Arouraalliance custom mod
[16:36:47] [Client thread/INFO] [FML]: Processing ObjectHolder annotations
[16:36:47] [Client thread/INFO] [FML]: Found 444 ObjectHolder annotations
[16:36:47] [Client thread/INFO] [FML]: Identifying ItemStackHolder annotations
[16:36:47] [Client thread/INFO] [FML]: Found 0 ItemStackHolder annotations
[16:36:47] [Client thread/INFO] [FML]: Applying holder lookups
[16:36:47] [Client thread/INFO] [FML]: Holder lookups applied
[16:36:47] [Client thread/INFO] [FML]: Applying holder lookups
[16:36:47] [Client thread/INFO] [FML]: Holder lookups applied
[16:36:47] [Client thread/INFO] [FML]: Applying holder lookups
[16:36:47] [Client thread/INFO] [FML]: Holder lookups applied
[16:36:47] [Client thread/INFO] [FML]: Configured a dormant chunk cache size of 0
[16:36:47] [Forge Version Check/INFO] [ForgeVersionCheck]: [forge] Starting version check at http://files.minecraftforge.net/maven/net/minecraftforge/forge/promotions_slim.json
[16:36:47] [Client thread/INFO] [FML]: Applying holder lookups
[16:36:47] [Client thread/INFO] [FML]: Holder lookups applied
[16:36:47] [Client thread/INFO] [FML]: Injecting itemstacks
[16:36:47] [Client thread/INFO] [FML]: Itemstack injection complete
[16:36:47] [Forge Version Check/INFO] [ForgeVersionCheck]: [forge] Found status: OUTDATED Target: 13.20.0.2263
[16:36:51] [Sound Library Loader/INFO]: Starting up SoundSystem...
[16:36:51] [Thread-8/INFO]: Initializing LWJGL OpenAL
[16:36:51] [Thread-8/INFO]: (The LWJGL binding of OpenAL.  For more information, see http://www.lwjgl.org)
[16:36:51] [Thread-8/INFO]: OpenAL initialized.
[16:36:51] [Sound Library Loader/INFO]: Sound engine started
[16:36:57] [Client thread/INFO] [FML]: Max texture size: 16384
[16:36:57] [Client thread/INFO]: Created: 16x16 textures-atlas
[16:36:58] [Client thread/INFO] [FML]: Injecting itemstacks
[16:36:58] [Client thread/INFO] [FML]: Itemstack injection complete
[16:36:58] [Client thread/INFO] [FML]: Forge Mod Loader has successfully loaded 5 mods
[16:36:58] [Client thread/INFO]: Reloading ResourceManager: Default, FMLFileResourcePack:Forge Mod Loader, FMLFileResourcePack:Minecraft Forge, FMLFileResourcePack:Arouraalliance custom mod
[16:37:02] [Client thread/INFO]: SoundSystem shutting down...
[16:37:02] [Client thread/WARN]: Author: Paul Lamb, www.paulscode.com
[16:37:02] [Sound Library Loader/INFO]: Starting up SoundSystem...
[16:37:02] [Thread-10/INFO]: Initializing LWJGL OpenAL
[16:37:02] [Thread-10/INFO]: (The LWJGL binding of OpenAL.  For more information, see http://www.lwjgl.org)
[16:37:02] [Thread-10/INFO]: OpenAL initialized.
[16:37:03] [Sound Library Loader/INFO]: Sound engine started
[16:37:07] [Client thread/INFO] [FML]: Max texture size: 16384
[16:37:07] [Client thread/INFO]: Created: 512x512 textures-atlas
[16:37:09] [Client thread/WARN]: Skipping bad option: lastServer:
[16:37:11] [Realms Notification Availability checker #1/INFO]: Could not authorize you against Realms server: Invalid session id
[16:37:17] [Server thread/INFO]: Starting integrated minecraft server version 1.11.2
[16:37:17] [Server thread/INFO]: Generating keypair
[16:37:17] [Server thread/INFO] [FML]: Injecting existing block and item data into this server instance
[16:37:17] [Server thread/INFO] [FML]: Applying holder lookups
[16:37:17] [Server thread/INFO] [FML]: Holder lookups applied
[16:37:17] [Server thread/INFO] [FML]: Loading dimension 0 (New World) (net.minecraft.server.integrated.IntegratedServer@232235f4)
[16:37:18] [Server thread/INFO] [FML]: Loading dimension 1 (New World) (net.minecraft.server.integrated.IntegratedServer@232235f4)
[16:37:18] [Server thread/INFO] [FML]: Loading dimension -1 (New World) (net.minecraft.server.integrated.IntegratedServer@232235f4)
[16:37:18] [Server thread/INFO]: Preparing start region for level 0
[16:37:19] [Server thread/INFO]: Preparing spawn area: 7%
[16:37:20] [Server thread/INFO]: Changing view distance to 12, from 10
[16:37:22] [Netty Local Client IO #0/INFO] [FML]: Server protocol version 2
[16:37:22] [Netty Server IO #1/INFO] [FML]: Client protocol version 2
[16:37:22] [Netty Server IO #1/INFO] [FML]: Client attempting to join with 5 mods : [email protected],[email protected],[email protected],alcm@pre-alpha:0.1,[email protected]
[16:37:22] [Netty Local Client IO #0/INFO] [FML]: [Netty Local Client IO #0] Client side modded connection established
[16:37:22] [Server thread/INFO] [FML]: [Server thread] Server side modded connection established
[16:37:22] [Server thread/INFO]: Player105[local:E:5900b333] logged in with entity id 171 at (248.23339341404247, 71.0, 120.16308986846484)
[16:37:22] [Server thread/INFO]: Player105 joined the game
[16:37:24] [Server thread/INFO]: Saving and pausing game...
[16:37:24] [Server thread/INFO]: Saving chunks for level 'New World'/Overworld
[16:37:24] [Server thread/INFO]: Saving chunks for level 'New World'/Nether
[16:37:24] [Server thread/INFO]: Saving chunks for level 'New World'/The End
[16:37:24] [pool-2-thread-1/WARN]: Couldn't look up profile properties for com.mojang.authlib.GameProfile@68414e2c[id=57dc6a46-e74c-3ba4-9f22-c0301d6047ec,name=Player105,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:3056) [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_121]
	at java.util.concurrent.FutureTask.run(Unknown Source) [?:1.8.0_121]
	at java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) [?:1.8.0_121]
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) [?:1.8.0_121]
	at java.lang.Thread.run(Unknown Source) [?:1.8.0_121]
[16:37:26] [Server thread/INFO]: Player105 has just earned the achievement [Taking Inventory]
[16:37:26] [Client thread/INFO]: [CHAT] Player105 has just earned the achievement [Taking Inventory]

 

P.S. this log has nothing to do with your block not showing

Link to comment
Share on other sites

Only copy paste the link pls. Not the HTML Tags to include it on your side

 

Ok never mind. I figured it our myself. Maybe try the Snipping tool nextime and expand the block folder in your directory pls

Edited by Pingubro
Link to comment
Share on other sites

And that's not how you link images. Jesus.

cA1YW7w.jpg

 

AND!!! You didn't expand the models/block directory.

 

Fuck.

 

block.png

 

Also, open the start menu and type "snip." Use that program instead of your phone next time.

Edited by Draco18s

Apparently I'm a complete and utter jerk and come to this forum just like to make fun of people, be confrontational, and make your personal life miserable.  If you think this is the case, JUST REPORT ME.  Otherwise you're just going to get reported when you reply to my posts and point it out, because odds are, I was trying to be nice.

 

Exception: If you do not understand Java, I WILL NOT HELP YOU and your thread will get locked.

 

DO NOT PM ME WITH PROBLEMS. No help will be given.

Link to comment
Share on other sites

Apparently I'm a complete and utter jerk and come to this forum just like to make fun of people, be confrontational, and make your personal life miserable.  If you think this is the case, JUST REPORT ME.  Otherwise you're just going to get reported when you reply to my posts and point it out, because odds are, I was trying to be nice.

 

Exception: If you do not understand Java, I WILL NOT HELP YOU and your thread will get locked.

 

DO NOT PM ME WITH PROBLEMS. No help will be given.

Link to comment
Share on other sites

Also:

blocks.png

Why does the "registry" name have capital letters in it?

Why isn't your unlocalized name based off the registry name?

someBlock.setUnlocalizedName(someBlock.getRegistryName());

Apparently I'm a complete and utter jerk and come to this forum just like to make fun of people, be confrontational, and make your personal life miserable.  If you think this is the case, JUST REPORT ME.  Otherwise you're just going to get reported when you reply to my posts and point it out, because odds are, I was trying to be nice.

 

Exception: If you do not understand Java, I WILL NOT HELP YOU and your thread will get locked.

 

DO NOT PM ME WITH PROBLEMS. No help will be given.

Link to comment
Share on other sites

Draco18 i'm not following what you said sorry

do you mean the arouralblock.class

 

package mystic4pheonix.core.blocks;

import mystic4pheonix.core.Arouraalliancecustommod;
import mystic4pheonix.core.Reference;
import net.minecraft.block.Block;
import net.minecraft.block.material.Material;

public class BlockArouralblock extends Block {

	public BlockArouralblock() {
		super(Material.IRON);
		setUnlocalizedName(Reference.ModBlocks.AROURALBLOCK.getUnlocalizedName());
		setRegistryName(Reference.ModBlocks.AROURALBLOCK.getRegistryName());
		setCreativeTab(Arouraalliancecustommod.tabArouraAlliance);
	}

}


 

Edited by Mystic4pheonix
Link to comment
Share on other sites

6 minutes ago, Draco18s said:

Also:

blocks.png

Why does the "registry" name have capital letters in it?

Why isn't your unlocalized name based off the registry name?

someBlock.setUnlocalizedName(someBlock.getRegistryName());

that part links to this code

public static Block arouralblock;

	public static void init() {

		// items

		arouraingot = new ItemArouraingot();
		arouraboots = new ItemArouraboots();
		arourachestplate = new ItemArourachestplate();
		arouraleggings = new ItemArouraleggings();
		arourahelmet = new ItemArourahelmet();
		arourasword = new ItemArourasword(EnumHelper.addToolMaterial("AROURA-LIGHT", 2, 3000, 10.0F, 5.5F, 13));
		arouralblock = new BlockArouralblock();
		//block
		
	}

	public static void register() {

 

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Unfortunately, your content contains terms that we do not allow. Please edit your content to remove the highlighted words below.
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Announcements




  • Recently Browsing

    • No registered users viewing this page.
  • Posts

    • Another Update: Updating the Forge MDL version worked. My conjecture to this weird bug or issue of sorts is that the plugin was downloading mappings and MDK from the latest forge minecraft version instead of the set forge minecraft version. This could be the only possible case of explanation, because clearing gradle cache does not work for me. I have tried this for over hours and just upgrading the MDK worked for me. Build and compile gradlew commands also works now, which further proves my guess. This is probably a bug on the plugin's side somehow, but it just doesn't make sense since at start trying the 40.2.18 MDL works fine and then deleting the cache breaks it.
    • Update: It seems like the forge version I was using was broken entirely, somehow... I am now using the Forge MDL 1.18.2-40.2.21 (previous used 40.2.18) version and now everything is working sort-of fine.... adding extra dependencies seems to break it again. It is so weird... Did anyone have similar issues with this before? I'm also using the Minecraft Development plugin for IntelliJ IDEA
    • Hello! I'm currently having issues while building a jar file for my Minecraft 1.18.2 Forge mod. I've attached a link to imgur below that holds two screenshots of the errors. I'm using Jetbrains IntelliJ IDEA 2024.1 and Gradle 8.4. This is my repo: Mod Repo When I was modding, I needed to build the mod in order to test the mod, which didn't work, as the first screenshot gives. It throws errors for each classes in the forge registry class (or whatever the hell that mess is) and is just generally confusing. Now I have deleted everything in my project folder and re-pulled the repo from github, which now gives the errors in the second image where all forge classes are not imported somehow. When I try to build it now, it just repeats the same errors in the first image. https://imgur.com/a/DYwSKqJ Please I need help desparately
    • [main/WARN] [net.minecraft.server.Main/]: Failed to load datapacks, can't proceed with server load. You can either fix your datapacks or reset to vanilla with --safeMode 8400java.util.concurrent.ExecutionException: com.google.gson.JsonParseException: Error loading registry data: No key name in MapLike[{"elements":[{"element":{"element_type":"minecraft:legacy_single_pool_element","location":"duneons:towns/village_creeperforest/town_center_01","processors":{"processors":[]},"projection":"rigid"},"weight":1}],"fallback":"minecraft:empty","forge:registry_name":"duneons:towns/village_creeperforest/town_centers"}] 8401at java.util.concurrent.CompletableFuture.reportGet(CompletableFuture.java:396) ~[?:?] 8402at java.util.concurrent.CompletableFuture.get(CompletableFuture.java:2073) ~[?:?] 8403at net.minecraft.server.Main.main(Main.java:182) ~[server-1.19.2-20220805.130853-srg.jar%23243!/:?] 8404at jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:?] 8405at jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) ~[?:?] 8406at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:?] 8407at java.lang.reflect.Method.invoke(Method.java:568) ~[?:?] 8408at net.minecraftforge.fml.loading.targets.CommonServerLaunchHandler.lambda$launchService$0(CommonServerLaunchHandler.java:29) ~[fmlloader-1.19.2-43.3.13.jar%2367!/:?] 8409at cpw.mods.modlauncher.LaunchServiceHandlerDecorator.launch(LaunchServiceHandlerDecorator.java:30) [modlauncher-10.0.8.jar%2354!/:?] 8410at cpw.mods.modlauncher.LaunchServiceHandler.launch(LaunchServiceHandler.java:53) [modlauncher-10.0.8.jar%2354!/:?] 8411at cpw.mods.modlauncher.LaunchServiceHandler.launch(LaunchServiceHandler.java:71) [modlauncher-10.0.8.jar%2354!/:?] 8412at cpw.mods.modlauncher.Launcher.run(Launcher.java:106) [modlauncher-10.0.8.jar%2354!/:?] 8413at cpw.mods.modlauncher.Launcher.main(Launcher.java:77) [modlauncher-10.0.8.jar%2354!/:?] 8414at cpw.mods.modlauncher.BootstrapLaunchConsumer.accept(BootstrapLaunchConsumer.java:26) [modlauncher-10.0.8.jar%2354!/:?] 8415at cpw.mods.modlauncher.BootstrapLaunchConsumer.accept(BootstrapLaunchConsumer.java:23) [modlauncher-10.0.8.jar%2354!/:?] 8416at cpw.mods.bootstraplauncher.BootstrapLauncher.main(BootstrapLauncher.java:141) [bootstraplauncher-1.1.2.jar:?] 8417Caused by: com.google.gson.JsonParseException: Error loading registry data: No key name in MapLike[{"elements":[{"element":{"element_type":"minecraft:legacy_single_pool_element","location":"duneons:towns/village_creeperforest/town_center_01","processors":{"processors":[]},"projection":"rigid"},"weight":1}],"fallback":"minecraft:empty","forge:registry_name":"duneons:towns/village_creeperforest/town_centers"}] 8418at net.minecraft.core.RegistryAccess.m_206152_(RegistryAccess.java:211) ~[server-1.19.2-20220805.130853-srg.jar%23243!/:?] 8419at java.util.Optional.ifPresent(Optional.java:178) ~[?:?] 8420at net.minecraft.core.RegistryAccess.m_206159_(RegistryAccess.java:210) ~[server-1.19.2-20220805.130853-srg.jar%23243!/:?] 8421at net.minecraft.core.RegistryAccess.m_206171_(RegistryAccess.java:203) ~[server-1.19.2-20220805.130853-srg.jar%23243!/:?] 8422at net.minecraft.resources.RegistryOps.m_206817_(RegistryOps.java:32) ~[server-1.19.2-20220805.130853-srg.jar%23243!/:?] 8423at net.minecraft.resources.RegistryOps.m_206813_(RegistryOps.java:25) ~[server-1.19.2-20220805.130853-srg.jar%23243!/:?] 8424at net.minecraft.server.Main.lambda$main$2(Main.java:160) ~[server-1.19.2-20220805.130853-srg.jar%23243!/:?] 8425at net.minecraft.server.WorldLoader.m_214362_(WorldLoader.java:24) ~[server-1.19.2-20220805.130853-srg.jar%23243!/:?] 8426at net.minecraft.server.WorldStem.m_214415_(WorldStem.java:18) ~[server-1.19.2-20220805.130853-srg.jar%23243!/:?] 8427at net.minecraft.server.Main.lambda$main$3(Main.java:158) ~[server-1.19.2-20220805.130853-srg.jar%23243!/:?] 8428at net.minecraft.Util.m_214652_(Util.java:775) ~[server-1.19.2-20220805.130853-srg.jar%23243!/:?] 8429at net.minecraft.Util.m_214679_(Util.java:770) ~[server-1.19.2-20220805.130853-srg.jar%23243!/:?] 8430at net.minecraft.server.Main.main(Main.java:157) ~[server-1.19.2-20220805.130853-srg.jar%23243!/:?] 8431... 13 more 8432  
    • Try using 1.20.6-50.0.5, it just fixed an issue related to enchanting: https://github.com/MinecraftForge/MinecraftForge/commit/0e829630da67c91d2b5a91ea4b65eb033f868e76
  • Topics

  • Who's Online (See full list)

    • There are no registered users currently online
×
×
  • Create New...

Important Information

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