Jump to content

IProperties for texture changes 1.10


Zane49er

Recommended Posts

You really should set the unlocalized name to the registry name:

setUnlocalizedName (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

By using printlines, I checked whether or not those methods, and they don't even seem to be run at all. Thanks again for the formatting tip, but getRegistryName() returns a resource Location, should I use .toString()? Also, since there wan't much else I could think of to do, I started on world generation. getblock no longer exists since 1.7, so how do I check for a block?

Edited by Zane49er

Lord Volkihar has requested that I send the following message to everyone who is gifted, intellectually or artistically:

We hope that some people could help us share an epic tale of lord Volkihar's achievements and magnificent life. we plan to do this through modern media such as books, games, and mods.

For lost details, we are looking for around 5 gallons of Cortexiphan, and some N.Z.T.(around 50 pills) also, if you happen to know how to create a gel with the same density as human flesh, but low viscosity and adhesion, recipes would be appreciated.

Link to comment
Share on other sites

44 minutes ago, Zane49er said:

but getRegistryName() returns a resource Location, should I use .toString()?

 

... getblock no longer exists since 1.7, so how do I check for a block?

Yes and getBlockState, which returns an IBlockState object, which is sort of a compound of a Block and is metadata.

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

I have switched everything to registry names, and the terrain generation is working, but the block's model is broken again. Also, the constructor is called, but the things in it seem to have no effect. the other classes are what are not called (like return item dropped, amount, and opaque cube)

the model and names were fixed by adding substring(4) to the names, removing the modid.

Edited by Zane49er

Lord Volkihar has requested that I send the following message to everyone who is gifted, intellectually or artistically:

We hope that some people could help us share an epic tale of lord Volkihar's achievements and magnificent life. we plan to do this through modern media such as books, games, and mods.

For lost details, we are looking for around 5 gallons of Cortexiphan, and some N.Z.T.(around 50 pills) also, if you happen to know how to create a gel with the same density as human flesh, but low viscosity and adhesion, recipes would be appreciated.

Link to comment
Share on other sites

You should not use substring, you should instead update your assets with the new prefix. 

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

Actually, I made an assumption because of the names, the model is still broken. I switched the names to use the modid, but what would I need to rename in the assets? (I could salvage them)

I cannot just rename the blockstate file, because files cannot have colons in their names. I also don't know how model resource locations work, so I can't change the registry.

Also, the item model works perfectly, its just the block model that is broken.

Finally, I am going to see this in 20 hours or so... again.

Edited by Zane49er

Lord Volkihar has requested that I send the following message to everyone who is gifted, intellectually or artistically:

We hope that some people could help us share an epic tale of lord Volkihar's achievements and magnificent life. we plan to do this through modern media such as books, games, and mods.

For lost details, we are looking for around 5 gallons of Cortexiphan, and some N.Z.T.(around 50 pills) also, if you happen to know how to create a gel with the same density as human flesh, but low viscosity and adhesion, recipes would be appreciated.

Link to comment
Share on other sites

Resource paths are already handling the colon: its the asset folder name. 

You DO have to tweak the lang file entry. That's what I meant. 

As for block model: always, always, ALWAYS check the log for errors. If you can't find our figure it out, always, always, ALWAYS post it. 

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

Yay! I love it when I am wrong with scheduling.

Anyway, it seems that tile. comes before vmc: so instead of vmc:tile.Rift, I get tile.vmc:Rift. I could just rearrange folders, but that seems silly... how can I re-reverse those? I have already reversed the lang file, but again, the modid being in the middle seems wrong.

Spoiler

2017-04-09 21:02:23,803 WARN Unable to instantiate org.fusesource.jansi.WindowsAnsiOutputStream

[21:02:23] [main/INFO]: Extra: []

[21:02:23] [main/INFO]: Running with arguments: [--userProperties, {}, --assetsDir, C:/Users/Zane49er/.gradle/caches/minecraft/assets, --assetIndex, 1.10, --accessToken{REDACTED}, --version, 1.10.2, --tweakClass, net.minecraftforge.fml.common.launcher.FMLTweaker, --tweakClass, net.minecraftforge.gradle.tweakers.CoremodTweaker]

[21:02:23] [main/INFO]: Loading tweak class name net.minecraftforge.fml.common.launcher.FMLTweaker

[21:02:23] [main/INFO]: Using primary tweak class name net.minecraftforge.fml.common.launcher.FMLTweaker

[21:02:23] [main/INFO]: Loading tweak class name net.minecraftforge.gradle.tweakers.CoremodTweaker

[21:02:24] [main/INFO]: Calling tweak class net.minecraftforge.fml.common.launcher.FMLTweaker

[21:02:24] [main/INFO]: Forge Mod Loader version 12.18.0.2009 for Minecraft 1.10.2 loading

[21:02:24] [main/INFO]: 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

[21:02:24] [main/INFO]: Managed to load a deobfuscated Minecraft name- we are in a deobfuscated environment. Skipping runtime deobfuscation

[21:02:24] [main/INFO]: Calling tweak class net.minecraftforge.gradle.tweakers.CoremodTweaker

[21:02:24] [main/INFO]: Injecting location in coremod net.minecraftforge.fml.relauncher.FMLCorePlugin

[21:02:24] [main/INFO]: Injecting location in coremod net.minecraftforge.classloading.FMLForgePlugin

[21:02:24] [main/INFO]: Loading tweak class name net.minecraftforge.fml.common.launcher.FMLInjectionAndSortingTweaker

[21:02:24] [main/INFO]: Loading tweak class name net.minecraftforge.fml.common.launcher.FMLDeobfTweaker

[21:02:24] [main/INFO]: Loading tweak class name net.minecraftforge.gradle.tweakers.AccessTransformerTweaker

[21:02:24] [main/INFO]: Calling tweak class net.minecraftforge.fml.common.launcher.FMLInjectionAndSortingTweaker

[21:02:24] [main/INFO]: Calling tweak class net.minecraftforge.fml.common.launcher.FMLInjectionAndSortingTweaker

[21:02:24] [main/INFO]: Calling tweak class net.minecraftforge.fml.relauncher.CoreModManager$FMLPluginWrapper

[21:02:24] [main/ERROR]: The binary patch set is missing. Either you are in a development environment, or things are not going to work!

[21:02:26] [main/ERROR]: FML appears to be missing any signature data. This is not a good thing

[21:02:26] [main/INFO]: Calling tweak class net.minecraftforge.fml.relauncher.CoreModManager$FMLPluginWrapper

[21:02:26] [main/INFO]: Calling tweak class net.minecraftforge.fml.common.launcher.FMLDeobfTweaker

[21:02:27] [main/INFO]: Calling tweak class net.minecraftforge.gradle.tweakers.AccessTransformerTweaker

[21:02:27] [main/INFO]: Loading tweak class name net.minecraftforge.fml.common.launcher.TerminalTweaker

[21:02:27] [main/INFO]: Calling tweak class net.minecraftforge.fml.common.launcher.TerminalTweaker

[21:02:27] [main/INFO]: Launching wrapped minecraft {net.minecraft.client.main.Main}

2017-04-09 21:02:28,193 WARN Unable to instantiate org.fusesource.jansi.WindowsAnsiOutputStream

2017-04-09 21:02:28,227 WARN Unable to instantiate org.fusesource.jansi.WindowsAnsiOutputStream

[21:02:28] [Client thread/INFO]: Setting user: Player386

[21:02:35] [Client thread/WARN]: Skipping bad option: lastServer:

[21:02:35] [Client thread/INFO]: LWJGL Version: 2.9.4

[21:02:37] [Client thread/INFO]: [net.minecraftforge.fml.client.SplashProgress:start:219]: ---- Minecraft Crash Report ----

// Why did you do that?

 

Time: 4/9/17 9:02 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.10.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: 704126920 bytes (671 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: 'NVIDIA Corporation' Version: '4.5.0 NVIDIA 375.57' Renderer: 'GeForce GPU/PCIe/SSE2'

[21:02:37] [Client thread/INFO]: MinecraftForge v12.18.0.2009 Initialized

[21:02:37] [Client thread/INFO]: Replaced 233 ore recipes

[21:02:38] [Client thread/INFO]: Found 0 mods from the command line. Injecting into mod discoverer

[21:02:38] [Client thread/INFO]: Searching C:\Users\Zane49er\Desktop\MagicalRifts\run\mods for mods

[21:02:41] [Client thread/INFO]: Forge Mod Loader has identified 4 mods to load

[21:02:41] [Client thread/INFO]: Attempting connection with missing mods [mcp, FML, Forge, vmc] at CLIENT

[21:02:41] [Client thread/INFO]: Attempting connection with missing mods [mcp, FML, Forge, vmc] at SERVER

[21:02:42] [Client thread/INFO]: Reloading ResourceManager: Default, FMLFileResourcePack:Forge Mod Loader, FMLFileResourcePack:Minecraft Forge, FMLFileResourcePack:Volkihar's echoes

[21:02:42] [Client thread/INFO]: Processing ObjectHolder annotations

[21:02:42] [Client thread/INFO]: Found 423 ObjectHolder annotations

[21:02:42] [Client thread/INFO]: Identifying ItemStackHolder annotations

[21:02:42] [Client thread/INFO]: Found 0 ItemStackHolder annotations

[21:02:43] [Client thread/INFO]: Configured a dormant chunk cache size of 0

[21:02:43] [Forge Version Check/INFO]: [Forge] Starting version check at http://files.minecraftforge.net/maven/net/minecraftforge/forge/promotions_slim.json

[21:02:43] [Client thread/INFO]: Applying holder lookups

[21:02:43] [Client thread/INFO]: Holder lookups applied

[21:02:43] [Client thread/INFO]: Injecting itemstacks

[21:02:43] [Client thread/INFO]: Itemstack injection complete

[21:02:43] [Forge Version Check/INFO]: [Forge] Found status: OUTDATED Target: 12.18.3.2185

[21:02:50] [Sound Library Loader/INFO]: Starting up SoundSystem...

[21:02:50] [Thread-8/INFO]: Initializing LWJGL OpenAL

[21:02:50] [Thread-8/INFO]: (The LWJGL binding of OpenAL. For more information, see http://www.lwjgl.org)

[21:02:50] [Thread-8/INFO]: OpenAL initialized.

[21:02:50] [Sound Library Loader/INFO]: Sound engine started

[21:02:55] [Client thread/INFO]: Max texture size: 16384

[21:02:55] [Client thread/INFO]: Created: 16x16 textures-atlas

[21:02:56] [Client thread/ERROR]: Exception loading model for variant tile.vmc:Rift#inventory for item "vmc:Rift", normal location exception:

net.minecraftforge.client.model.ModelLoaderRegistry$LoaderException: Exception loading model tile.vmc:item/Rift with loader VanillaLoader.INSTANCE, skipping

at net.minecraftforge.client.model.ModelLoaderRegistry.getModel(ModelLoaderRegistry.java:153) ~[ModelLoaderRegistry.class:?]

at net.minecraftforge.client.model.ModelLoader.loadItemModels(ModelLoader.java:317) ~[ModelLoader.class:?]

at net.minecraft.client.renderer.block.model.ModelBakery.loadVariantItemModels(ModelBakery.java:170) ~[ModelBakery.class:?]

at net.minecraftforge.client.model.ModelLoader.setupModelRegistry(ModelLoader.java:147) ~[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.startGame(Minecraft.java:499) [Minecraft.class:?]

at net.minecraft.client.Minecraft.run(Minecraft.java:351) [Minecraft.class:?]

at net.minecraft.client.main.Main.main(SourceFile:124) [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: java.io.FileNotFoundException: tile.vmc:models/item/Rift.json

at net.minecraft.client.resources.SimpleReloadableResourceManager.getResource(SimpleReloadableResourceManager.java:69) ~[SimpleReloadableResourceManager.class:?]

at net.minecraft.client.renderer.block.model.ModelBakery.loadModel(ModelBakery.java:311) ~[ModelBakery.class:?]

at net.minecraftforge.client.model.ModelLoader.access$1100(ModelLoader.java:118) ~[ModelLoader.class:?]

at net.minecraftforge.client.model.ModelLoader$VanillaLoader.loadModel(ModelLoader.java:868) ~[ModelLoader$VanillaLoader.class:?]

at net.minecraftforge.client.model.ModelLoaderRegistry.getModel(ModelLoaderRegistry.java:149) ~[ModelLoaderRegistry.class:?]

... 20 more

[21:02:56] [Client thread/ERROR]: Exception loading model for variant tile.vmc:Rift#inventory for item "vmc:Rift", blockstate location exception:

net.minecraftforge.client.model.ModelLoaderRegistry$LoaderException: Exception loading model tile.vmc:Rift#inventory with loader VariantLoader.INSTANCE, skipping

at net.minecraftforge.client.model.ModelLoaderRegistry.getModel(ModelLoaderRegistry.java:153) ~[ModelLoaderRegistry.class:?]

at net.minecraftforge.client.model.ModelLoader.loadItemModels(ModelLoader.java:325) ~[ModelLoader.class:?]

at net.minecraft.client.renderer.block.model.ModelBakery.loadVariantItemModels(ModelBakery.java:170) ~[ModelBakery.class:?]

at net.minecraftforge.client.model.ModelLoader.setupModelRegistry(ModelLoader.java:147) ~[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.startGame(Minecraft.java:499) [Minecraft.class:?]

at net.minecraft.client.Minecraft.run(Minecraft.java:351) [Minecraft.class:?]

at net.minecraft.client.main.Main.main(SourceFile:124) [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.minecraft.client.renderer.block.model.ModelBlockDefinition$MissingVariantException

at net.minecraft.client.renderer.block.model.ModelBlockDefinition.getVariant(ModelBlockDefinition.java:78) ~[ModelBlockDefinition.class:?]

at net.minecraftforge.client.model.ModelLoader$VariantLoader.loadModel(ModelLoader.java:1183) ~[ModelLoader$VariantLoader.class:?]

at net.minecraftforge.client.model.ModelLoaderRegistry.getModel(ModelLoaderRegistry.java:149) ~[ModelLoaderRegistry.class:?]

... 20 more

[21:02:56] [Client thread/ERROR]: Exception loading model for variant vmc:Rift#normal for blockstate "vmc:Rift"

net.minecraftforge.client.model.ModelLoaderRegistry$LoaderException: Exception loading model vmc:Rift#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:241) ~[ModelLoader.class:?]

at net.minecraft.client.renderer.block.model.ModelBakery.loadBlock(ModelBakery.java:145) ~[ModelBakery.class:?]

at net.minecraftforge.client.model.ModelLoader.loadBlocks(ModelLoader.java:229) ~[ModelLoader.class:?]

at net.minecraftforge.client.model.ModelLoader.setupModelRegistry(ModelLoader.java:146) ~[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.startGame(Minecraft.java:499) [Minecraft.class:?]

at net.minecraft.client.Minecraft.run(Minecraft.java:351) [Minecraft.class:?]

at net.minecraft.client.main.Main.main(SourceFile:124) [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.minecraft.client.renderer.block.model.ModelBlockDefinition$MissingVariantException

at net.minecraft.client.renderer.block.model.ModelBlockDefinition.getVariant(ModelBlockDefinition.java:78) ~[ModelBlockDefinition.class:?]

at net.minecraftforge.client.model.ModelLoader$VariantLoader.loadModel(ModelLoader.java:1183) ~[ModelLoader$VariantLoader.class:?]

at net.minecraftforge.client.model.ModelLoaderRegistry.getModel(ModelLoaderRegistry.java:149) ~[ModelLoaderRegistry.class:?]

... 21 more

[21:02:56] [Client thread/ERROR]: Exception loading blockstate for the variant vmc:Rift#normal:

java.lang.Exception: Could not load model definition for variant vmc:Rift

at net.minecraftforge.client.model.ModelLoader.getModelBlockDefinition(ModelLoader.java:274) ~[ModelLoader.class:?]

at net.minecraft.client.renderer.block.model.ModelBakery.loadBlock(ModelBakery.java:121) ~[ModelBakery.class:?]

at net.minecraftforge.client.model.ModelLoader.loadBlocks(ModelLoader.java:229) ~[ModelLoader.class:?]

at net.minecraftforge.client.model.ModelLoader.setupModelRegistry(ModelLoader.java:146) ~[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.startGame(Minecraft.java:499) [Minecraft.class:?]

at net.minecraft.client.Minecraft.run(Minecraft.java:351) [Minecraft.class:?]

at net.minecraft.client.main.Main.main(SourceFile:124) [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: java.lang.RuntimeException: Encountered an exception when loading model definition of 'vmc:Rift' from: 'vmc:blockstates/Rift.json' in resourcepack: 'FMLFileResourcePack:Volkihar's echoes'

at net.minecraft.client.renderer.block.model.ModelBakery.loadModelBlockDefinition(ModelBakery.java:223) ~[ModelBakery.class:?]

at net.minecraft.client.renderer.block.model.ModelBakery.loadMultipartMBD(ModelBakery.java:200) ~[ModelBakery.class:?]

at net.minecraft.client.renderer.block.model.ModelBakery.getModelBlockDefinition(ModelBakery.java:185) ~[ModelBakery.class:?]

at net.minecraftforge.client.model.ModelLoader.getModelBlockDefinition(ModelLoader.java:270) ~[ModelLoader.class:?]

... 20 more

Caused by: com.google.gson.JsonSyntaxException: com.google.gson.stream.MalformedJsonException: Use JsonReader.setLenient(true) to accept malformed JSON at line 64 column 2

at com.google.gson.Gson.assertFullConsumption(Gson.java:779) ~[Gson.class:?]

at com.google.gson.Gson.fromJson(Gson.java:769) ~[Gson.class:?]

at com.google.gson.Gson.fromJson(Gson.java:717) ~[Gson.class:?]

at com.google.gson.Gson.fromJson(Gson.java:689) ~[Gson.class:?]

at net.minecraftforge.client.model.BlockStateLoader.load(BlockStateLoader.java:76) ~[BlockStateLoader.class:?]

at net.minecraft.client.renderer.block.model.ModelBlockDefinition.parseFromReader(ModelBlockDefinition.java:37) ~[ModelBlockDefinition.class:?]

at net.minecraft.client.renderer.block.model.ModelBakery.loadModelBlockDefinition(ModelBakery.java:219) ~[ModelBakery.class:?]

at net.minecraft.client.renderer.block.model.ModelBakery.loadMultipartMBD(ModelBakery.java:200) ~[ModelBakery.class:?]

at net.minecraft.client.renderer.block.model.ModelBakery.getModelBlockDefinition(ModelBakery.java:185) ~[ModelBakery.class:?]

at net.minecraftforge.client.model.ModelLoader.getModelBlockDefinition(ModelLoader.java:270) ~[ModelLoader.class:?]

... 20 more

Caused by: com.google.gson.stream.MalformedJsonException: Use JsonReader.setLenient(true) to accept malformed JSON at line 64 column 2

at com.google.gson.stream.JsonReader.syntaxError(JsonReader.java:1505) ~[JsonReader.class:?]

at com.google.gson.stream.JsonReader.checkLenient(JsonReader.java:1386) ~[JsonReader.class:?]

at com.google.gson.stream.JsonReader.doPeek(JsonReader.java:531) ~[JsonReader.class:?]

at com.google.gson.stream.JsonReader.peek(JsonReader.java:414) ~[JsonReader.class:?]

at com.google.gson.Gson.assertFullConsumption(Gson.java:775) ~[Gson.class:?]

at com.google.gson.Gson.fromJson(Gson.java:769) ~[Gson.class:?]

at com.google.gson.Gson.fromJson(Gson.java:717) ~[Gson.class:?]

at com.google.gson.Gson.fromJson(Gson.java:689) ~[Gson.class:?]

at net.minecraftforge.client.model.BlockStateLoader.load(BlockStateLoader.java:76) ~[BlockStateLoader.class:?]

at net.minecraft.client.renderer.block.model.ModelBlockDefinition.parseFromReader(ModelBlockDefinition.java:37) ~[ModelBlockDefinition.class:?]

at net.minecraft.client.renderer.block.model.ModelBakery.loadModelBlockDefinition(ModelBakery.java:219) ~[ModelBakery.class:?]

at net.minecraft.client.renderer.block.model.ModelBakery.loadMultipartMBD(ModelBakery.java:200) ~[ModelBakery.class:?]

at net.minecraft.client.renderer.block.model.ModelBakery.getModelBlockDefinition(ModelBakery.java:185) ~[ModelBakery.class:?]

at net.minecraftforge.client.model.ModelLoader.getModelBlockDefinition(ModelLoader.java:270) ~[ModelLoader.class:?]

... 20 more

[21:02:57] [Client thread/INFO]: Injecting itemstacks

[21:02:57] [Client thread/INFO]: Itemstack injection complete

[21:02:57] [Client thread/INFO]: Forge Mod Loader has successfully loaded 4 mods

[21:02:57] [Client thread/INFO]: Reloading ResourceManager: Default, FMLFileResourcePack:Forge Mod Loader, FMLFileResourcePack:Minecraft Forge, FMLFileResourcePack:Volkihar's echoes

[21:03:00] [Client thread/INFO]: SoundSystem shutting down...

[21:03:00] [Client thread/WARN]: Author: Paul Lamb, www.paulscode.com

[21:03:00] [Sound Library Loader/INFO]: Starting up SoundSystem...

[21:03:00] [Thread-10/INFO]: Initializing LWJGL OpenAL

[21:03:00] [Thread-10/INFO]: (The LWJGL binding of OpenAL. For more information, see http://www.lwjgl.org)

[21:03:00] [Thread-10/INFO]: OpenAL initialized.

[21:03:01] [Sound Library Loader/INFO]: Sound engine started

[21:03:04] [Client thread/INFO]: Max texture size: 16384

[21:03:04] [Client thread/INFO]: Created: 1024x512 textures-atlas

[21:03:05] [Client thread/ERROR]: Exception loading model for variant tile.vmc:Rift#inventory for item "vmc:Rift", normal location exception:

net.minecraftforge.client.model.ModelLoaderRegistry$LoaderException: Exception loading model tile.vmc:item/Rift with loader VanillaLoader.INSTANCE, skipping

at net.minecraftforge.client.model.ModelLoaderRegistry.getModel(ModelLoaderRegistry.java:153) ~[ModelLoaderRegistry.class:?]

at net.minecraftforge.client.model.ModelLoader.loadItemModels(ModelLoader.java:317) ~[ModelLoader.class:?]

at net.minecraft.client.renderer.block.model.ModelBakery.loadVariantItemModels(ModelBakery.java:170) ~[ModelBakery.class:?]

at net.minecraftforge.client.model.ModelLoader.setupModelRegistry(ModelLoader.java:147) ~[ModelLoader.class:?]

at net.minecraft.client.renderer.block.model.ModelManager.onResourceManagerReload(ModelManager.java:28) [ModelManager.class:?]

at net.minecraft.client.resources.SimpleReloadableResourceManager.notifyReloadListeners(SimpleReloadableResourceManager.java:132) [SimpleReloadableResourceManager.class:?]

at net.minecraft.client.resources.SimpleReloadableResourceManager.reloadResources(SimpleReloadableResourceManager.java:113) [SimpleReloadableResourceManager.class:?]

at net.minecraft.client.Minecraft.refreshResources(Minecraft.java:755) [Minecraft.class:?]

at net.minecraftforge.fml.client.FMLClientHandler.finishMinecraftLoading(FMLClientHandler.java:338) [FMLClientHandler.class:?]

at net.minecraft.client.Minecraft.startGame(Minecraft.java:520) [Minecraft.class:?]

at net.minecraft.client.Minecraft.run(Minecraft.java:351) [Minecraft.class:?]

at net.minecraft.client.main.Main.main(SourceFile:124) [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: java.io.FileNotFoundException: tile.vmc:models/item/Rift.json

at net.minecraft.client.resources.SimpleReloadableResourceManager.getResource(SimpleReloadableResourceManager.java:69) ~[SimpleReloadableResourceManager.class:?]

at net.minecraft.client.renderer.block.model.ModelBakery.loadModel(ModelBakery.java:311) ~[ModelBakery.class:?]

at net.minecraftforge.client.model.ModelLoader.access$1100(ModelLoader.java:118) ~[ModelLoader.class:?]

at net.minecraftforge.client.model.ModelLoader$VanillaLoader.loadModel(ModelLoader.java:868) ~[ModelLoader$VanillaLoader.class:?]

at net.minecraftforge.client.model.ModelLoaderRegistry.getModel(ModelLoaderRegistry.java:149) ~[ModelLoaderRegistry.class:?]

... 23 more

[21:03:05] [Client thread/ERROR]: Exception loading model for variant tile.vmc:Rift#inventory for item "vmc:Rift", blockstate location exception:

net.minecraftforge.client.model.ModelLoaderRegistry$LoaderException: Exception loading model tile.vmc:Rift#inventory with loader VariantLoader.INSTANCE, skipping

at net.minecraftforge.client.model.ModelLoaderRegistry.getModel(ModelLoaderRegistry.java:153) ~[ModelLoaderRegistry.class:?]

at net.minecraftforge.client.model.ModelLoader.loadItemModels(ModelLoader.java:325) ~[ModelLoader.class:?]

at net.minecraft.client.renderer.block.model.ModelBakery.loadVariantItemModels(ModelBakery.java:170) ~[ModelBakery.class:?]

at net.minecraftforge.client.model.ModelLoader.setupModelRegistry(ModelLoader.java:147) ~[ModelLoader.class:?]

at net.minecraft.client.renderer.block.model.ModelManager.onResourceManagerReload(ModelManager.java:28) [ModelManager.class:?]

at net.minecraft.client.resources.SimpleReloadableResourceManager.notifyReloadListeners(SimpleReloadableResourceManager.java:132) [SimpleReloadableResourceManager.class:?]

at net.minecraft.client.resources.SimpleReloadableResourceManager.reloadResources(SimpleReloadableResourceManager.java:113) [SimpleReloadableResourceManager.class:?]

at net.minecraft.client.Minecraft.refreshResources(Minecraft.java:755) [Minecraft.class:?]

at net.minecraftforge.fml.client.FMLClientHandler.finishMinecraftLoading(FMLClientHandler.java:338) [FMLClientHandler.class:?]

at net.minecraft.client.Minecraft.startGame(Minecraft.java:520) [Minecraft.class:?]

at net.minecraft.client.Minecraft.run(Minecraft.java:351) [Minecraft.class:?]

at net.minecraft.client.main.Main.main(SourceFile:124) [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.minecraft.client.renderer.block.model.ModelBlockDefinition$MissingVariantException

at net.minecraft.client.renderer.block.model.ModelBlockDefinition.getVariant(ModelBlockDefinition.java:78) ~[ModelBlockDefinition.class:?]

at net.minecraftforge.client.model.ModelLoader$VariantLoader.loadModel(ModelLoader.java:1183) ~[ModelLoader$VariantLoader.class:?]

at net.minecraftforge.client.model.ModelLoaderRegistry.getModel(ModelLoaderRegistry.java:149) ~[ModelLoaderRegistry.class:?]

... 23 more

[21:03:05] [Client thread/ERROR]: Exception loading model for variant vmc:Rift#normal for blockstate "vmc:Rift"

net.minecraftforge.client.model.ModelLoaderRegistry$LoaderException: Exception loading model vmc:Rift#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:241) ~[ModelLoader.class:?]

at net.minecraft.client.renderer.block.model.ModelBakery.loadBlock(ModelBakery.java:145) ~[ModelBakery.class:?]

at net.minecraftforge.client.model.ModelLoader.loadBlocks(ModelLoader.java:229) ~[ModelLoader.class:?]

at net.minecraftforge.client.model.ModelLoader.setupModelRegistry(ModelLoader.java:146) ~[ModelLoader.class:?]

at net.minecraft.client.renderer.block.model.ModelManager.onResourceManagerReload(ModelManager.java:28) [ModelManager.class:?]

at net.minecraft.client.resources.SimpleReloadableResourceManager.notifyReloadListeners(SimpleReloadableResourceManager.java:132) [SimpleReloadableResourceManager.class:?]

at net.minecraft.client.resources.SimpleReloadableResourceManager.reloadResources(SimpleReloadableResourceManager.java:113) [SimpleReloadableResourceManager.class:?]

at net.minecraft.client.Minecraft.refreshResources(Minecraft.java:755) [Minecraft.class:?]

at net.minecraftforge.fml.client.FMLClientHandler.finishMinecraftLoading(FMLClientHandler.java:338) [FMLClientHandler.class:?]

at net.minecraft.client.Minecraft.startGame(Minecraft.java:520) [Minecraft.class:?]

at net.minecraft.client.Minecraft.run(Minecraft.java:351) [Minecraft.class:?]

at net.minecraft.client.main.Main.main(SourceFile:124) [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.minecraft.client.renderer.block.model.ModelBlockDefinition$MissingVariantException

at net.minecraft.client.renderer.block.model.ModelBlockDefinition.getVariant(ModelBlockDefinition.java:78) ~[ModelBlockDefinition.class:?]

at net.minecraftforge.client.model.ModelLoader$VariantLoader.loadModel(ModelLoader.java:1183) ~[ModelLoader$VariantLoader.class:?]

at net.minecraftforge.client.model.ModelLoaderRegistry.getModel(ModelLoaderRegistry.java:149) ~[ModelLoaderRegistry.class:?]

... 24 more

[21:03:05] [Client thread/ERROR]: Exception loading blockstate for the variant vmc:Rift#normal:

java.lang.Exception: Could not load model definition for variant vmc:Rift

at net.minecraftforge.client.model.ModelLoader.getModelBlockDefinition(ModelLoader.java:274) ~[ModelLoader.class:?]

at net.minecraft.client.renderer.block.model.ModelBakery.loadBlock(ModelBakery.java:121) ~[ModelBakery.class:?]

at net.minecraftforge.client.model.ModelLoader.loadBlocks(ModelLoader.java:229) ~[ModelLoader.class:?]

at net.minecraftforge.client.model.ModelLoader.setupModelRegistry(ModelLoader.java:146) ~[ModelLoader.class:?]

at net.minecraft.client.renderer.block.model.ModelManager.onResourceManagerReload(ModelManager.java:28) [ModelManager.class:?]

at net.minecraft.client.resources.SimpleReloadableResourceManager.notifyReloadListeners(SimpleReloadableResourceManager.java:132) [SimpleReloadableResourceManager.class:?]

at net.minecraft.client.resources.SimpleReloadableResourceManager.reloadResources(SimpleReloadableResourceManager.java:113) [SimpleReloadableResourceManager.class:?]

at net.minecraft.client.Minecraft.refreshResources(Minecraft.java:755) [Minecraft.class:?]

at net.minecraftforge.fml.client.FMLClientHandler.finishMinecraftLoading(FMLClientHandler.java:338) [FMLClientHandler.class:?]

at net.minecraft.client.Minecraft.startGame(Minecraft.java:520) [Minecraft.class:?]

at net.minecraft.client.Minecraft.run(Minecraft.java:351) [Minecraft.class:?]

at net.minecraft.client.main.Main.main(SourceFile:124) [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: java.lang.RuntimeException: Encountered an exception when loading model definition of 'vmc:Rift' from: 'vmc:blockstates/Rift.json' in resourcepack: 'FMLFileResourcePack:Volkihar's echoes'

at net.minecraft.client.renderer.block.model.ModelBakery.loadModelBlockDefinition(ModelBakery.java:223) ~[ModelBakery.class:?]

at net.minecraft.client.renderer.block.model.ModelBakery.loadMultipartMBD(ModelBakery.java:200) ~[ModelBakery.class:?]

at net.minecraft.client.renderer.block.model.ModelBakery.getModelBlockDefinition(ModelBakery.java:185) ~[ModelBakery.class:?]

at net.minecraftforge.client.model.ModelLoader.getModelBlockDefinition(ModelLoader.java:270) ~[ModelLoader.class:?]

... 23 more

Caused by: com.google.gson.JsonSyntaxException: com.google.gson.stream.MalformedJsonException: Use JsonReader.setLenient(true) to accept malformed JSON at line 64 column 2

at com.google.gson.Gson.assertFullConsumption(Gson.java:779) ~[Gson.class:?]

at com.google.gson.Gson.fromJson(Gson.java:769) ~[Gson.class:?]

at com.google.gson.Gson.fromJson(Gson.java:717) ~[Gson.class:?]

at com.google.gson.Gson.fromJson(Gson.java:689) ~[Gson.class:?]

at net.minecraftforge.client.model.BlockStateLoader.load(BlockStateLoader.java:76) ~[BlockStateLoader.class:?]

at net.minecraft.client.renderer.block.model.ModelBlockDefinition.parseFromReader(ModelBlockDefinition.java:37) ~[ModelBlockDefinition.class:?]

at net.minecraft.client.renderer.block.model.ModelBakery.loadModelBlockDefinition(ModelBakery.java:219) ~[ModelBakery.class:?]

at net.minecraft.client.renderer.block.model.ModelBakery.loadMultipartMBD(ModelBakery.java:200) ~[ModelBakery.class:?]

at net.minecraft.client.renderer.block.model.ModelBakery.getModelBlockDefinition(ModelBakery.java:185) ~[ModelBakery.class:?]

at net.minecraftforge.client.model.ModelLoader.getModelBlockDefinition(ModelLoader.java:270) ~[ModelLoader.class:?]

... 23 more

Caused by: com.google.gson.stream.MalformedJsonException: Use JsonReader.setLenient(true) to accept malformed JSON at line 64 column 2

at com.google.gson.stream.JsonReader.syntaxError(JsonReader.java:1505) ~[JsonReader.class:?]

at com.google.gson.stream.JsonReader.checkLenient(JsonReader.java:1386) ~[JsonReader.class:?]

at com.google.gson.stream.JsonReader.doPeek(JsonReader.java:531) ~[JsonReader.class:?]

at com.google.gson.stream.JsonReader.peek(JsonReader.java:414) ~[JsonReader.class:?]

at com.google.gson.Gson.assertFullConsumption(Gson.java:775) ~[Gson.class:?]

at com.google.gson.Gson.fromJson(Gson.java:769) ~[Gson.class:?]

at com.google.gson.Gson.fromJson(Gson.java:717) ~[Gson.class:?]

at com.google.gson.Gson.fromJson(Gson.java:689) ~[Gson.class:?]

at net.minecraftforge.client.model.BlockStateLoader.load(BlockStateLoader.java:76) ~[BlockStateLoader.class:?]

at net.minecraft.client.renderer.block.model.ModelBlockDefinition.parseFromReader(ModelBlockDefinition.java:37) ~[ModelBlockDefinition.class:?]

at net.minecraft.client.renderer.block.model.ModelBakery.loadModelBlockDefinition(ModelBakery.java:219) ~[ModelBakery.class:?]

at net.minecraft.client.renderer.block.model.ModelBakery.loadMultipartMBD(ModelBakery.java:200) ~[ModelBakery.class:?]

at net.minecraft.client.renderer.block.model.ModelBakery.getModelBlockDefinition(ModelBakery.java:185) ~[ModelBakery.class:?]

at net.minecraftforge.client.model.ModelLoader.getModelBlockDefinition(ModelLoader.java:270) ~[ModelLoader.class:?]

... 23 more

[21:03:05] [Client thread/WARN]: Skipping bad option: lastServer:

[21:03:07] [Realms Notification Availability checker #1/INFO]: Could not authorize you against Realms server: Invalid session id

[21:03:11] [Server thread/INFO]: Starting integrated minecraft server version 1.10.2

[21:03:11] [Server thread/INFO]: Generating keypair

[21:03:12] [Server thread/INFO]: Injecting existing block and item data into this server instance

[21:03:12] [Server thread/INFO]: Applying holder lookups

[21:03:12] [Server thread/INFO]: Holder lookups applied

[21:03:12] [Server thread/INFO]: Loading dimension 0 (New World) (net.minecraft.server.integrated.IntegratedServer@16043625)

[21:03:12] [Server thread/INFO]: Loading dimension 1 (New World) (net.minecraft.server.integrated.IntegratedServer@16043625)

[21:03:12] [Server thread/INFO]: Loading dimension -1 (New World) (net.minecraft.server.integrated.IntegratedServer@16043625)

[21:03:12] [Server thread/INFO]: Preparing start region for level 0

[21:03:13] [Server thread/INFO]: Preparing spawn area: 0%

[21:03:14] [Server thread/INFO]: Preparing spawn area: 50%

[21:03:15] [Server thread/INFO]: Changing view distance to 12, from 10

[21:03:16] [Netty Local Client IO #0/INFO]: Server protocol version 2

[21:03:16] [Netty Server IO #1/INFO]: Client protocol version 2

[21:03:16] [Netty Server IO #1/INFO]: Client attempting to join with 4 mods : FML@8.0.99.99,Forge@12.18.0.2009,mcp@9.19,vmc@0.1

[21:03:16] [Netty Local Client IO #0/INFO]: [Netty Local Client IO #0] Client side modded connection established

[21:03:16] [Server thread/INFO]: [Server thread] Server side modded connection established

[21:03:16] [Server thread/INFO]: Player386[local:E:5d267d9e] logged in with entity id 299 at (-178.41259377708127, 63.0, 220.20307416818642)

[21:03:16] [Server thread/INFO]: Player386 joined the game

[21:03:18] [Server thread/INFO]: Saving and pausing game...

[21:03:18] [Server thread/INFO]: Saving chunks for level 'New World'/Overworld

[21:03:18] [pool-2-thread-1/WARN]: Couldn't look up profile properties for com.mojang.authlib.GameProfile@10ee9953[id=383d2669-dd1d-3bb6-9599-ddb9736fd75c,name=Player386,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:65) ~[YggdrasilAuthenticationService.class:?]

at com.mojang.authlib.yggdrasil.YggdrasilMinecraftSessionService.fillGameProfile(YggdrasilMinecraftSessionService.java:175) [YggdrasilMinecraftSessionService.class:?]

at com.mojang.authlib.yggdrasil.YggdrasilMinecraftSessionService$1.load(YggdrasilMinecraftSessionService.java:59) [YggdrasilMinecraftSessionService$1.class:?]

at com.mojang.authlib.yggdrasil.YggdrasilMinecraftSessionService$1.load(YggdrasilMinecraftSessionService.java:56) [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:165) [YggdrasilMinecraftSessionService.class:?]

at net.minecraft.client.Minecraft.getProfileProperties(Minecraft.java:2907) [Minecraft.class:?]

at net.minecraft.client.resources.SkinManager$3.run(SourceFile:106) [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]

[21:03:19] [Server thread/INFO]: Saving chunks for level 'New World'/Nether

[21:03:19] [Server thread/INFO]: Saving chunks for level 'New World'/The End

[21:03:21] [Server thread/WARN]: Can't keep up! Did the system time change, or is the server overloaded? Running 2845ms behind, skipping 56 tick(s)

[21:03:24] [Server thread/INFO]: Saving and pausing game...

[21:03:24] [Server thread/INFO]: Saving chunks for level 'New World'/Overworld

[21:03:24] [Server thread/INFO]: Saving chunks for level 'New World'/Nether

[21:03:24] [Server thread/INFO]: Saving chunks for level 'New World'/The End

[21:03:25] [Server thread/INFO]: Stopping server

[21:03:25] [Server thread/INFO]: Saving players

[21:03:25] [Server thread/INFO]: Saving worlds

[21:03:25] [Server thread/INFO]: Saving chunks for level 'New World'/Overworld

[21:03:25] [Server thread/INFO]: Saving chunks for level 'New World'/Nether

[21:03:25] [Server thread/INFO]: Saving chunks for level 'New World'/The End

[21:03:25] [Server thread/INFO]: Unloading dimension 0

[21:03:25] [Server thread/INFO]: Unloading dimension -1

[21:03:25] [Server thread/INFO]: Unloading dimension 1

[21:03:25] [Server thread/INFO]: Applying holder lookups

[21:03:25] [Server thread/INFO]: Holder lookups applied

[21:03:27] [Client thread/INFO]: Stopping!

[21:03:27] [Client thread/INFO]: SoundSystem shutting down...

[21:03:27] [Client thread/WARN]: Author: Paul Lamb, www.paulscode.com

Java HotSpot(TM) 64-Bit Server VM warning: Using incremental CMS is deprecated and will likely be removed in a future release

 

Lord Volkihar has requested that I send the following message to everyone who is gifted, intellectually or artistically:

We hope that some people could help us share an epic tale of lord Volkihar's achievements and magnificent life. we plan to do this through modern media such as books, games, and mods.

For lost details, we are looking for around 5 gallons of Cortexiphan, and some N.Z.T.(around 50 pills) also, if you happen to know how to create a gel with the same density as human flesh, but low viscosity and adhesion, recipes would be appreciated.

Link to comment
Share on other sites

Your registry name--and therefor your asset names--must be all lower case. 

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

I will update soon anyway, but I'm currently in 1.10, so that shouldn't be the issue. After changing to lowercase, same problem: name and inventory working, block not.

Spoiler

[15:43:14] [Server thread/WARN]: * at net.minecraftforge.fml.common.registry.FMLControlledNamespacedRegistry.add(FMLControlledNamespacedRegistry.java:439)

[15:43:14] [Server thread/WARN]: * at net.minecraftforge.fml.common.registry.FMLControlledNamespacedRegistry.loadIds(FMLControlledNamespacedRegistry.java:751)

[15:43:14] [Server thread/WARN]: * at net.minecraftforge.fml.common.registry.PersistentRegistryManager.loadPersistentDataToStagingRegistry(PersistentRegistryManager.java:403)

[15:43:14] [Server thread/WARN]: * at net.minecraftforge.fml.common.registry.PersistentRegistryManager.injectSnapshot(PersistentRegistryManager.java:223)

[15:43:14] [Server thread/WARN]: * at net.minecraftforge.fml.common.FMLContainer.readData(FMLContainer.java:327)

[15:43:14] [Server thread/WARN]: * at net.minecraftforge.fml.common.FMLCommonHandler.handleWorldDataLoad(FMLCommonHandler.java:418)...

[15:43:14] [Server thread/WARN]: ****************************************

[15:43:14] [Server thread/WARN]: ****************************************

[15:43:14] [Server thread/WARN]: * The object net.minecraft.util.SoundEvent@390877d2 has been registered twice for the same name minecraft:entity.slime.squish.

[15:43:14] [Server thread/WARN]: * at net.minecraftforge.fml.common.registry.FMLControlledNamespacedRegistry.add(FMLControlledNamespacedRegistry.java:439)

[15:43:14] [Server thread/WARN]: * at net.minecraftforge.fml.common.registry.FMLControlledNamespacedRegistry.loadIds(FMLControlledNamespacedRegistry.java:751)

[15:43:14] [Server thread/WARN]: * at net.minecraftforge.fml.common.registry.PersistentRegistryManager.loadPersistentDataToStagingRegistry(PersistentRegistryManager.java:403)

[15:43:14] [Server thread/WARN]: * at net.minecraftforge.fml.common.registry.PersistentRegistryManager.injectSnapshot(PersistentRegistryManager.java:223)

[15:43:14] [Server thread/WARN]: * at net.minecraftforge.fml.common.FMLContainer.readData(FMLContainer.java:327)

[15:43:14] [Server thread/WARN]: * at net.minecraftforge.fml.common.FMLCommonHandler.handleWorldDataLoad(FMLCommonHandler.java:418)...

[15:43:14] [Server thread/WARN]: ****************************************

[15:43:14] [Server thread/WARN]: ****************************************

[15:43:14] [Server thread/WARN]: * The object net.minecraft.util.SoundEvent@36b310aa has been registered twice for the same name minecraft:entity.horse.ambient.

[15:43:14] [Server thread/WARN]: * at net.minecraftforge.fml.common.registry.FMLControlledNamespacedRegistry.add(FMLControlledNamespacedRegistry.java:439)

[15:43:14] [Server thread/WARN]: * at net.minecraftforge.fml.common.registry.FMLControlledNamespacedRegistry.loadIds(FMLControlledNamespacedRegistry.java:751)

[15:43:14] [Server thread/WARN]: * at net.minecraftforge.fml.common.registry.PersistentRegistryManager.loadPersistentDataToStagingRegistry(PersistentRegistryManager.java:403)

[15:43:14] [Server thread/WARN]: * at net.minecraftforge.fml.common.registry.PersistentRegistryManager.injectSnapshot(PersistentRegistryManager.java:223)

[15:43:14] [Server thread/WARN]: * at net.minecraftforge.fml.common.FMLContainer.readData(FMLContainer.java:327)

[15:43:14] [Server thread/WARN]: * at net.minecraftforge.fml.common.FMLCommonHandler.handleWorldDataLoad(FMLCommonHandler.java:418)...

[15:43:14] [Server thread/WARN]: ****************************************

[15:43:14] [Server thread/WARN]: ****************************************

[15:43:14] [Server thread/WARN]: * The object net.minecraft.util.SoundEvent@62891fc8 has been registered twice for the same name minecraft:entity.sheep.shear.

[15:43:14] [Server thread/WARN]: * at net.minecraftforge.fml.common.registry.FMLControlledNamespacedRegistry.add(FMLControlledNamespacedRegistry.java:439)

[15:43:14] [Server thread/WARN]: * at net.minecraftforge.fml.common.registry.FMLControlledNamespacedRegistry.loadIds(FMLControlledNamespacedRegistry.java:751)

[15:43:14] [Server thread/WARN]: * at net.minecraftforge.fml.common.registry.PersistentRegistryManager.loadPersistentDataToStagingRegistry(PersistentRegistryManager.java:403)

[15:43:14] [Server thread/WARN]: * at net.minecraftforge.fml.common.registry.PersistentRegistryManager.injectSnapshot(PersistentRegistryManager.java:223)

[15:43:14] [Server thread/WARN]: * at net.minecraftforge.fml.common.FMLContainer.readData(FMLContainer.java:327)

[15:43:14] [Server thread/WARN]: * at net.minecraftforge.fml.common.FMLCommonHandler.handleWorldDataLoad(FMLCommonHandler.java:418)...

[15:43:14] [Server thread/WARN]: ****************************************

[15:43:14] [Server thread/WARN]: ****************************************

[15:43:14] [Server thread/WARN]: * The object net.minecraft.util.SoundEvent@5ae95707 has been registered twice for the same name minecraft:entity.sheep.hurt.

[15:43:14] [Server thread/WARN]: * at net.minecraftforge.fml.common.registry.FMLControlledNamespacedRegistry.add(FMLControlledNamespacedRegistry.java:439)

[15:43:14] [Server thread/WARN]: * at net.minecraftforge.fml.common.registry.FMLControlledNamespacedRegistry.loadIds(FMLControlledNamespacedRegistry.java:751)

[15:43:14] [Server thread/WARN]: * at net.minecraftforge.fml.common.registry.PersistentRegistryManager.loadPersistentDataToStagingRegistry(PersistentRegistryManager.java:403)

[15:43:14] [Server thread/WARN]: * at net.minecraftforge.fml.common.registry.PersistentRegistryManager.injectSnapshot(PersistentRegistryManager.java:223)

[15:43:14] [Server thread/WARN]: * at net.minecraftforge.fml.common.FMLContainer.readData(FMLContainer.java:327)

[15:43:14] [Server thread/WARN]: * at net.minecraftforge.fml.common.FMLCommonHandler.handleWorldDataLoad(FMLCommonHandler.java:418)...

[15:43:14] [Server thread/WARN]: ****************************************

[15:43:14] [Server thread/WARN]: ****************************************

[15:43:14] [Server thread/WARN]: * The object net.minecraft.util.SoundEvent@3effd4f3 has been registered twice for the same name minecraft:entity.skeleton.step.

[15:43:14] [Server thread/WARN]: * at net.minecraftforge.fml.common.registry.FMLControlledNamespacedRegistry.add(FMLControlledNamespacedRegistry.java:439)

[15:43:14] [Server thread/WARN]: * at net.minecraftforge.fml.common.registry.FMLControlledNamespacedRegistry.loadIds(FMLControlledNamespacedRegistry.java:751)

[15:43:14] [Server thread/WARN]: * at net.minecraftforge.fml.common.registry.PersistentRegistryManager.loadPersistentDataToStagingRegistry(PersistentRegistryManager.java:403)

[15:43:14] [Server thread/WARN]: * at net.minecraftforge.fml.common.registry.PersistentRegistryManager.injectSnapshot(PersistentRegistryManager.java:223)

[15:43:14] [Server thread/WARN]: * at net.minecraftforge.fml.common.FMLContainer.readData(FMLContainer.java:327)

[15:43:14] [Server thread/WARN]: * at net.minecraftforge.fml.common.FMLCommonHandler.handleWorldDataLoad(FMLCommonHandler.java:418)...

[15:43:14] [Server thread/WARN]: ****************************************

[15:43:14] [Server thread/WARN]: ****************************************

[15:43:14] [Server thread/WARN]: * The object net.minecraft.util.SoundEvent@4beeb0e has been registered twice for the same name minecraft:block.portal.ambient.

[15:43:14] [Server thread/WARN]: * at net.minecraftforge.fml.common.registry.FMLControlledNamespacedRegistry.add(FMLControlledNamespacedRegistry.java:439)

[15:43:14] [Server thread/WARN]: * at net.minecraftforge.fml.common.registry.FMLControlledNamespacedRegistry.loadIds(FMLControlledNamespacedRegistry.java:751)

[15:43:14] [Server thread/WARN]: * at net.minecraftforge.fml.common.registry.PersistentRegistryManager.loadPersistentDataToStagingRegistry(PersistentRegistryManager.java:403)

[15:43:14] [Server thread/WARN]: * at net.minecraftforge.fml.common.registry.PersistentRegistryManager.injectSnapshot(PersistentRegistryManager.java:223)

[15:43:14] [Server thread/WARN]: * at net.minecraftforge.fml.common.FMLContainer.readData(FMLContainer.java:327)

[15:43:14] [Server thread/WARN]: * at net.minecraftforge.fml.common.FMLCommonHandler.handleWorldDataLoad(FMLCommonHandler.java:418)...

[15:43:14] [Server thread/WARN]: ****************************************

[15:43:14] [Server thread/WARN]: ****************************************

[15:43:14] [Server thread/WARN]: * The object net.minecraft.util.SoundEvent@164a62bf has been registered twice for the same name minecraft:entity.painting.break.

[15:43:14] [Server thread/WARN]: * at net.minecraftforge.fml.common.registry.FMLControlledNamespacedRegistry.add(FMLControlledNamespacedRegistry.java:439)

[15:43:14] [Server thread/WARN]: * at net.minecraftforge.fml.common.registry.FMLControlledNamespacedRegistry.loadIds(FMLControlledNamespacedRegistry.java:751)

[15:43:14] [Server thread/WARN]: * at net.minecraftforge.fml.common.registry.PersistentRegistryManager.loadPersistentDataToStagingRegistry(PersistentRegistryManager.java:403)

[15:43:14] [Server thread/WARN]: * at net.minecraftforge.fml.common.registry.PersistentRegistryManager.injectSnapshot(PersistentRegistryManager.java:223)

[15:43:14] [Server thread/WARN]: * at net.minecraftforge.fml.common.FMLContainer.readData(FMLContainer.java:327)

[15:43:14] [Server thread/WARN]: * at net.minecraftforge.fml.common.FMLCommonHandler.handleWorldDataLoad(FMLCommonHandler.java:418)...

[15:43:14] [Server thread/WARN]: ****************************************

[15:43:14] [Server thread/WARN]: ****************************************

[15:43:14] [Server thread/WARN]: * The object net.minecraft.util.SoundEvent@34fe326d has been registered twice for the same name minecraft:entity.ghast.scream.

[15:43:14] [Server thread/WARN]: * at net.minecraftforge.fml.common.registry.FMLControlledNamespacedRegistry.add(FMLControlledNamespacedRegistry.java:439)

[15:43:14] [Server thread/WARN]: * at net.minecraftforge.fml.common.registry.FMLControlledNamespacedRegistry.loadIds(FMLControlledNamespacedRegistry.java:751)

[15:43:14] [Server thread/WARN]: * at net.minecraftforge.fml.common.registry.PersistentRegistryManager.loadPersistentDataToStagingRegistry(PersistentRegistryManager.java:403)

[15:43:14] [Server thread/WARN]: * at net.minecraftforge.fml.common.registry.PersistentRegistryManager.injectSnapshot(PersistentRegistryManager.java:223)

[15:43:14] [Server thread/WARN]: * at net.minecraftforge.fml.common.FMLContainer.readData(FMLContainer.java:327)

[15:43:14] [Server thread/WARN]: * at net.minecraftforge.fml.common.FMLCommonHandler.handleWorldDataLoad(FMLCommonHandler.java:418)...

[15:43:14] [Server thread/WARN]: ****************************************

[15:43:14] [Server thread/WARN]: ****************************************

[15:43:14] [Server thread/WARN]: * The object net.minecraft.util.SoundEvent@6b2e0f78 has been registered twice for the same name minecraft:entity.stray.ambient.

[15:43:14] [Server thread/WARN]: * at net.minecraftforge.fml.common.registry.FMLControlledNamespacedRegistry.add(FMLControlledNamespacedRegistry.java:439)

[15:43:14] [Server thread/WARN]: * at net.minecraftforge.fml.common.registry.FMLControlledNamespacedRegistry.loadIds(FMLControlledNamespacedRegistry.java:751)

[15:43:14] [Server thread/WARN]: * at net.minecraftforge.fml.common.registry.PersistentRegistryManager.loadPersistentDataToStagingRegistry(PersistentRegistryManager.java:403)

[15:43:14] [Server thread/WARN]: * at net.minecraftforge.fml.common.registry.PersistentRegistryManager.injectSnapshot(PersistentRegistryManager.java:223)

[15:43:14] [Server thread/WARN]: * at net.minecraftforge.fml.common.FMLContainer.readData(FMLContainer.java:327)

[15:43:14] [Server thread/WARN]: * at net.minecraftforge.fml.common.FMLCommonHandler.handleWorldDataLoad(FMLCommonHandler.java:418)...

[15:43:14] [Server thread/WARN]: ****************************************

[15:43:14] [Server thread/WARN]: ****************************************

[15:43:14] [Server thread/WARN]: * The object net.minecraft.util.SoundEvent@7fb33394 has been registered twice for the same name minecraft:entity.itemframe.add_item.

[15:43:14] [Server thread/WARN]: * at net.minecraftforge.fml.common.registry.FMLControlledNamespacedRegistry.add(FMLControlledNamespacedRegistry.java:439)

[15:43:14] [Server thread/WARN]: * at net.minecraftforge.fml.common.registry.FMLControlledNamespacedRegistry.loadIds(FMLControlledNamespacedRegistry.java:751)

[15:43:14] [Server thread/WARN]: * at net.minecraftforge.fml.common.registry.PersistentRegistryManager.loadPersistentDataToStagingRegistry(PersistentRegistryManager.java:403)

[15:43:14] [Server thread/WARN]: * at net.minecraftforge.fml.common.registry.PersistentRegistryManager.injectSnapshot(PersistentRegistryManager.java:223)

[15:43:14] [Server thread/WARN]: * at net.minecraftforge.fml.common.FMLContainer.readData(FMLContainer.java:327)

[15:43:14] [Server thread/WARN]: * at net.minecraftforge.fml.common.FMLCommonHandler.handleWorldDataLoad(FMLCommonHandler.java:418)...

[15:43:14] [Server thread/WARN]: ****************************************

[15:43:14] [Server thread/WARN]: ****************************************

[15:43:14] [Server thread/WARN]: * The object net.minecraft.util.SoundEvent@281ce6bb has been registered twice for the same name minecraft:block.comparator.click.

[15:43:14] [Server thread/WARN]: * at net.minecraftforge.fml.common.registry.FMLControlledNamespacedRegistry.add(FMLControlledNamespacedRegistry.java:439)

[15:43:14] [Server thread/WARN]: * at net.minecraftforge.fml.common.registry.FMLControlledNamespacedRegistry.loadIds(FMLControlledNamespacedRegistry.java:751)

[15:43:14] [Server thread/WARN]: * at net.minecraftforge.fml.common.registry.PersistentRegistryManager.loadPersistentDataToStagingRegistry(PersistentRegistryManager.java:403)

[15:43:14] [Server thread/WARN]: * at net.minecraftforge.fml.common.registry.PersistentRegistryManager.injectSnapshot(PersistentRegistryManager.java:223)

[15:43:14] [Server thread/WARN]: * at net.minecraftforge.fml.common.FMLContainer.readData(FMLContainer.java:327)

[15:43:14] [Server thread/WARN]: * at net.minecraftforge.fml.common.FMLCommonHandler.handleWorldDataLoad(FMLCommonHandler.java:418)...

[15:43:14] [Server thread/WARN]: ****************************************

[15:43:14] [Server thread/WARN]: ****************************************

[15:43:14] [Server thread/WARN]: * The object net.minecraft.util.SoundEvent@36ddaebf has been registered twice for the same name minecraft:entity.shulker_bullet.hurt.

[15:43:14] [Server thread/WARN]: * at net.minecraftforge.fml.common.registry.FMLControlledNamespacedRegistry.add(FMLControlledNamespacedRegistry.java:439)

[15:43:14] [Server thread/WARN]: * at net.minecraftforge.fml.common.registry.FMLControlledNamespacedRegistry.loadIds(FMLControlledNamespacedRegistry.java:751)

[15:43:14] [Server thread/WARN]: * at net.minecraftforge.fml.common.registry.PersistentRegistryManager.loadPersistentDataToStagingRegistry(PersistentRegistryManager.java:403)

[15:43:14] [Server thread/WARN]: * at net.minecraftforge.fml.common.registry.PersistentRegistryManager.injectSnapshot(PersistentRegistryManager.java:223)

[15:43:14] [Server thread/WARN]: * at net.minecraftforge.fml.common.FMLContainer.readData(FMLContainer.java:327)

[15:43:14] [Server thread/WARN]: * at net.minecraftforge.fml.common.FMLCommonHandler.handleWorldDataLoad(FMLCommonHandler.java:418)...

[15:43:14] [Server thread/WARN]: ****************************************

[15:43:14] [Server thread/WARN]: ****************************************

[15:43:14] [Server thread/WARN]: * The object net.minecraft.util.SoundEvent@1a28b346 has been registered twice for the same name minecraft:item.bucket.empty_lava.

[15:43:14] [Server thread/WARN]: * at net.minecraftforge.fml.common.registry.FMLControlledNamespacedRegistry.add(FMLControlledNamespacedRegistry.java:439)

[15:43:14] [Server thread/WARN]: * at net.minecraftforge.fml.common.registry.FMLControlledNamespacedRegistry.loadIds(FMLControlledNamespacedRegistry.java:751)

[15:43:14] [Server thread/WARN]: * at net.minecraftforge.fml.common.registry.PersistentRegistryManager.loadPersistentDataToStagingRegistry(PersistentRegistryManager.java:403)

[15:43:14] [Server thread/WARN]: * at net.minecraftforge.fml.common.registry.PersistentRegistryManager.injectSnapshot(PersistentRegistryManager.java:223)

[15:43:14] [Server thread/WARN]: * at net.minecraftforge.fml.common.FMLContainer.readData(FMLContainer.java:327)

[15:43:14] [Server thread/WARN]: * at net.minecraftforge.fml.common.FMLCommonHandler.handleWorldDataLoad(FMLCommonHandler.java:418)...

[15:43:14] [Server thread/WARN]: ****************************************

[15:43:14] [Server thread/WARN]: ****************************************

[15:43:14] [Server thread/WARN]: * The object net.minecraft.util.SoundEvent@138caeca has been registered twice for the same name minecraft:block.iron_door.open.

[15:43:14] [Server thread/WARN]: * at net.minecraftforge.fml.common.registry.FMLControlledNamespacedRegistry.add(FMLControlledNamespacedRegistry.java:439)

[15:43:14] [Server thread/WARN]: * at net.minecraftforge.fml.common.registry.FMLControlledNamespacedRegistry.loadIds(FMLControlledNamespacedRegistry.java:751)

[15:43:14] [Server thread/WARN]: * at net.minecraftforge.fml.common.registry.PersistentRegistryManager.loadPersistentDataToStagingRegistry(PersistentRegistryManager.java:403)

[15:43:14] [Server thread/WARN]: * at net.minecraftforge.fml.common.registry.PersistentRegistryManager.injectSnapshot(PersistentRegistryManager.java:223)

[15:43:14] [Server thread/WARN]: * at net.minecraftforge.fml.common.FMLContainer.readData(FMLContainer.java:327)

[15:43:14] [Server thread/WARN]: * at net.minecraftforge.fml.common.FMLCommonHandler.handleWorldDataLoad(FMLCommonHandler.java:418)...

[15:43:14] [Server thread/WARN]: ****************************************

[15:43:14] [Server thread/WARN]: ****************************************

[15:43:14] [Server thread/WARN]: * The object net.minecraft.util.SoundEvent@6fa69af7 has been registered twice for the same name minecraft:entity.zombie.attack_iron_door.

[15:43:14] [Server thread/WARN]: * at net.minecraftforge.fml.common.registry.FMLControlledNamespacedRegistry.add(FMLControlledNamespacedRegistry.java:439)

[15:43:14] [Server thread/WARN]: * at net.minecraftforge.fml.common.registry.FMLControlledNamespacedRegistry.loadIds(FMLControlledNamespacedRegistry.java:751)

[15:43:14] [Server thread/WARN]: * at net.minecraftforge.fml.common.registry.PersistentRegistryManager.loadPersistentDataToStagingRegistry(PersistentRegistryManager.java:403)

[15:43:14] [Server thread/WARN]: * at net.minecraftforge.fml.common.registry.PersistentRegistryManager.injectSnapshot(PersistentRegistryManager.java:223)

[15:43:14] [Server thread/WARN]: * at net.minecraftforge.fml.common.FMLContainer.readData(FMLContainer.java:327)

[15:43:14] [Server thread/WARN]: * at net.minecraftforge.fml.common.FMLCommonHandler.handleWorldDataLoad(FMLCommonHandler.java:418)...

[15:43:14] [Server thread/WARN]: ****************************************

[15:43:14] [Server thread/WARN]: ****************************************

[15:43:14] [Server thread/WARN]: * The object net.minecraft.util.SoundEvent@68c7ef83 has been registered twice for the same name minecraft:block.note.basedrum.

[15:43:14] [Server thread/WARN]: * at net.minecraftforge.fml.common.registry.FMLControlledNamespacedRegistry.add(FMLControlledNamespacedRegistry.java:439)

[15:43:14] [Server thread/WARN]: * at net.minecraftforge.fml.common.registry.FMLControlledNamespacedRegistry.loadIds(FMLControlledNamespacedRegistry.java:751)

[15:43:14] [Server thread/WARN]: * at net.minecraftforge.fml.common.registry.PersistentRegistryManager.loadPersistentDataToStagingRegistry(PersistentRegistryManager.java:403)

[15:43:14] [Server thread/WARN]: * at net.minecraftforge.fml.common.registry.PersistentRegistryManager.injectSnapshot(PersistentRegistryManager.java:223)

[15:43:14] [Server thread/WARN]: * at net.minecraftforge.fml.common.FMLContainer.readData(FMLContainer.java:327)

[15:43:14] [Server thread/WARN]: * at net.minecraftforge.fml.common.FMLCommonHandler.handleWorldDataLoad(FMLCommonHandler.java:418)...

[15:43:14] [Server thread/WARN]: ****************************************

[15:43:14] [Server thread/WARN]: ****************************************

[15:43:14] [Server thread/WARN]: * The object net.minecraft.util.SoundEvent@43a51d00 has been registered twice for the same name minecraft:entity.hostile.swim.

[15:43:14] [Server thread/WARN]: * at net.minecraftforge.fml.common.registry.FMLControlledNamespacedRegistry.add(FMLControlledNamespacedRegistry.java:439)

[15:43:14] [Server thread/WARN]: * at net.minecraftforge.fml.common.registry.FMLControlledNamespacedRegistry.loadIds(FMLControlledNamespacedRegistry.java:751)

[15:43:14] [Server thread/WARN]: * at net.minecraftforge.fml.common.registry.PersistentRegistryManager.loadPersistentDataToStagingRegistry(PersistentRegistryManager.java:403)

[15:43:14] [Server thread/WARN]: * at net.minecraftforge.fml.common.registry.PersistentRegistryManager.injectSnapshot(PersistentRegistryManager.java:223)

[15:43:14] [Server thread/WARN]: * at net.minecraftforge.fml.common.FMLContainer.readData(FMLContainer.java:327)

[15:43:14] [Server thread/WARN]: * at net.minecraftforge.fml.common.FMLCommonHandler.handleWorldDataLoad(FMLCommonHandler.java:418)...

[15:43:14] [Server thread/WARN]: ****************************************

[15:43:14] [Server thread/WARN]: ****************************************

[15:43:14] [Server thread/WARN]: * The object net.minecraft.util.SoundEvent@1fba386c has been registered twice for the same name minecraft:entity.guardian.hurt.

[15:43:14] [Server thread/WARN]: * at net.minecraftforge.fml.common.registry.FMLControlledNamespacedRegistry.add(FMLControlledNamespacedRegistry.java:439)

[15:43:14] [Server thread/WARN]: * at net.minecraftforge.fml.common.registry.FMLControlledNamespacedRegistry.loadIds(FMLControlledNamespacedRegistry.java:751)

[15:43:14] [Server thread/WARN]: * at net.minecraftforge.fml.common.registry.PersistentRegistryManager.loadPersistentDataToStagingRegistry(PersistentRegistryManager.java:403)

[15:43:14] [Server thread/WARN]: * at net.minecraftforge.fml.common.registry.PersistentRegistryManager.injectSnapshot(PersistentRegistryManager.java:223)

[15:43:14] [Server thread/WARN]: * at net.minecraftforge.fml.common.FMLContainer.readData(FMLContainer.java:327)

[15:43:14] [Server thread/WARN]: * at net.minecraftforge.fml.common.FMLCommonHandler.handleWorldDataLoad(FMLCommonHandler.java:418)...

[15:43:14] [Server thread/WARN]: ****************************************

[15:43:14] [Server thread/WARN]: ****************************************

[15:43:14] [Server thread/WARN]: * The object net.minecraft.util.SoundEvent@5f18f9d2 has been registered twice for the same name minecraft:block.cloth.hit.

[15:43:14] [Server thread/WARN]: * at net.minecraftforge.fml.common.registry.FMLControlledNamespacedRegistry.add(FMLControlledNamespacedRegistry.java:439)

[15:43:14] [Server thread/WARN]: * at net.minecraftforge.fml.common.registry.FMLControlledNamespacedRegistry.loadIds(FMLControlledNamespacedRegistry.java:751)

[15:43:14] [Server thread/WARN]: * at net.minecraftforge.fml.common.registry.PersistentRegistryManager.loadPersistentDataToStagingRegistry(PersistentRegistryManager.java:403)

[15:43:14] [Server thread/WARN]: * at net.minecraftforge.fml.common.registry.PersistentRegistryManager.injectSnapshot(PersistentRegistryManager.java:223)

[15:43:14] [Server thread/WARN]: * at net.minecraftforge.fml.common.FMLContainer.readData(FMLContainer.java:327)

[15:43:14] [Server thread/WARN]: * at net.minecraftforge.fml.common.FMLCommonHandler.handleWorldDataLoad(FMLCommonHandler.java:418)...

[15:43:14] [Server thread/WARN]: ****************************************

[15:43:14] [Server thread/WARN]: ****************************************

[15:43:14] [Server thread/WARN]: * The object net.minecraft.util.SoundEvent@73a19967 has been registered twice for the same name minecraft:entity.villager.no.

[15:43:14] [Server thread/WARN]: * at net.minecraftforge.fml.common.registry.FMLControlledNamespacedRegistry.add(FMLControlledNamespacedRegistry.java:439)

[15:43:14] [Server thread/WARN]: * at net.minecraftforge.fml.common.registry.FMLControlledNamespacedRegistry.loadIds(FMLControlledNamespacedRegistry.java:751)

[15:43:14] [Server thread/WARN]: * at net.minecraftforge.fml.common.registry.PersistentRegistryManager.loadPersistentDataToStagingRegistry(PersistentRegistryManager.java:403)

[15:43:14] [Server thread/WARN]: * at net.minecraftforge.fml.common.registry.PersistentRegistryManager.injectSnapshot(PersistentRegistryManager.java:223)

[15:43:14] [Server thread/WARN]: * at net.minecraftforge.fml.common.FMLContainer.readData(FMLContainer.java:327)

[15:43:14] [Server thread/WARN]: * at net.minecraftforge.fml.common.FMLCommonHandler.handleWorldDataLoad(FMLCommonHandler.java:418)...

[15:43:14] [Server thread/WARN]: ****************************************

[15:43:14] [Server thread/WARN]: ****************************************

[15:43:14] [Server thread/WARN]: * The object net.minecraft.util.SoundEvent@10bd9df0 has been registered twice for the same name minecraft:entity.shulker.close.

[15:43:14] [Server thread/WARN]: * at net.minecraftforge.fml.common.registry.FMLControlledNamespacedRegistry.add(FMLControlledNamespacedRegistry.java:439)

[15:43:14] [Server thread/WARN]: * at net.minecraftforge.fml.common.registry.FMLControlledNamespacedRegistry.loadIds(FMLControlledNamespacedRegistry.java:751)

[15:43:14] [Server thread/WARN]: * at net.minecraftforge.fml.common.registry.PersistentRegistryManager.loadPersistentDataToStagingRegistry(PersistentRegistryManager.java:403)

[15:43:14] [Server thread/WARN]: * at net.minecraftforge.fml.common.registry.PersistentRegistryManager.injectSnapshot(PersistentRegistryManager.java:223)

[15:43:14] [Server thread/WARN]: * at net.minecraftforge.fml.common.FMLContainer.readData(FMLContainer.java:327)

[15:43:14] [Server thread/WARN]: * at net.minecraftforge.fml.common.FMLCommonHandler.handleWorldDataLoad(FMLCommonHandler.java:418)...

[15:43:14] [Server thread/WARN]: ****************************************

[15:43:14] [Server thread/WARN]: ****************************************

[15:43:14] [Server thread/WARN]: * The object net.minecraft.util.SoundEvent@66ad7bf0 has been registered twice for the same name minecraft:block.gravel.step.

[15:43:14] [Server thread/WARN]: * at net.minecraftforge.fml.common.registry.FMLControlledNamespacedRegistry.add(FMLControlledNamespacedRegistry.java:439)

[15:43:14] [Server thread/WARN]: * at net.minecraftforge.fml.common.registry.FMLControlledNamespacedRegistry.loadIds(FMLControlledNamespacedRegistry.java:751)

[15:43:14] [Server thread/WARN]: * at net.minecraftforge.fml.common.registry.PersistentRegistryManager.loadPersistentDataToStagingRegistry(PersistentRegistryManager.java:403)

[15:43:14] [Server thread/WARN]: * at net.minecraftforge.fml.common.registry.PersistentRegistryManager.injectSnapshot(PersistentRegistryManager.java:223)

[15:43:14] [Server thread/WARN]: * at net.minecraftforge.fml.common.FMLContainer.readData(FMLContainer.java:327)

[15:43:14] [Server thread/WARN]: * at net.minecraftforge.fml.common.FMLCommonHandler.handleWorldDataLoad(FMLCommonHandler.java:418)...

[15:43:14] [Server thread/WARN]: ****************************************

[15:43:14] [Server thread/WARN]: ****************************************

[15:43:14] [Server thread/WARN]: * The object net.minecraft.util.SoundEvent@6d469831 has been registered twice for the same name minecraft:entity.zombie.death.

[15:43:14] [Server thread/WARN]: * at net.minecraftforge.fml.common.registry.FMLControlledNamespacedRegistry.add(FMLControlledNamespacedRegistry.java:439)

[15:43:14] [Server thread/WARN]: * at net.minecraftforge.fml.common.registry.FMLControlledNamespacedRegistry.loadIds(FMLControlledNamespacedRegistry.java:751)

[15:43:14] [Server thread/WARN]: * at net.minecraftforge.fml.common.registry.PersistentRegistryManager.loadPersistentDataToStagingRegistry(PersistentRegistryManager.java:403)

[15:43:14] [Server thread/WARN]: * at net.minecraftforge.fml.common.registry.PersistentRegistryManager.injectSnapshot(PersistentRegistryManager.java:223)

[15:43:14] [Server thread/WARN]: * at net.minecraftforge.fml.common.FMLContainer.readData(FMLContainer.java:327)

[15:43:14] [Server thread/WARN]: * at net.minecraftforge.fml.common.FMLCommonHandler.handleWorldDataLoad(FMLCommonHandler.java:418)...

[15:43:14] [Server thread/WARN]: ****************************************

[15:43:14] [Server thread/WARN]: ****************************************

[15:43:14] [Server thread/WARN]: * The object net.minecraft.util.SoundEvent@6145b81e has been registered twice for the same name minecraft:block.note.bass.

[15:43:14] [Server thread/WARN]: * at net.minecraftforge.fml.common.registry.FMLControlledNamespacedRegistry.add(FMLControlledNamespacedRegistry.java:439)

[15:43:14] [Server thread/WARN]: * at net.minecraftforge.fml.common.registry.FMLControlledNamespacedRegistry.loadIds(FMLControlledNamespacedRegistry.java:751)

[15:43:14] [Server thread/WARN]: * at net.minecraftforge.fml.common.registry.PersistentRegistryManager.loadPersistentDataToStagingRegistry(PersistentRegistryManager.java:403)

[15:43:14] [Server thread/WARN]: * at net.minecraftforge.fml.common.registry.PersistentRegistryManager.injectSnapshot(PersistentRegistryManager.java:223)

[15:43:14] [Server thread/WARN]: * at net.minecraftforge.fml.common.FMLContainer.readData(FMLContainer.java:327)

[15:43:14] [Server thread/WARN]: * at net.minecraftforge.fml.common.FMLCommonHandler.handleWorldDataLoad(FMLCommonHandler.java:418)...

[15:43:14] [Server thread/WARN]: ****************************************

[15:43:14] [Server thread/WARN]: ****************************************

[15:43:14] [Server thread/WARN]: * The object net.minecraft.util.SoundEvent@100c567f has been registered twice for the same name minecraft:entity.blaze.shoot.

[15:43:14] [Server thread/WARN]: * at net.minecraftforge.fml.common.registry.FMLControlledNamespacedRegistry.add(FMLControlledNamespacedRegistry.java:439)

[15:43:14] [Server thread/WARN]: * at net.minecraftforge.fml.common.registry.FMLControlledNamespacedRegistry.loadIds(FMLControlledNamespacedRegistry.java:751)

[15:43:14] [Server thread/WARN]: * at net.minecraftforge.fml.common.registry.PersistentRegistryManager.loadPersistentDataToStagingRegistry(PersistentRegistryManager.java:403)

[15:43:14] [Server thread/WARN]: * at net.minecraftforge.fml.common.registry.PersistentRegistryManager.injectSnapshot(PersistentRegistryManager.java:223)

[15:43:14] [Server thread/WARN]: * at net.minecraftforge.fml.common.FMLContainer.readData(FMLContainer.java:327)

[15:43:14] [Server thread/WARN]: * at net.minecraftforge.fml.common.FMLCommonHandler.handleWorldDataLoad(FMLCommonHandler.java:418)...

[15:43:14] [Server thread/WARN]: ****************************************

[15:43:14] [Server thread/WARN]: ****************************************

[15:43:14] [Server thread/WARN]: * The object net.minecraft.util.SoundEvent@3e6534e7 has been registered twice for the same name minecraft:block.gravel.place.

[15:43:14] [Server thread/WARN]: * at net.minecraftforge.fml.common.registry.FMLControlledNamespacedRegistry.add(FMLControlledNamespacedRegistry.java:439)

[15:43:14] [Server thread/WARN]: * at net.minecraftforge.fml.common.registry.FMLControlledNamespacedRegistry.loadIds(FMLControlledNamespacedRegistry.java:751)

[15:43:14] [Server thread/WARN]: * at net.minecraftforge.fml.common.registry.PersistentRegistryManager.loadPersistentDataToStagingRegistry(PersistentRegistryManager.java:403)

[15:43:14] [Server thread/WARN]: * at net.minecraftforge.fml.common.registry.PersistentRegistryManager.injectSnapshot(PersistentRegistryManager.java:223)

[15:43:14] [Server thread/WARN]: * at net.minecraftforge.fml.common.FMLContainer.readData(FMLContainer.java:327)

[15:43:14] [Server thread/WARN]: * at net.minecraftforge.fml.common.FMLCommonHandler.handleWorldDataLoad(FMLCommonHandler.java:418)...

[15:43:14] [Server thread/WARN]: ****************************************

[15:43:14] [Server thread/WARN]: ****************************************

[15:43:14] [Server thread/WARN]: * The object net.minecraft.util.SoundEvent@38018b62 has been registered twice for the same name minecraft:block.furnace.fire_crackle.

[15:43:14] [Server thread/WARN]: * at net.minecraftforge.fml.common.registry.FMLControlledNamespacedRegistry.add(FMLControlledNamespacedRegistry.java:439)

[15:43:14] [Server thread/WARN]: * at net.minecraftforge.fml.common.registry.FMLControlledNamespacedRegistry.loadIds(FMLControlledNamespacedRegistry.java:751)

[15:43:14] [Server thread/WARN]: * at net.minecraftforge.fml.common.registry.PersistentRegistryManager.loadPersistentDataToStagingRegistry(PersistentRegistryManager.java:403)

[15:43:14] [Server thread/WARN]: * at net.minecraftforge.fml.common.registry.PersistentRegistryManager.injectSnapshot(PersistentRegistryManager.java:223)

[15:43:14] [Server thread/WARN]: * at net.minecraftforge.fml.common.FMLContainer.readData(FMLContainer.java:327)

[15:43:14] [Server thread/WARN]: * at net.minecraftforge.fml.common.FMLCommonHandler.handleWorldDataLoad(FMLCommonHandler.java:418)...

[15:43:14] [Server thread/WARN]: ****************************************

[15:43:14] [Server thread/WARN]: ****************************************

[15:43:14] [Server thread/WARN]: * The object net.minecraft.util.SoundEvent@bdd2027 has been registered twice for the same name minecraft:entity.donkey.chest.

[15:43:14] [Server thread/WARN]: * at net.minecraftforge.fml.common.registry.FMLControlledNamespacedRegistry.add(FMLControlledNamespacedRegistry.java:439)

[15:43:14] [Server thread/WARN]: * at net.minecraftforge.fml.common.registry.FMLControlledNamespacedRegistry.loadIds(FMLControlledNamespacedRegistry.java:751)

[15:43:14] [Server thread/WARN]: * at net.minecraftforge.fml.common.registry.PersistentRegistryManager.loadPersistentDataToStagingRegistry(PersistentRegistryManager.java:403)

[15:43:14] [Server thread/WARN]: * at net.minecraftforge.fml.common.registry.PersistentRegistryManager.injectSnapshot(PersistentRegistryManager.java:223)

[15:43:14] [Server thread/WARN]: * at net.minecraftforge.fml.common.FMLContainer.readData(FMLContainer.java:327)

[15:43:14] [Server thread/WARN]: * at net.minecraftforge.fml.common.FMLCommonHandler.handleWorldDataLoad(FMLCommonHandler.java:418)...

[15:43:14] [Server thread/WARN]: ****************************************

[15:43:14] [Server thread/WARN]: ****************************************

[15:43:14] [Server thread/WARN]: * The object net.minecraft.util.SoundEvent@44841b43 has been registered twice for the same name minecraft:block.anvil.break.

[15:43:14] [Server thread/WARN]: * at net.minecraftforge.fml.common.registry.FMLControlledNamespacedRegistry.add(FMLControlledNamespacedRegistry.java:439)

[15:43:14] [Server thread/WARN]: * at net.minecraftforge.fml.common.registry.FMLControlledNamespacedRegistry.loadIds(FMLControlledNamespacedRegistry.java:751)

[15:43:14] [Server thread/WARN]: * at net.minecraftforge.fml.common.registry.PersistentRegistryManager.loadPersistentDataToStagingRegistry(PersistentRegistryManager.java:403)

[15:43:14] [Server thread/WARN]: * at net.minecraftforge.fml.common.registry.PersistentRegistryManager.injectSnapshot(PersistentRegistryManager.java:223)

[15:43:14] [Server thread/WARN]: * at net.minecraftforge.fml.common.FMLContainer.readData(FMLContainer.java:327)

[15:43:14] [Server thread/WARN]: * at net.minecraftforge.fml.common.FMLCommonHandler.handleWorldDataLoad(FMLCommonHandler.java:418)...

[15:43:14] [Server thread/WARN]: ****************************************

[15:43:14] [Server thread/WARN]: ****************************************

[15:43:14] [Server thread/WARN]: * The object net.minecraft.util.SoundEvent@1b15f922 has been registered twice for the same name minecraft:block.fence_gate.open.

[15:43:14] [Server thread/WARN]: * at net.minecraftforge.fml.common.registry.FMLControlledNamespacedRegistry.add(FMLControlledNamespacedRegistry.java:439)

[15:43:14] [Server thread/WARN]: * at net.minecraftforge.fml.common.registry.FMLControlledNamespacedRegistry.loadIds(FMLControlledNamespacedRegistry.java:751)

[15:43:14] [Server thread/WARN]: * at net.minecraftforge.fml.common.registry.PersistentRegistryManager.loadPersistentDataToStagingRegistry(PersistentRegistryManager.java:403)

[15:43:14] [Server thread/WARN]: * at net.minecraftforge.fml.common.registry.PersistentRegistryManager.injectSnapshot(PersistentRegistryManager.java:223)

[15:43:14] [Server thread/WARN]: * at net.minecraftforge.fml.common.FMLContainer.readData(FMLContainer.java:327)

[15:43:14] [Server thread/WARN]: * at net.minecraftforge.fml.common.FMLCommonHandler.handleWorldDataLoad(FMLCommonHandler.java:418)...

[15:43:14] [Server thread/WARN]: ****************************************

[15:43:14] [Server thread/WARN]: ****************************************

[15:43:14] [Server thread/WARN]: * The object net.minecraft.util.SoundEvent@6da9dc6 has been registered twice for the same name minecraft:block.slime.hit.

[15:43:14] [Server thread/WARN]: * at net.minecraftforge.fml.common.registry.FMLControlledNamespacedRegistry.add(FMLControlledNamespacedRegistry.java:439)

[15:43:14] [Server thread/WARN]: * at net.minecraftforge.fml.common.registry.FMLControlledNamespacedRegistry.loadIds(FMLControlledNamespacedRegistry.java:751)

[15:43:14] [Server thread/WARN]: * at net.minecraftforge.fml.common.registry.PersistentRegistryManager.loadPersistentDataToStagingRegistry(PersistentRegistryManager.java:403)

[15:43:14] [Server thread/WARN]: * at net.minecraftforge.fml.common.registry.PersistentRegistryManager.injectSnapshot(PersistentRegistryManager.java:223)

[15:43:14] [Server thread/WARN]: * at net.minecraftforge.fml.common.FMLContainer.readData(FMLContainer.java:327)

[15:43:14] [Server thread/WARN]: * at net.minecraftforge.fml.common.FMLCommonHandler.handleWorldDataLoad(FMLCommonHandler.java:418)...

[15:43:14] [Server thread/WARN]: ****************************************

[15:43:14] [Server thread/WARN]: ****************************************

[15:43:14] [Server thread/WARN]: * The object net.minecraft.util.SoundEvent@299270eb has been registered twice for the same name minecraft:entity.creeper.primed.

[15:43:14] [Server thread/WARN]: * at net.minecraftforge.fml.common.registry.FMLControlledNamespacedRegistry.add(FMLControlledNamespacedRegistry.java:439)

[15:43:14] [Server thread/WARN]: * at net.minecraftforge.fml.common.registry.FMLControlledNamespacedRegistry.loadIds(FMLControlledNamespacedRegistry.java:751)

[15:43:14] [Server thread/WARN]: * at net.minecraftforge.fml.common.registry.PersistentRegistryManager.loadPersistentDataToStagingRegistry(PersistentRegistryManager.java:403)

[15:43:14] [Server thread/WARN]: * at net.minecraftforge.fml.common.registry.PersistentRegistryManager.injectSnapshot(PersistentRegistryManager.java:223)

[15:43:14] [Server thread/WARN]: * at net.minecraftforge.fml.common.FMLContainer.readData(FMLContainer.java:327)

[15:43:14] [Server thread/WARN]: * at net.minecraftforge.fml.common.FMLCommonHandler.handleWorldDataLoad(FMLCommonHandler.java:418)...

[15:43:14] [Server thread/WARN]: ****************************************

[15:43:14] [Server thread/WARN]: ****************************************

[15:43:14] [Server thread/WARN]: * The object net.minecraft.util.SoundEvent@7c84195 has been registered twice for the same name minecraft:block.snow.break.

[15:43:14] [Server thread/WARN]: * at net.minecraftforge.fml.common.registry.FMLControlledNamespacedRegistry.add(FMLControlledNamespacedRegistry.java:439)

[15:43:14] [Server thread/WARN]: * at net.minecraftforge.fml.common.registry.FMLControlledNamespacedRegistry.loadIds(FMLControlledNamespacedRegistry.java:751)

[15:43:14] [Server thread/WARN]: * at net.minecraftforge.fml.common.registry.PersistentRegistryManager.loadPersistentDataToStagingRegistry(PersistentRegistryManager.java:403)

[15:43:14] [Server thread/WARN]: * at net.minecraftforge.fml.common.registry.PersistentRegistryManager.injectSnapshot(PersistentRegistryManager.java:223)

[15:43:14] [Server thread/WARN]: * at net.minecraftforge.fml.common.FMLContainer.readData(FMLContainer.java:327)

[15:43:14] [Server thread/WARN]: * at net.minecraftforge.fml.common.FMLCommonHandler.handleWorldDataLoad(FMLCommonHandler.java:418)...

[15:43:14] [Server thread/WARN]: ****************************************

[15:43:14] [Server thread/WARN]: ****************************************

[15:43:14] [Server thread/WARN]: * The object net.minecraft.util.SoundEvent@563a89b5 has been registered twice for the same name minecraft:block.grass.hit.

[15:43:14] [Server thread/WARN]: * at net.minecraftforge.fml.common.registry.FMLControlledNamespacedRegistry.add(FMLControlledNamespacedRegistry.java:439)

[15:43:14] [Server thread/WARN]: * at net.minecraftforge.fml.common.registry.FMLControlledNamespacedRegistry.loadIds(FMLControlledNamespacedRegistry.java:751)

[15:43:14] [Server thread/WARN]: * at net.minecraftforge.fml.common.registry.PersistentRegistryManager.loadPersistentDataToStagingRegistry(PersistentRegistryManager.java:403)

[15:43:14] [Server thread/WARN]: * at net.minecraftforge.fml.common.registry.PersistentRegistryManager.injectSnapshot(PersistentRegistryManager.java:223)

[15:43:14] [Server thread/WARN]: * at net.minecraftforge.fml.common.FMLContainer.readData(FMLContainer.java:327)

[15:43:14] [Server thread/WARN]: * at net.minecraftforge.fml.common.FMLCommonHandler.handleWorldDataLoad(FMLCommonHandler.java:418)...

[15:43:14] [Server thread/WARN]: ****************************************

[15:43:14] [Server thread/WARN]: ****************************************

[15:43:14] [Server thread/WARN]: * The object net.minecraft.util.SoundEvent@6f4ade6e has been registered twice for the same name minecraft:entity.slime.death.

[15:43:14] [Server thread/WARN]: * at net.minecraftforge.fml.common.registry.FMLControlledNamespacedRegistry.add(FMLControlledNamespacedRegistry.java:439)

[15:43:14] [Server thread/WARN]: * at net.minecraftforge.fml.common.registry.FMLControlledNamespacedRegistry.loadIds(FMLControlledNamespacedRegistry.java:751)

[15:43:14] [Server thread/WARN]: * at net.minecraftforge.fml.common.registry.PersistentRegistryManager.loadPersistentDataToStagingRegistry(PersistentRegistryManager.java:403)

[15:43:14] [Server thread/WARN]: * at net.minecraftforge.fml.common.registry.PersistentRegistryManager.injectSnapshot(PersistentRegistryManager.java:223)

[15:43:14] [Server thread/WARN]: * at net.minecraftforge.fml.common.FMLContainer.readData(FMLContainer.java:327)

[15:43:14] [Server thread/WARN]: * at net.minecraftforge.fml.common.FMLCommonHandler.handleWorldDataLoad(FMLCommonHandler.java:418)...

[15:43:14] [Server thread/WARN]: ****************************************

[15:43:14] [Server thread/WARN]: ****************************************

[15:43:14] [Server thread/WARN]: * The object net.minecraft.util.SoundEvent@1c758545 has been registered twice for the same name minecraft:entity.villager.death.

[15:43:14] [Server thread/WARN]: * at net.minecraftforge.fml.common.registry.FMLControlledNamespacedRegistry.add(FMLControlledNamespacedRegistry.java:439)

[15:43:14] [Server thread/WARN]: * at net.minecraftforge.fml.common.registry.FMLControlledNamespacedRegistry.loadIds(FMLControlledNamespacedRegistry.java:751)

[15:43:14] [Server thread/WARN]: * at net.minecraftforge.fml.common.registry.PersistentRegistryManager.loadPersistentDataToStagingRegistry(PersistentRegistryManager.java:403)

[15:43:14] [Server thread/WARN]: * at net.minecraftforge.fml.common.registry.PersistentRegistryManager.injectSnapshot(PersistentRegistryManager.java:223)

[15:43:14] [Server thread/WARN]: * at net.minecraftforge.fml.common.FMLContainer.readData(FMLContainer.java:327)

[15:43:14] [Server thread/WARN]: * at net.minecraftforge.fml.common.FMLCommonHandler.handleWorldDataLoad(FMLCommonHandler.java:418)...

[15:43:14] [Server thread/WARN]: ****************************************

[15:43:14] [Server thread/WARN]: ****************************************

[15:43:14] [Server thread/WARN]: * The object net.minecraft.util.SoundEvent@7f7af971 has been registered twice for the same name minecraft:item.bucket.fill_lava.

[15:43:14] [Server thread/WARN]: * at net.minecraftforge.fml.common.registry.FMLControlledNamespacedRegistry.add(FMLControlledNamespacedRegistry.java:439)

[15:43:14] [Server thread/WARN]: * at net.minecraftforge.fml.common.registry.FMLControlledNamespacedRegistry.loadIds(FMLControlledNamespacedRegistry.java:751)

[15:43:14] [Server thread/WARN]: * at net.minecraftforge.fml.common.registry.PersistentRegistryManager.loadPersistentDataToStagingRegistry(PersistentRegistryManager.java:403)

[15:43:14] [Server thread/WARN]: * at net.minecraftforge.fml.common.registry.PersistentRegistryManager.injectSnapshot(PersistentRegistryManager.java:223)

[15:43:14] [Server thread/WARN]: * at net.minecraftforge.fml.common.FMLContainer.readData(FMLContainer.java:327)

[15:43:14] [Server thread/WARN]: * at net.minecraftforge.fml.common.FMLCommonHandler.handleWorldDataLoad(FMLCommonHandler.java:418)...

[15:43:14] [Server thread/WARN]: ****************************************

[15:43:14] [Server thread/WARN]: ****************************************

[15:43:14] [Server thread/WARN]: * The object net.minecraft.util.SoundEvent@6a282fdd has been registered twice for the same name minecraft:entity.cat.hurt.

[15:43:14] [Server thread/WARN]: * at net.minecraftforge.fml.common.registry.FMLControlledNamespacedRegistry.add(FMLControlledNamespacedRegistry.java:439)

[15:43:14] [Server thread/WARN]: * at net.minecraftforge.fml.common.registry.FMLControlledNamespacedRegistry.loadIds(FMLControlledNamespacedRegistry.java:751)

[15:43:14] [Server thread/WARN]: * at net.minecraftforge.fml.common.registry.PersistentRegistryManager.loadPersistentDataToStagingRegistry(PersistentRegistryManager.java:403)

[15:43:14] [Server thread/WARN]: * at net.minecraftforge.fml.common.registry.PersistentRegistryManager.injectSnapshot(PersistentRegistryManager.java:223)

[15:43:14] [Server thread/WARN]: * at net.minecraftforge.fml.common.FMLContainer.readData(FMLContainer.java:327)

[15:43:14] [Server thread/WARN]: * at net.minecraftforge.fml.common.FMLCommonHandler.handleWorldDataLoad(FMLCommonHandler.java:418)...

[15:43:14] [Server thread/WARN]: ****************************************

[15:43:14] [Server thread/WARN]: ****************************************

[15:43:14] [Server thread/WARN]: * The object net.minecraft.util.SoundEvent@4f453e63 has been registered twice for the same name minecraft:entity.snowman.hurt.

[15:43:14] [Server thread/WARN]: * at net.minecraftforge.fml.common.registry.FMLControlledNamespacedRegistry.add(FMLControlledNamespacedRegistry.java:439)

[15:43:14] [Server thread/WARN]: * at net.minecraftforge.fml.common.registry.FMLControlledNamespacedRegistry.loadIds(FMLControlledNamespacedRegistry.java:751)

[15:43:14] [Server thread/WARN]: * at net.minecraftforge.fml.common.registry.PersistentRegistryManager.loadPersistentDataToStagingRegistry(PersistentRegistryManager.java:403)

[15:43:14] [Server thread/WARN]: * at net.minecraftforge.fml.common.registry.PersistentRegistryManager.injectSnapshot(PersistentRegistryManager.java:223)

[15:43:14] [Server thread/WARN]: * at net.minecraftforge.fml.common.FMLContainer.readData(FMLContainer.java:327)

[15:43:14] [Server thread/WARN]: * at net.minecraftforge.fml.common.FMLCommonHandler.handleWorldDataLoad(FMLCommonHandler.java:418)...

[15:43:14] [Server thread/WARN]: ****************************************

[15:43:14] [Server thread/WARN]: ****************************************

[15:43:14] [Server thread/WARN]: * The object net.minecraft.util.SoundEvent@27ace0b1 has been registered twice for the same name minecraft:entity.player.attack.strong.

[15:43:14] [Server thread/WARN]: * at net.minecraftforge.fml.common.registry.FMLControlledNamespacedRegistry.add(FMLControlledNamespacedRegistry.java:439)

[15:43:14] [Server thread/WARN]: * at net.minecraftforge.fml.common.registry.FMLControlledNamespacedRegistry.loadIds(FMLControlledNamespacedRegistry.java:751)

[15:43:14] [Server thread/WARN]: * at net.minecraftforge.fml.common.registry.PersistentRegistryManager.loadPersistentDataToStagingRegistry(PersistentRegistryManager.java:403)

[15:43:14] [Server thread/WARN]: * at net.minecraftforge.fml.common.registry.PersistentRegistryManager.injectSnapshot(PersistentRegistryManager.java:223)

[15:43:14] [Server thread/WARN]: * at net.minecraftforge.fml.common.FMLContainer.readData(FMLContainer.java:327)

[15:43:14] [Server thread/WARN]: * at net.minecraftforge.fml.common.FMLCommonHandler.handleWorldDataLoad(FMLCommonHandler.java:418)...

[15:43:14] [Server thread/WARN]: ****************************************

[15:43:14] [Server thread/WARN]: ****************************************

[15:43:14] [Server thread/WARN]: * The object net.minecraft.util.SoundEvent@6b0615ae has been registered twice for the same name minecraft:entity.spider.step.

[15:43:14] [Server thread/WARN]: * at net.minecraftforge.fml.common.registry.FMLControlledNamespacedRegistry.add(FMLControlledNamespacedRegistry.java:439)

[15:43:14] [Server thread/WARN]: * at net.minecraftforge.fml.common.registry.FMLControlledNamespacedRegistry.loadIds(FMLControlledNamespacedRegistry.java:751)

[15:43:14] [Server thread/WARN]: * at net.minecraftforge.fml.common.registry.PersistentRegistryManager.loadPersistentDataToStagingRegistry(PersistentRegistryManager.java:403)

[15:43:14] [Server thread/WARN]: * at net.minecraftforge.fml.common.registry.PersistentRegistryManager.injectSnapshot(PersistentRegistryManager.java:223)

[15:43:14] [Server thread/WARN]: * at net.minecraftforge.fml.common.FMLContainer.readData(FMLContainer.java:327)

[15:43:14] [Server thread/WARN]: * at net.minecraftforge.fml.common.FMLCommonHandler.handleWorldDataLoad(FMLCommonHandler.java:418)...

[15:43:14] [Server thread/WARN]: ****************************************

[15:43:14] [Server thread/WARN]: ****************************************

[15:43:14] [Server thread/WARN]: * The object net.minecraft.util.SoundEvent@713064e8 has been registered twice for the same name minecraft:entity.rabbit.ambient.

[15:43:14] [Server thread/WARN]: * at net.minecraftforge.fml.common.registry.FMLControlledNamespacedRegistry.add(FMLControlledNamespacedRegistry.java:439)

[15:43:14] [Server thread/WARN]: * at net.minecraftforge.fml.common.registry.FMLControlledNamespacedRegistry.loadIds(FMLControlledNamespacedRegistry.java:751)

[15:43:14] [Server thread/WARN]: * at net.minecraftforge.fml.common.registry.PersistentRegistryManager.loadPersistentDataToStagingRegistry(PersistentRegistryManager.java:403)

[15:43:14] [Server thread/WARN]: * at net.minecraftforge.fml.common.registry.PersistentRegistryManager.injectSnapshot(PersistentRegistryManager.java:223)

[15:43:14] [Server thread/WARN]: * at net.minecraftforge.fml.common.FMLContainer.readData(FMLContainer.java:327)

[15:43:14] [Server thread/WARN]: * at net.minecraftforge.fml.common.FMLCommonHandler.handleWorldDataLoad(FMLCommonHandler.java:418)...

[15:43:14] [Server thread/WARN]: ****************************************

[15:43:14] [Server thread/WARN]: ****************************************

[15:43:14] [Server thread/WARN]: * The object net.minecraft.util.SoundEvent@35178483 has been registered twice for the same name minecraft:block.ladder.hit.

[15:43:14] [Server thread/WARN]: * at net.minecraftforge.fml.common.registry.FMLControlledNamespacedRegistry.add(FMLControlledNamespacedRegistry.java:439)

[15:43:14] [Server thread/WARN]: * at net.minecraftforge.fml.common.registry.FMLControlledNamespacedRegistry.loadIds(FMLControlledNamespacedRegistry.java:751)

[15:43:14] [Server thread/WARN]: * at net.minecraftforge.fml.common.registry.PersistentRegistryManager.loadPersistentDataToStagingRegistry(PersistentRegistryManager.java:403)

[15:43:14] [Server thread/WARN]: * at net.minecraftforge.fml.common.registry.PersistentRegistryManager.injectSnapshot(PersistentRegistryManager.java:223)

[15:43:14] [Server thread/WARN]: * at net.minecraftforge.fml.common.FMLContainer.readData(FMLContainer.java:327)

[15:43:14] [Server thread/WARN]: * at net.minecraftforge.fml.common.FMLCommonHandler.handleWorldDataLoad(FMLCommonHandler.java:418)...

[15:43:14] [Server thread/WARN]: ****************************************

[15:43:14] [Server thread/WARN]: ****************************************

[15:43:14] [Server thread/WARN]: * The object net.minecraft.util.SoundEvent@1639f93a has been registered twice for the same name minecraft:entity.experience_orb.pickup.

[15:43:14] [Server thread/WARN]: * at net.minecraftforge.fml.common.registry.FMLControlledNamespacedRegistry.add(FMLControlledNamespacedRegistry.java:439)

[15:43:14] [Server thread/WARN]: * at net.minecraftforge.fml.common.registry.FMLControlledNamespacedRegistry.loadIds(FMLControlledNamespacedRegistry.java:751)

[15:43:14] [Server thread/WARN]: * at net.minecraftforge.fml.common.registry.PersistentRegistryManager.loadPersistentDataToStagingRegistry(PersistentRegistryManager.java:403)

[15:43:14] [Server thread/WARN]: * at net.minecraftforge.fml.common.registry.PersistentRegistryManager.injectSnapshot(PersistentRegistryManager.java:223)

[15:43:14] [Server thread/WARN]: * at net.minecraftforge.fml.common.FMLContainer.readData(FMLContainer.java:327)

[15:43:14] [Server thread/WARN]: * at net.minecraftforge.fml.common.FMLCommonHandler.handleWorldDataLoad(FMLCommonHandler.java:418)...

[15:43:14] [Server thread/WARN]: ****************************************

[15:43:14] [Server thread/WARN]: ****************************************

[15:43:14] [Server thread/WARN]: * The object net.minecraft.util.SoundEvent@7c1c5936 has been registered twice for the same name minecraft:block.end_gateway.spawn.

[15:43:14] [Server thread/WARN]: * at net.minecraftforge.fml.common.registry.FMLControlledNamespacedRegistry.add(FMLControlledNamespacedRegistry.java:439)

[15:43:14] [Server thread/WARN]: * at net.minecraftforge.fml.common.registry.FMLControlledNamespacedRegistry.loadIds(FMLControlledNamespacedRegistry.java:751)

[15:43:14] [Server thread/WARN]: * at net.minecraftforge.fml.common.registry.PersistentRegistryManager.loadPersistentDataToStagingRegistry(PersistentRegistryManager.java:403)

[15:43:14] [Server thread/WARN]: * at net.minecraftforge.fml.common.registry.PersistentRegistryManager.injectSnapshot(PersistentRegistryManager.java:223)

[15:43:14] [Server thread/WARN]: * at net.minecraftforge.fml.common.FMLContainer.readData(FMLContainer.java:327)

[15:43:14] [Server thread/WARN]: * at net.minecraftforge.fml.common.FMLCommonHandler.handleWorldDataLoad(FMLCommonHandler.java:418)...

[15:43:14] [Server thread/WARN]: ****************************************

[15:43:14] [Server thread/WARN]: ****************************************

[15:43:14] [Server thread/WARN]: * The object net.minecraft.util.SoundEvent@19058533 has been registered twice for the same name minecraft:entity.enderdragon.ambient.

[15:43:14] [Server thread/WARN]: * at net.minecraftforge.fml.common.registry.FMLControlledNamespacedRegistry.add(FMLControlledNamespacedRegistry.java:439)

[15:43:14] [Server thread/WARN]: * at net.minecraftforge.fml.common.registry.FMLControlledNamespacedRegistry.loadIds(FMLControlledNamespacedRegistry.java:751)

[15:43:14] [Server thread/WARN]: * at net.minecraftforge.fml.common.registry.PersistentRegistryManager.loadPersistentDataToStagingRegistry(PersistentRegistryManager.java:403)

[15:43:14] [Server thread/WARN]: * at net.minecraftforge.fml.common.registry.PersistentRegistryManager.injectSnapshot(PersistentRegistryManager.java:223)

[15:43:14] [Server thread/WARN]: * at net.minecraftforge.fml.common.FMLContainer.readData(FMLContainer.java:327)

[15:43:14] [Server thread/WARN]: * at net.minecraftforge.fml.common.FMLCommonHandler.handleWorldDataLoad(FMLCommonHandler.java:418)...

[15:43:14] [Server thread/WARN]: ****************************************

[15:43:14] [Server thread/WARN]: ****************************************

[15:43:14] [Server thread/WARN]: * The object net.minecraft.util.SoundEvent@4d6ee47 has been registered twice for the same name minecraft:entity.guardian.ambient_land.

[15:43:14] [Server thread/WARN]: * at net.minecraftforge.fml.common.registry.FMLControlledNamespacedRegistry.add(FMLControlledNamespacedRegistry.java:439)

[15:43:14] [Server thread/WARN]: * at net.minecraftforge.fml.common.registry.FMLControlledNamespacedRegistry.loadIds(FMLControlledNamespacedRegistry.java:751)

[15:43:14] [Server thread/WARN]: * at net.minecraftforge.fml.common.registry.PersistentRegistryManager.loadPersistentDataToStagingRegistry(PersistentRegistryManager.java:403)

[15:43:14] [Server thread/WARN]: * at net.minecraftforge.fml.common.registry.PersistentRegistryManager.injectSnapshot(PersistentRegistryManager.java:223)

[15:43:14] [Server thread/WARN]: * at net.minecraftforge.fml.common.FMLContainer.readData(FMLContainer.java:327)

[15:43:14] [Server thread/WARN]: * at net.minecraftforge.fml.common.FMLCommonHandler.handleWorldDataLoad(FMLCommonHandler.java:418)...

[15:43:14] [Server thread/WARN]: ****************************************

[15:43:14] [Server thread/WARN]: ****************************************

[15:43:14] [Server thread/WARN]: * The object net.minecraft.util.SoundEvent@2015b2cd has been registered twice for the same name minecraft:entity.stray.step.

[15:43:14] [Server thread/WARN]: * at net.minecraftforge.fml.common.registry.FMLControlledNamespacedRegistry.add(FMLControlledNamespacedRegistry.java:439)

[15:43:14] [Server thread/WARN]: * at net.minecraftforge.fml.common.registry.FMLControlledNamespacedRegistry.loadIds(FMLControlledNamespacedRegistry.java:751)

[15:43:14] [Server thread/WARN]: * at net.minecraftforge.fml.common.registry.PersistentRegistryManager.loadPersistentDataToStagingRegistry(PersistentRegistryManager.java:403)

[15:43:14] [Server thread/WARN]: * at net.minecraftforge.fml.common.registry.PersistentRegistryManager.injectSnapshot(PersistentRegistryManager.java:223)

[15:43:14] [Server thread/WARN]: * at net.minecraftforge.fml.common.FMLContainer.readData(FMLContainer.java:327)

[15:43:14] [Server thread/WARN]: * at net.minecraftforge.fml.common.FMLCommonHandler.handleWorldDataLoad(FMLCommonHandler.java:418)...

[15:43:14] [Server thread/WARN]: ****************************************

[15:43:14] [Server thread/WARN]: ****************************************

[15:43:14] [Server thread/WARN]: * The object net.minecraft.util.SoundEvent@4248e66b has been registered twice for the same name minecraft:block.gravel.hit.

[15:43:14] [Server thread/WARN]: * at net.minecraftforge.fml.common.registry.FMLControlledNamespacedRegistry.add(FMLControlledNamespacedRegistry.java:439)

[15:43:14] [Server thread/WARN]: * at net.minecraftforge.fml.common.registry.FMLControlledNamespacedRegistry.loadIds(FMLControlledNamespacedRegistry.java:751)

[15:43:14] [Server thread/WARN]: * at net.minecraftforge.fml.common.registry.PersistentRegistryManager.loadPersistentDataToStagingRegistry(PersistentRegistryManager.java:403)

[15:43:14] [Server thread/WARN]: * at net.minecraftforge.fml.common.registry.PersistentRegistryManager.injectSnapshot(PersistentRegistryManager.java:223)

[15:43:14] [Server thread/WARN]: * at net.minecraftforge.fml.common.FMLContainer.readData(FMLContainer.java:327)

[15:43:14] [Server thread/WARN]: * at net.minecraftforge.fml.common.FMLCommonHandler.handleWorldDataLoad(FMLCommonHandler.java:418)...

[15:43:14] [Server thread/WARN]: ****************************************

[15:43:14] [Server thread/WARN]: ****************************************

[15:43:14] [Server thread/WARN]: * The object net.minecraft.util.SoundEvent@2875b016 has been registered twice for the same name minecraft:block.metal_pressureplate.click_off.

[15:43:14] [Server thread/WARN]: * at net.minecraftforge.fml.common.registry.FMLControlledNamespacedRegistry.add(FMLControlledNamespacedRegistry.java:439)

[15:43:14] [Server thread/WARN]: * at net.minecraftforge.fml.common.registry.FMLControlledNamespacedRegistry.loadIds(FMLControlledNamespacedRegistry.java:751)

[15:43:14] [Server thread/WARN]: * at net.minecraftforge.fml.common.registry.PersistentRegistryManager.loadPersistentDataToStagingRegistry(PersistentRegistryManager.java:403)

[15:43:14] [Server thread/WARN]: * at net.minecraftforge.fml.common.registry.PersistentRegistryManager.injectSnapshot(PersistentRegistryManager.java:223)

[15:43:14] [Server thread/WARN]: * at net.minecraftforge.fml.common.FMLContainer.readData(FMLContainer.java:327)

[15:43:14] [Server thread/WARN]: * at net.minecraftforge.fml.common.FMLCommonHandler.handleWorldDataLoad(FMLCommonHandler.java:418)...

[15:43:14] [Server thread/WARN]: ****************************************

[15:43:14] [Server thread/WARN]: ****************************************

[15:43:14] [Server thread/WARN]: * The object net.minecraft.util.SoundEvent@65b66b08 has been registered twice for the same name minecraft:record.far.

[15:43:14] [Server thread/WARN]: * at net.minecraftforge.fml.common.registry.FMLControlledNamespacedRegistry.add(FMLControlledNamespacedRegistry.java:439)

[15:43:14] [Server thread/WARN]: * at net.minecraftforge.fml.common.registry.FMLControlledNamespacedRegistry.loadIds(FMLControlledNamespacedRegistry.java:751)

[15:43:14] [Server thread/WARN]: * at net.minecraftforge.fml.common.registry.PersistentRegistryManager.loadPersistentDataToStagingRegistry(PersistentRegistryManager.java:403)

[15:43:14] [Server thread/WARN]: * at net.minecraftforge.fml.common.registry.PersistentRegistryManager.injectSnapshot(PersistentRegistryManager.java:223)

[15:43:14] [Server thread/WARN]: * at net.minecraftforge.fml.common.FMLContainer.readData(FMLContainer.java:327)

[15:43:14] [Server thread/WARN]: * at net.minecraftforge.fml.common.FMLCommonHandler.handleWorldDataLoad(FMLCommonHandler.java:418)...

[15:43:14] [Server thread/WARN]: ****************************************

[15:43:14] [Server thread/WARN]: ****************************************

[15:43:14] [Server thread/WARN]: * The object net.minecraft.util.SoundEvent@58ec7116 has been registered twice for the same name minecraft:entity.player.burp.

[15:43:14] [Server thread/WARN]: * at net.minecraftforge.fml.common.registry.FMLControlledNamespacedRegistry.add(FMLControlledNamespacedRegistry.java:439)

[15:43:14] [Server thread/WARN]: * at net.minecraftforge.fml.common.registry.FMLControlledNamespacedRegistry.loadIds(FMLControlledNamespacedRegistry.java:751)

[15:43:14] [Server thread/WARN]: * at net.minecraftforge.fml.common.registry.PersistentRegistryManager.loadPersistentDataToStagingRegistry(PersistentRegistryManager.java:403)

[15:43:14] [Server thread/WARN]: * at net.minecraftforge.fml.common.registry.PersistentRegistryManager.injectSnapshot(PersistentRegistryManager.java:223)

[15:43:14] [Server thread/WARN]: * at net.minecraftforge.fml.common.FMLContainer.readData(FMLContainer.java:327)

[15:43:14] [Server thread/WARN]: * at net.minecraftforge.fml.common.FMLCommonHandler.handleWorldDataLoad(FMLCommonHandler.java:418)...

[15:43:14] [Server thread/WARN]: ****************************************

[15:43:14] [Server thread/WARN]: ****************************************

[15:43:14] [Server thread/WARN]: * The object net.minecraft.util.SoundEvent@745c2004 has been registered twice for the same name minecraft:block.slime.fall.

[15:43:14] [Server thread/WARN]: * at net.minecraftforge.fml.common.registry.FMLControlledNamespacedRegistry.add(FMLControlledNamespacedRegistry.java:439)

[15:43:14] [Server thread/WARN]: * at net.minecraftforge.fml.common.registry.FMLControlledNamespacedRegistry.loadIds(FMLControlledNamespacedRegistry.java:751)

[15:43:14] [Server thread/WARN]: * at net.minecraftforge.fml.common.registry.PersistentRegistryManager.loadPersistentDataToStagingRegistry(PersistentRegistryManager.java:403)

[15:43:14] [Server thread/WARN]: * at net.minecraftforge.fml.common.registry.PersistentRegistryManager.injectSnapshot(PersistentRegistryManager.java:223)

[15:43:14] [Server thread/WARN]: * at net.minecraftforge.fml.common.FMLContainer.readData(FMLContainer.java:327)

[15:43:14] [Server thread/WARN]: * at net.minecraftforge.fml.common.FMLCommonHandler.handleWorldDataLoad(FMLCommonHandler.java:418)...

[15:43:14] [Server thread/WARN]: ****************************************

[15:43:14] [Server thread/WARN]: ****************************************

[15:43:14] [Server thread/WARN]: * The object net.minecraft.util.SoundEvent@73545b80 has been registered twice for the same name minecraft:entity.zombie.break_door_wood.

[15:43:14] [Server thread/WARN]: * at net.minecraftforge.fml.common.registry.FMLControlledNamespacedRegistry.add(FMLControlledNamespacedRegistry.java:439)

[15:43:14] [Server thread/WARN]: * at net.minecraftforge.fml.common.registry.FMLControlledNamespacedRegistry.loadIds(FMLControlledNamespacedRegistry.java:751)

[15:43:14] [Server thread/WARN]: * at net.minecraftforge.fml.common.registry.PersistentRegistryManager.loadPersistentDataToStagingRegistry(PersistentRegistryManager.java:403)

[15:43:14] [Server thread/WARN]: * at net.minecraftforge.fml.common.registry.PersistentRegistryManager.injectSnapshot(PersistentRegistryManager.java:223)

[15:43:14] [Server thread/WARN]: * at net.minecraftforge.fml.common.FMLContainer.readData(FMLContainer.java:327)

[15:43:14] [Server thread/WARN]: * at net.minecraftforge.fml.common.FMLCommonHandler.handleWorldDataLoad(FMLCommonHandler.java:418)...

[15:43:14] [Server thread/WARN]: ****************************************

[15:43:14] [Server thread/WARN]: ****************************************

[15:43:14] [Server thread/WARN]: * The object net.minecraft.util.SoundEvent@3402b4c9 has been registered twice for the same name minecraft:entity.hostile.big_fall.

[15:43:14] [Server thread/WARN]: * at net.minecraftforge.fml.common.registry.FMLControlledNamespacedRegistry.add(FMLControlledNamespacedRegistry.java:439)

[15:43:14] [Server thread/WARN]: * at net.minecraftforge.fml.common.registry.FMLControlledNamespacedRegistry.loadIds(FMLControlledNamespacedRegistry.java:751)

[15:43:14] [Server thread/WARN]: * at net.minecraftforge.fml.common.registry.PersistentRegistryManager.loadPersistentDataToStagingRegistry(PersistentRegistryManager.java:403)

[15:43:14] [Server thread/WARN]: * at net.minecraftforge.fml.common.registry.PersistentRegistryManager.injectSnapshot(PersistentRegistryManager.java:223)

[15:43:14] [Server thread/WARN]: * at net.minecraftforge.fml.common.FMLContainer.readData(FMLContainer.java:327)

[15:43:14] [Server thread/WARN]: * at net.minecraftforge.fml.common.FMLCommonHandler.handleWorldDataLoad(FMLCommonHandler.java:418)...

[15:43:14] [Server thread/WARN]: ****************************************

[15:43:14] [Server thread/WARN]: ****************************************

[15:43:14] [Server thread/WARN]: * The object net.minecraft.util.SoundEvent@5017e1 has been registered twice for the same name minecraft:record.chirp.

[15:43:14] [Server thread/WARN]: * at net.minecraftforge.fml.common.registry.FMLControlledNamespacedRegistry.add(FMLControlledNamespacedRegistry.java:439)

[15:43:14] [Server thread/WARN]: * at net.minecraftforge.fml.common.registry.FMLControlledNamespacedRegistry.loadIds(FMLControlledNamespacedRegistry.java:751)

[15:43:14] [Server thread/WARN]: * at net.minecraftforge.fml.common.registry.PersistentRegistryManager.loadPersistentDataToStagingRegistry(PersistentRegistryManager.java:403)

[15:43:14] [Server thread/WARN]: * at net.minecraftforge.fml.common.registry.PersistentRegistryManager.injectSnapshot(PersistentRegistryManager.java:223)

[15:43:14] [Server thread/WARN]: * at net.minecraftforge.fml.common.FMLContainer.readData(FMLContainer.java:327)

[15:43:14] [Server thread/WARN]: * at net.minecraftforge.fml.common.FMLCommonHandler.handleWorldDataLoad(FMLCommonHandler.java:418)...

[15:43:14] [Server thread/WARN]: ****************************************

[15:43:14] [Server thread/WARN]: ****************************************

[15:43:14] [Server thread/WARN]: * The object net.minecraft.util.SoundEvent@5c20aab9 has been registered twice for the same name minecraft:entity.lingeringpotion.throw.

[15:43:14] [Server thread/WARN]: * at net.minecraftforge.fml.common.registry.FMLControlledNamespacedRegistry.add(FMLControlledNamespacedRegistry.java:439)

[15:43:14] [Server thread/WARN]: * at net.minecraftforge.fml.common.registry.FMLControlledNamespacedRegistry.loadIds(FMLControlledNamespacedRegistry.java:751)

[15:43:14] [Server thread/WARN]: * at net.minecraftforge.fml.common.registry.PersistentRegistryManager.loadPersistentDataToStagingRegistry(PersistentRegistryManager.java:403)

[15:43:14] [Server thread/WARN]: * at net.minecraftforge.fml.common.registry.PersistentRegistryManager.injectSnapshot(PersistentRegistryManager.java:223)

[15:43:14] [Server thread/WARN]: * at net.minecraftforge.fml.common.FMLContainer.readData(FMLContainer.java:327)

[15:43:14] [Server thread/WARN]: * at net.minecraftforge.fml.common.FMLCommonHandler.handleWorldDataLoad(FMLCommonHandler.java:418)...

[15:43:14] [Server thread/WARN]: ****************************************

[15:43:14] [Server thread/WARN]: ****************************************

[15:43:14] [Server thread/WARN]: * The object net.minecraft.util.SoundEvent@15d0849 has been registered twice for the same name minecraft:block.glass.place.

[15:43:14] [Server thread/WARN]: * at net.minecraftforge.fml.common.registry.FMLControlledNamespacedRegistry.add(FMLControlledNamespacedRegistry.java:439)

[15:43:14] [Server thread/WARN]: * at net.minecraftforge.fml.common.registry.FMLControlledNamespacedRegistry.loadIds(FMLControlledNamespacedRegistry.java:751)

[15:43:14] [Server thread/WARN]: * at net.minecraftforge.fml.common.registry.PersistentRegistryManager.loadPersistentDataToStagingRegistry(PersistentRegistryManager.java:403)

[15:43:14] [Server thread/WARN]: * at net.minecraftforge.fml.common.registry.PersistentRegistryManager.injectSnapshot(PersistentRegistryManager.java:223)

[15:43:14] [Server thread/WARN]: * at net.minecraftforge.fml.common.FMLContainer.readData(FMLContainer.java:327)

[15:43:14] [Server thread/WARN]: * at net.minecraftforge.fml.common.FMLCommonHandler.handleWorldDataLoad(FMLCommonHandler.java:418)...

[15:43:14] [Server thread/WARN]: ****************************************

[15:43:14] [Server thread/WARN]: ****************************************

[15:43:14] [Server thread/WARN]: * The object net.minecraft.util.SoundEvent@7aead3af has been registered twice for the same name minecraft:block.enderchest.close.

[15:43:14] [Server thread/WARN]: * at net.minecraftforge.fml.common.registry.FMLControlledNamespacedRegistry.add(FMLControlledNamespacedRegistry.java:439)

[15:43:14] [Server thread/WARN]: * at net.minecraftforge.fml.common.registry.FMLControlledNamespacedRegistry.loadIds(FMLControlledNamespacedRegistry.java:751)

[15:43:14] [Server thread/WARN]: * at net.minecraftforge.fml.common.registry.PersistentRegistryManager.loadPersistentDataToStagingRegistry(PersistentRegistryManager.java:403)

[15:43:14] [Server thread/WARN]: * at net.minecraftforge.fml.common.registry.PersistentRegistryManager.injectSnapshot(PersistentRegistryManager.java:223)

[15:43:14] [Server thread/WARN]: * at net.minecraftforge.fml.common.FMLContainer.readData(FMLContainer.java:327)

[15:43:14] [Server thread/WARN]: * at net.minecraftforge.fml.common.FMLCommonHandler.handleWorldDataLoad(FMLCommonHandler.java:418)...

[15:43:14] [Server thread/WARN]: ****************************************

[15:43:14] [Server thread/WARN]: ****************************************

[15:43:14] [Server thread/WARN]: * The object net.minecraft.util.SoundEvent@63bde6c2 has been registered twice for the same name minecraft:entity.player.death.

[15:43:14] [Server thread/WARN]: * at net.minecraftforge.fml.common.registry.FMLControlledNamespacedRegistry.add(FMLControlledNamespacedRegistry.java:439)

[15:43:14] [Server thread/WARN]: * at net.minecraftforge.fml.common.registry.FMLControlledNamespacedRegistry.loadIds(FMLControlledNamespacedRegistry.java:751)

[15:43:14] [Server thread/WARN]: * at net.minecraftforge.fml.common.registry.PersistentRegistryManager.loadPersistentDataToStagingRegistry(PersistentRegistryManager.java:403)

[15:43:14] [Server thread/WARN]: * at net.minecraftforge.fml.common.registry.PersistentRegistryManager.injectSnapshot(PersistentRegistryManager.java:223)

[15:43:14] [Server thread/WARN]: * at net.minecraftforge.fml.common.FMLContainer.readData(FMLContainer.java:327)

[15:43:14] [Server thread/WARN]: * at net.minecraftforge.fml.common.FMLCommonHandler.handleWorldDataLoad(FMLCommonHandler.java:418)...

[15:43:14] [Server thread/WARN]: ****************************************

[15:43:14] [Server thread/WARN]: ****************************************

[15:43:14] [Server thread/WARN]: * The object net.minecraft.util.SoundEvent@2d23faef has been registered twice for the same name minecraft:entity.polar_bear.death.

[15:43:14] [Server thread/WARN]: * at net.minecraftforge.fml.common.registry.FMLControlledNamespacedRegistry.add(FMLControlledNamespacedRegistry.java:439)

[15:43:14] [Server thread/WARN]: * at net.minecraftforge.fml.common.registry.FMLControlledNamespacedRegistry.loadIds(FMLControlledNamespacedRegistry.java:751)

[15:43:14] [Server thread/WARN]: * at net.minecraftforge.fml.common.registry.PersistentRegistryManager.loadPersistentDataToStagingRegistry(PersistentRegistryManager.java:403)

[15:43:14] [Server thread/WARN]: * at net.minecraftforge.fml.common.registry.PersistentRegistryManager.injectSnapshot(PersistentRegistryManager.java:223)

[15:43:14] [Server thread/WARN]: * at net.minecraftforge.fml.common.FMLContainer.readData(FMLContainer.java:327)

[15:43:14] [Server thread/WARN]: * at net.minecraftforge.fml.common.FMLCommonHandler.handleWorldDataLoad(FMLCommonHandler.java:418)...

[15:43:14] [Server thread/WARN]: ****************************************

[15:43:14] [Server thread/WARN]: ****************************************

[15:43:14] [Server thread/WARN]: * The object net.minecraft.util.SoundEvent@365a6a43 has been registered twice for the same name minecraft:block.wooden_trapdoor.open.

[15:43:14] [Server thread/WARN]: * at net.minecraftforge.fml.common.registry.FMLControlledNamespacedRegistry.add(FMLControlledNamespacedRegistry.java:439)

[15:43:14] [Server thread/WARN]: * at net.minecraftforge.fml.common.registry.FMLControlledNamespacedRegistry.loadIds(FMLControlledNamespacedRegistry.java:751)

[15:43:14] [Server thread/WARN]: * at net.minecraftforge.fml.common.registry.PersistentRegistryManager.loadPersistentDataToStagingRegistry(PersistentRegistryManager.java:403)

[15:43:14] [Server thread/WARN]: * at net.minecraftforge.fml.common.registry.PersistentRegistryManager.injectSnapshot(PersistentRegistryManager.java:223)

[15:43:14] [Server thread/WARN]: * at net.minecraftforge.fml.common.FMLContainer.readData(FMLContainer.java:327)

[15:43:14] [Server thread/WARN]: * at net.minecraftforge.fml.common.FMLCommonHandler.handleWorldDataLoad(FMLCommonHandler.java:418)...

[15:43:14] [Server thread/WARN]: ****************************************

[15:43:14] [Server thread/WARN]: ****************************************

[15:43:14] [Server thread/WARN]: * The object net.minecraft.util.SoundEvent@11d4dbd6 has been registered twice for the same name minecraft:entity.slime.attack.

[15:43:14] [Server thread/WARN]: * at net.minecraftforge.fml.common.registry.FMLControlledNamespacedRegistry.add(FMLControlledNamespacedRegistry.java:439)

[15:43:14] [Server thread/WARN]: * at net.minecraftforge.fml.common.registry.FMLControlledNamespacedRegistry.loadIds(FMLControlledNamespacedRegistry.java:751)

[15:43:14] [Server thread/WARN]: * at net.minecraftforge.fml.common.registry.PersistentRegistryManager.loadPersistentDataToStagingRegistry(PersistentRegistryManager.java:403)

[15:43:14] [Server thread/WARN]: * at net.minecraftforge.fml.common.registry.PersistentRegistryManager.injectSnapshot(PersistentRegistryManager.java:223)

[15:43:14] [Server thread/WARN]: * at net.minecraftforge.fml.common.FMLContainer.readData(FMLContainer.java:327)

[15:43:14] [Server thread/WARN]: * at net.minecraftforge.fml.common.FMLCommonHandler.handleWorldDataLoad(FMLCommonHandler.java:418)...

[15:43:14] [Server thread/WARN]: ****************************************

[15:43:14] [Server thread/WARN]: ****************************************

[15:43:14] [Server thread/WARN]: * The object net.minecraft.util.SoundEvent@1eb2d371 has been registered twice for the same name minecraft:entity.enderdragon.growl.

[15:43:14] [Server thread/WARN]: * at net.minecraftforge.fml.common.registry.FMLControlledNamespacedRegistry.add(FMLControlledNamespacedRegistry.java:439)

[15:43:14] [Server thread/WARN]: * at net.minecraftforge.fml.common.registry.FMLControlledNamespacedRegistry.loadIds(FMLControlledNamespacedRegistry.java:751)

[15:43:14] [Server thread/WARN]: * at net.minecraftforge.fml.common.registry.PersistentRegistryManager.loadPersistentDataToStagingRegistry(PersistentRegistryManager.java:403)

[15:43:14] [Server thread/WARN]: * at net.minecraftforge.fml.common.registry.PersistentRegistryManager.injectSnapshot(PersistentRegistryManager.java:223)

[15:43:14] [Server thread/WARN]: * at net.minecraftforge.fml.common.FMLContainer.readData(FMLContainer.java:327)

[15:43:14] [Server thread/WARN]: * at net.minecraftforge.fml.common.FMLCommonHandler.handleWorldDataLoad(FMLCommonHandler.java:418)...

[15:43:14] [Server thread/WARN]: ****************************************

[15:43:14] [Server thread/WARN]: ****************************************

[15:43:14] [Server thread/WARN]: * The object net.minecraft.util.SoundEvent@1a891add has been registered twice for the same name minecraft:entity.itemframe.place.

[15:43:14] [Server thread/WARN]: * at net.minecraftforge.fml.common.registry.FMLControlledNamespacedRegistry.add(FMLControlledNamespacedRegistry.java:439)

[15:43:14] [Server thread/WARN]: * at net.minecraftforge.fml.common.registry.FMLControlledNamespacedRegistry.loadIds(FMLControlledNamespacedRegistry.java:751)

[15:43:14] [Server thread/WARN]: * at net.minecraftforge.fml.common.registry.PersistentRegistryManager.loadPersistentDataToStagingRegistry(PersistentRegistryManager.java:403)

[15:43:14] [Server thread/WARN]: * at net.minecraftforge.fml.common.registry.PersistentRegistryManager.injectSnapshot(PersistentRegistryManager.java:223)

[15:43:14] [Server thread/WARN]: * at net.minecraftforge.fml.common.FMLContainer.readData(FMLContainer.java:327)

[15:43:14] [Server thread/WARN]: * at net.minecraftforge.fml.common.FMLCommonHandler.handleWorldDataLoad(FMLCommonHandler.java:418)...

[15:43:14] [Server thread/WARN]: ****************************************

[15:43:14] [Server thread/INFO]: Applying holder lookups

[15:43:14] [Server thread/INFO]: Holder lookups applied

[15:43:15] [Server thread/INFO]: Loading dimension 0 (New World) (net.minecraft.server.integrated.IntegratedServer@52758ae1)

[15:43:16] [Server thread/INFO]: Loading dimension 1 (New World) (net.minecraft.server.integrated.IntegratedServer@52758ae1)

[15:43:16] [Server thread/INFO]: Loading dimension -1 (New World) (net.minecraft.server.integrated.IntegratedServer@52758ae1)

[15:43:16] [Server thread/INFO]: Preparing start region for level 0

[15:43:17] [Server thread/INFO]: Preparing spawn area: 4%

[15:43:18] [Server thread/INFO]: Preparing spawn area: 6%

[15:43:19] [Server thread/INFO]: Preparing spawn area: 10%

[15:43:20] [Server thread/INFO]: Preparing spawn area: 13%

[15:43:21] [Server thread/INFO]: Preparing spawn area: 17%

[15:43:22] [Server thread/INFO]: Preparing spawn area: 23%

[15:43:23] [Server thread/INFO]: Preparing spawn area: 29%

[15:43:24] [Server thread/INFO]: Preparing spawn area: 36%

[15:43:25] [Server thread/INFO]: Preparing spawn area: 45%

[15:43:26] [Server thread/INFO]: Preparing spawn area: 55%

[15:43:27] [Server thread/INFO]: Preparing spawn area: 64%

[15:43:28] [Server thread/INFO]: Preparing spawn area: 73%

[15:43:29] [Server thread/INFO]: Preparing spawn area: 82%

[15:43:30] [Server thread/INFO]: Preparing spawn area: 89%

[15:43:31] [Server thread/INFO]: Preparing spawn area: 97%

[15:43:32] [Server thread/INFO]: Changing view distance to 12, from 10

[15:43:33] [Netty Local Client IO #0/INFO]: Server protocol version 2

[15:43:33] [Netty Server IO #1/INFO]: Client protocol version 2

[15:43:33] [Netty Server IO #1/INFO]: Client attempting to join with 4 mods : FML@8.0.99.99,Forge@12.18.0.2009,mcp@9.19,vmc@0.1

[15:43:33] [Netty Local Client IO #0/INFO]: [Netty Local Client IO #0] Client side modded connection established

[15:43:33] [Server thread/INFO]: [Server thread] Server side modded connection established

[15:43:33] [Server thread/INFO]: Player39[local:E:7dd15ceb] logged in with entity id 952 at (242.5, 64.0, 247.5)

[15:43:33] [Server thread/INFO]: Player39 joined the game

[15:43:35] [pool-2-thread-1/WARN]: Couldn't look up profile properties for com.mojang.authlib.GameProfile@24e8ed32[id=d3aa0338-14e5-3fd8-aca9-5e19667fa0b6,name=Player39,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:65) ~[YggdrasilAuthenticationService.class:?]

at com.mojang.authlib.yggdrasil.YggdrasilMinecraftSessionService.fillGameProfile(YggdrasilMinecraftSessionService.java:175) [YggdrasilMinecraftSessionService.class:?]

at com.mojang.authlib.yggdrasil.YggdrasilMinecraftSessionService$1.load(YggdrasilMinecraftSessionService.java:59) [YggdrasilMinecraftSessionService$1.class:?]

at com.mojang.authlib.yggdrasil.YggdrasilMinecraftSessionService$1.load(YggdrasilMinecraftSessionService.java:56) [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:165) [YggdrasilMinecraftSessionService.class:?]

at net.minecraft.client.Minecraft.getProfileProperties(Minecraft.java:2907) [Minecraft.class:?]

at net.minecraft.client.resources.SkinManager$3.run(SourceFile:106) [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]

[15:43:44] [Server thread/WARN]: Can't keep up! Did the system time change, or is the server overloaded? Running 11047ms behind, skipping 220 tick(s)

[15:43:57] [Server thread/WARN]: Can't keep up! Did the system time change, or is the server overloaded? Running 8412ms behind, skipping 168 tick(s)

[15:43:57] [Client thread/INFO]: [CHAT] vmc:rift_reader, vmc:rift, vmc:essence, vmc:rift_tome

[15:43:58] [Server thread/INFO]: [Player39: Given [item.vmc:rift_reader.name] * 1 to Player39]

[15:43:58] [Client thread/INFO]: [CHAT] Given [item.vmc:rift_reader.name] * 1 to Player39

[15:44:04] [Client thread/INFO]: [CHAT] vmc:rift_reader, vmc:rift, vmc:essence, vmc:rift_tome

[15:44:04] [Client thread/INFO]: [CHAT] vmc:rift_reader, vmc:rift, vmc:essence, vmc:rift_tome

[15:44:05] [Server thread/INFO]: [Player39: Given [tile.vmc:rift.name] * 1 to Player39]

[15:44:05] [Client thread/INFO]: [CHAT] Given [tile.vmc:rift.name] * 1 to Player39

[15:44:08] [Client thread/INFO]: [CHAT] vmc:rift_reader, vmc:rift, vmc:rift_tome

[15:44:09] [Client thread/INFO]: [CHAT] vmc:rift_reader, vmc:rift, vmc:rift_tome

[15:44:10] [Client thread/INFO]: [CHAT] vmc:rift_reader, vmc:rift, vmc:rift_tome

[15:44:12] [Server thread/INFO]: [Player39: Given [item.vmc:rift_tome.name] * 1 to Player39]

[15:44:12] [Client thread/INFO]: [CHAT] Given [item.vmc:rift_tome.name] * 1 to Player39

[15:44:13] [Server thread/WARN]: Can't keep up! Did the system time change, or is the server overloaded? Running 5546ms behind, skipping 110 tick(s)

[15:44:15] [Client thread/INFO]: [CHAT] vmc:rift_reader, vmc:rift, vmc:essence, vmc:rift_tome

[15:44:17] [Client thread/INFO]: [CHAT] vmc:rift_reader, vmc:rift, vmc:essence, vmc:rift_tome

[15:44:17] [Client thread/INFO]: [CHAT] vmc:rift_reader, vmc:rift, vmc:essence, vmc:rift_tome

[15:44:18] [Server thread/INFO]: [Player39: Given [item.vmc:essence.name] * 1 to Player39]

[15:44:18] [Client thread/INFO]: [CHAT] Given [item.vmc:essence.name] * 1 to Player39

[15:44:28] [Server thread/INFO]: Saving and pausing game...

[15:44:28] [Server thread/INFO]: Saving chunks for level 'New World'/Overworld

[15:44:28] [Server thread/INFO]: Saving chunks for level 'New World'/Nether

[15:44:28] [Server thread/INFO]: Saving chunks for level 'New World'/The End

[15:44:31] [Server thread/INFO]: Stopping server

[15:44:31] [Server thread/INFO]: Saving players

[15:44:31] [Server thread/INFO]: Saving worlds

[15:44:31] [Server thread/INFO]: Saving chunks for level 'New World'/Overworld

[15:44:31] [Server thread/INFO]: Saving chunks for level 'New World'/Nether

[15:44:31] [Server thread/INFO]: Saving chunks for level 'New World'/The End

[15:44:31] [Server thread/INFO]: Unloading dimension 0

[15:44:31] [Server thread/INFO]: Unloading dimension -1

[15:44:31] [Server thread/INFO]: Unloading dimension 1

[15:44:32] [Server thread/INFO]: Applying holder lookups

[15:44:32] [Server thread/INFO]: Holder lookups applied

[15:44:33] [Client thread/INFO]: Stopping!

[15:44:33] [Client thread/INFO]: SoundSystem shutting down...

[15:44:33] [Client thread/WARN]: Author: Paul Lamb, www.paulscode.com

Java HotSpot(TM) 64-Bit Server VM warning: Using incremental CMS is deprecated and will likely be removed in a future release

 

Lord Volkihar has requested that I send the following message to everyone who is gifted, intellectually or artistically:

We hope that some people could help us share an epic tale of lord Volkihar's achievements and magnificent life. we plan to do this through modern media such as books, games, and mods.

For lost details, we are looking for around 5 gallons of Cortexiphan, and some N.Z.T.(around 50 pills) also, if you happen to know how to create a gel with the same density as human flesh, but low viscosity and adhesion, recipes would be appreciated.

Link to comment
Share on other sites

It may be a problem with the state or model?

BlockState:

Spoiler

{
	"forge_marker": 1,
	"defaults": {
		"model": "vmc:rift",
		"textures": {
			"all": "vmc:blocks/rift"
		}
	},
	//"variants": {
	//	"color": {
	//		"0": {
	//			"textures": {
	//				"all": "vmc:blocks/Rift_0"
	//			}
	//		},
	//		"1": {
	//			"textures": {
	//				"all": "vmc:blocks/Rift_1"
	//			}
	//		},
	//		"2": {
	//			"textures": {
	//				"all": "vmc:blocks/Rift_2"
	//			}
	//		},
	//		"3": {
	//			"textures": {
	//				"all": "vmc:blocks/Rift_3"
	//			}
	//		},
	//		"4": {
	//			"textures": {
	//				"all": "vmc:blocks/Rift_4"
	//			}
	//		},
	//		"5": {
	//			"textures": {
	//				"all": "vmc:blocks/Rift_5"
	//			}
	//		},
	//		"6": {
	//			"textures": {
	//				"all": "vmc:blocks/Rift_6"
	//			}
	//		},
	//		"7": {
	//			"textures": {
	//				"all": "vmc:blocks/Rift_7"
	//			}
	//		},
	//		"8": {
	//			"textures": {
	//				"all": "vmc:blocks/Rift_8"
	//			}
	//		}
	//	},
		"normal": {
			"model": "vmc:rift",
        		"textures": {
      				"all": "vmc:blocks/rift"
      			}
    		}
	}
}

 

 

Model:

Spoiler

{
	"parent": "block/block",
	"textures": {
		"particle": "#all"
	},
	"elements": [
{
			"from": [ 6.5, 7, 8.5 ],
    			"to": [ 7.5, 8, 9.5 ],
			"shade": false,
    			"faces": {
        			"down":  { "uv": [ 9.5, 9.5, 8.5, 8.5 ], "texture": "#all" },
        			"up":    { "uv": [ 6.5, 8.5, 7.5, 9.5 ], "texture": "#all" },
        			"north": { "uv": [ 8.5, 8, 9.5, 9 ], "texture": "#all" },
        			"south": { "uv": [ 6.5, 8, 7.5, 9 ], "texture": "#all" },
        			"west":  { "uv": [ 8.5, 8, 9.5, 9 ], "texture": "#all" },
        			"east":  { "uv": [ 6.5, 8, 7.5, 9 ], "texture": "#all" }
    			}
		},
		{
    			"from": [ 7, 7.5, 8 ],
   			"to": [ 8.5, 8.5, 9 ],
			"shade": false,
    			"faces": {
        			"down":  { "uv": [ 9, 9, 7.5, 8 ], "texture": "#all" },
        			"up":    { "uv": [ 7, 8, 8.5, 9 ], "texture": "#all" },
        			"north": { "uv": [ 7.5, 7.5, 9, 8.5 ], "texture": "#all" },
        			"south": { "uv": [ 7, 7.5, 8.5, 8.5 ], "texture": "#all" },
      			 	"west":  { "uv": [ 8, 7.5, 9, 8.5 ], "texture": "#all" },
        			"east":  { "uv": [ 7, 7.5, 8, 8.5 ], "texture": "#all" }
    			}
		},
		{
    			"from": [ 8, 8.5, 6.5 ],
    			"to": [ 9.5, 9.5, 8.5 ],
    			"shade": false,
   			"faces": {
        			"down":  { "uv": [ 8, 8.5, 6.5, 6.5 ], "texture": "#all" },
        			"up":    { "uv": [ 8, 6.5, 9.5, 8.5 ], "texture": "#all" },
        			"north": { "uv": [ 6.5, 6.5, 8, 7.5 ], "texture": "#all" },
       				"south": { "uv": [ 8, 6.5, 9.5, 7.5 ], "texture": "#all" },
        			"west":  { "uv": [ 6.5, 6.5, 8.5, 7.5 ], "texture": "#all" },
        			"east":  { "uv": [ 7.5, 6.5, 9.5, 7.5 ], "texture": "#all" }
    			}
		},
		{
    			"from": [ 7.5, 8, 7 ],
    			"to": [ 9, 9, 8 ],
    			"shade": false,
    			"faces": {
        			"down":  { "uv": [ 8.5, 8, 7, 7 ], "texture": "#all" },
        			"up":    { "uv": [ 7.5, 7, 9, 8 ], "texture": "#all" },
        			"north": { "uv": [ 7, 7, 8.5, 8 ], "texture": "#all" },
        			"south": { "uv": [ 7.5, 7, 9, 8 ], "texture": "#all" },
       				"west":  { "uv": [ 7, 7, 8, 8 ], "texture": "#all" },
        			"east":  { "uv": [ 8, 7, 9, 8 ], "texture": "#all" }
    			}
		},
		{
    			"from": [ 9, 9, 6 ],
   			"to": [ 10, 10, 7 ],
			"shade": false,
    			"faces": {
        			"down":  { "uv": [ 7, 7, 6, 6 ], "texture": "#all" },
        			"up":    { "uv": [ 9, 6, 10, 7 ], "texture": "#all" },
        			"north": { "uv": [ 6, 6, 7, 7 ], "texture": "#all" },
        			"south": { "uv": [ 9, 6, 10, 7 ], "texture": "#all" },
        			"west":  { "uv": [ 6, 6, 7, 7 ], "texture": "#all" },
        			"east":  { "uv": [ 9, 6, 10, 7 ], "texture": "#all" }
			}
    		},
		{
    			"from": [ 6, 7, 9.5 ],
    			"to": [ 6.5, 7.5, 10 ],
			"shade": false,
    			"faces": {
        			"down":  { "uv": [ 10, 10, 9.5, 9.5 ], "texture": "#all" },
        			"up":    { "uv": [ 6, 9.5, 6.5, 10 ], "texture": "#all" },
        			"north": { "uv": [ 9.5, 8.5, 10, 9 ], "texture": "#all" },
        			"south": { "uv": [ 6, 8.5, 6.5, 9 ], "texture": "#all" },
        			"west":  { "uv": [ 9.5, 8.5, 10, 9 ], "texture": "#all" },
        			"east":  { "uv": [ 6, 8.5, 6.5, 9 ], "texture": "#all" }
			}
		},
{
    "from": [ 6, 6.5, 9 ],
    "to": [ 7, 7, 10 ],
			"shade": false,
    "faces": {
        "down":  { "uv": [ 10, 10, 9, 9 ], "texture": "#all" },
        "up":    { "uv": [ 6, 9, 7, 10 ], "texture": "#all" },
        "north": { "uv": [ 9, 9, 10, 9.5 ], "texture": "#all" },
        "south": { "uv": [ 6, 9, 7, 9.5 ], "texture": "#all" },
        "west":  { "uv": [ 9, 9, 10, 9.5 ], "texture": "#all" },
        "east":  { "uv": [ 6, 9, 7, 9.5 ], "texture": "#all" }
    }
},
{
    "from": [ 5.5, 6, 10 ],
    "to": [ 6, 6.5, 10.5 ],
			"shade": false,
    "faces": {
        "down":  { "uv": [ 10.5, 10.5, 10, 10 ], "texture": "#all" },
        "up":    { "uv": [ 5.5, 10, 6, 10.5 ], "texture": "#all" },
        "north": { "uv": [ 10, 9.5, 10.5, 10 ], "texture": "#all" },
        "south": { "uv": [ 5.5, 9.5, 6, 10 ], "texture": "#all" },
        "west":  { "uv": [ 10, 9.5, 10.5, 10 ], "texture": "#all" },
        "east":  { "uv": [ 5.5, 9.5, 6, 10 ], "texture": "#all" }
    }
},
{
    "from": [ 10, 10, 5.5 ],
    "to": [ 10.5, 10.5, 6 ],
			"shade": false,
    "faces": {
        "down":  { "uv": [ 6, 6, 5.5, 5.5 ], "texture": "#all" },
        "up":    { "uv": [ 10, 5.5, 10.5, 6 ], "texture": "#all" },
        "north": { "uv": [ 5.5, 5.5, 6, 6 ], "texture": "#all" },
        "south": { "uv": [ 10, 5.5, 10.5, 6 ], "texture": "#all" },
        "west":  { "uv": [ 5.5, 5.5, 6, 6 ], "texture": "#all" },
        "east":  { "uv": [ 10, 5.5, 10.5, 6 ], "texture": "#all" }
    }
},
{
    "from": [ 9, 8, 8.5 ],
    "to": [ 10, 9, 9 ],
			"shade": false,
    "faces": {
        "down":  { "uv": [ 7, 9, 6, 8.5 ], "texture": "#all" },
        "up":    { "uv": [ 9, 8.5, 10, 9 ], "texture": "#all" },
        "north": { "uv": [ 6, 7, 7, 8 ], "texture": "#all" },
        "south": { "uv": [ 9, 7, 10, 8 ], "texture": "#all" },
        "west":  { "uv": [ 8.5, 7, 9, 8 ], "texture": "#all" },
        "east":  { "uv": [ 7, 7, 7.5, 8 ], "texture": "#all" }
    }
},
{
    "from": [ 9.5, 7.5, 9 ],
    "to": [ 10.5, 8, 9.5 ],
			"shade": false,
    "faces": {
        "down":  { "uv": [ 6.5, 9.5, 5.5, 9 ], "texture": "#all" },
        "up":    { "uv": [ 9.5, 9, 10.5, 9.5 ], "texture": "#all" },
        "north": { "uv": [ 5.5, 8, 6.5, 8.5 ], "texture": "#all" },
        "south": { "uv": [ 9.5, 8, 10.5, 8.5 ], "texture": "#all" },
        "west":  { "uv": [ 9, 8, 9.5, 8.5 ], "texture": "#all" },
        "east":  { "uv": [ 6.5, 8, 7, 8.5 ], "texture": "#all" }
    }
},
{
    "from": [ 10.5, 7, 9.5 ],
    "to": [ 11, 7.5, 10 ],
			"shade": false,
    "faces": {
        "down":  { "uv": [ 5.5, 10, 5, 9.5 ], "texture": "#all" },
        "up":    { "uv": [ 10.5, 9.5, 11, 10 ], "texture": "#all" },
        "north": { "uv": [ 5, 8.5, 5.5, 9 ], "texture": "#all" },
        "south": { "uv": [ 10.5, 8.5, 11, 9 ], "texture": "#all" },
        "west":  { "uv": [ 9.5, 8.5, 10, 9 ], "texture": "#all" },
        "east":  { "uv": [ 6, 8.5, 6.5, 9 ], "texture": "#all" }
    }
},
{
    "from": [ 3.5, 11.5, 5.5 ],
    "to": [ 4.5, 12, 6.5 ],
			"shade": false,
    "faces": {
        "down":  { "uv": [ 12.5, 6.5, 11.5, 5.5 ], "texture": "#all" },
        "up":    { "uv": [ 3.5, 5.5, 4.5, 6.5 ], "texture": "#all" },
        "north": { "uv": [ 11.5, 4, 12.5, 4.5 ], "texture": "#all" },
        "south": { "uv": [ 3.5, 4, 4.5, 4.5 ], "texture": "#all" },
        "west":  { "uv": [ 5.5, 4, 6.5, 4.5 ], "texture": "#all" },
        "east":  { "uv": [ 9.5, 4, 10.5, 4.5 ], "texture": "#all" }
    }
},
{
    "from": [ 4, 11, 6.5 ],
    "to": [ 5, 11.5, 7 ],
			"shade": false,
    "faces": {
        "down":  { "uv": [ 12, 7, 11, 6.5 ], "texture": "#all" },
        "up":    { "uv": [ 4, 6.5, 5, 7 ], "texture": "#all" },
        "north": { "uv": [ 11, 4.5, 12, 5 ], "texture": "#all" },
        "south": { "uv": [ 4, 4.5, 5, 5 ], "texture": "#all" },
        "west":  { "uv": [ 6.5, 4.5, 7, 5 ], "texture": "#all" },
        "east":  { "uv": [ 9, 4.5, 9.5, 5 ], "texture": "#all" }
    }
},
{
    "from": [ 5, 10.5, 7 ],
    "to": [ 5.5, 11, 7.5 ],
			"shade": false,
    "faces": {
        "down":  { "uv": [ 11, 7.5, 10.5, 7 ], "texture": "#all" },
        "up":    { "uv": [ 5, 7, 5.5, 7.5 ], "texture": "#all" },
        "north": { "uv": [ 10.5, 5, 11, 5.5 ], "texture": "#all" },
        "south": { "uv": [ 5, 5, 5.5, 5.5 ], "texture": "#all" },
        "west":  { "uv": [ 7, 5, 7.5, 5.5 ], "texture": "#all" },
        "east":  { "uv": [ 8.5, 5, 9, 5.5 ], "texture": "#all" }
    }
},
{
    "from": [ 3, 12, 5 ],
    "to": [ 4, 13, 6 ],
			"shade": false,
    "faces": {
        "down":  { "uv": [ 13, 6, 12, 5 ], "texture": "#all" },
        "up":    { "uv": [ 3, 5, 4, 6 ], "texture": "#all" },
        "north": { "uv": [ 12, 3, 13, 4 ], "texture": "#all" },
        "south": { "uv": [ 3, 3, 4, 4 ], "texture": "#all" },
        "west":  { "uv": [ 5, 3, 6, 4 ], "texture": "#all" },
        "east":  { "uv": [ 10, 3, 11, 4 ], "texture": "#all" }
    }
},
{
    "from": [ 2.5, 12.5, 4.5 ],
    "to": [ 3.5, 13, 5.5 ],
			"shade": false,
    "faces": {
        "down":  { "uv": [ 13.5, 5.5, 12.5, 4.5 ], "texture": "#all" },
        "up":    { "uv": [ 2.5, 4.5, 3.5, 5.5 ], "texture": "#all" },
        "north": { "uv": [ 12.5, 3, 13.5, 3.5 ], "texture": "#all" },
        "south": { "uv": [ 2.5, 3, 3.5, 3.5 ], "texture": "#all" },
        "west":  { "uv": [ 4.5, 3, 5.5, 3.5 ], "texture": "#all" },
        "east":  { "uv": [ 10.5, 3, 11.5, 3.5 ], "texture": "#all" }
    }
},
{
    "from": [ 3, 13, 5 ],
    "to": [ 3.5, 13.5, 5.5 ],
			"shade": false,
    "faces": {
        "down":  { "uv": [ 13, 5.5, 12.5, 5 ], "texture": "#all" },
        "up":    { "uv": [ 3, 5, 3.5, 5.5 ], "texture": "#all" },
        "north": { "uv": [ 12.5, 2.5, 13, 3 ], "texture": "#all" },
        "south": { "uv": [ 3, 2.5, 3.5, 3 ], "texture": "#all" },
        "west":  { "uv": [ 5, 2.5, 5.5, 3 ], "texture": "#all" },
        "east":  { "uv": [ 10.5, 2.5, 11, 3 ], "texture": "#all" }
    }
},
{
    "from": [ 2.5, 11.5, 5.5 ],
    "to": [ 3.5, 12.5, 6.5 ],
			"shade": false,
    "faces": {
        "down":  { "uv": [ 13.5, 6.5, 12.5, 5.5 ], "texture": "#all" },
        "up":    { "uv": [ 2.5, 5.5, 3.5, 6.5 ], "texture": "#all" },
        "north": { "uv": [ 12.5, 3.5, 13.5, 4.5 ], "texture": "#all" },
        "south": { "uv": [ 2.5, 3.5, 3.5, 4.5 ], "texture": "#all" },
        "west":  { "uv": [ 5.5, 3.5, 6.5, 4.5 ], "texture": "#all" },
        "east":  { "uv": [ 9.5, 3.5, 10.5, 4.5 ], "texture": "#all" }
    }
},
{
    "from": [ 2, 11.5, 6.5 ],
    "to": [ 3, 12, 7 ],
			"shade": false,
    "faces": {
        "down":  { "uv": [ 14, 7, 13, 6.5 ], "texture": "#all" },
        "up":    { "uv": [ 2, 6.5, 3, 7 ], "texture": "#all" },
        "north": { "uv": [ 13, 4, 14, 4.5 ], "texture": "#all" },
        "south": { "uv": [ 2, 4, 3, 4.5 ], "texture": "#all" },
        "west":  { "uv": [ 6.5, 4, 7, 4.5 ], "texture": "#all" },
        "east":  { "uv": [ 9, 4, 9.5, 4.5 ], "texture": "#all" }
    }
},
{
    "from": [ 1.5, 11, 7 ],
    "to": [ 2.5, 11.5, 7.5 ],
			"shade": false,
    "faces": {
        "down":  { "uv": [ 14.5, 7.5, 13.5, 7 ], "texture": "#all" },
        "up":    { "uv": [ 1.5, 7, 2.5, 7.5 ], "texture": "#all" },
        "north": { "uv": [ 13.5, 4.5, 14.5, 5 ], "texture": "#all" },
        "south": { "uv": [ 1.5, 4.5, 2.5, 5 ], "texture": "#all" },
        "west":  { "uv": [ 7, 4.5, 7.5, 5 ], "texture": "#all" },
        "east":  { "uv": [ 8.5, 4.5, 9, 5 ], "texture": "#all" }
    }
},
{
    "from": [ 1, 10.5, 7.5 ],
    "to": [ 1.5, 11, 8 ],
			"shade": false,
    "faces": {
        "down":  { "uv": [ 15, 8, 14.5, 7.5 ], "texture": "#all" },
        "up":    { "uv": [ 1, 7.5, 1.5, 8 ], "texture": "#all" },
        "north": { "uv": [ 14.5, 5, 15, 5.5 ], "texture": "#all" },
        "south": { "uv": [ 1, 5, 1.5, 5.5 ], "texture": "#all" },
        "west":  { "uv": [ 7.5, 5, 8, 5.5 ], "texture": "#all" },
        "east":  { "uv": [ 8, 5, 8.5, 5.5 ], "texture": "#all" }
    }
},
{
    "from": [ 2, 13, 4 ],
    "to": [ 2.5, 13.5, 4.5 ],
			"shade": false,
    "faces": {
        "down":  { "uv": [ 14, 4.5, 13.5, 4 ], "texture": "#all" },
        "up":    { "uv": [ 2, 4, 2.5, 4.5 ], "texture": "#all" },
        "north": { "uv": [ 13.5, 2.5, 14, 3 ], "texture": "#all" },
        "south": { "uv": [ 2, 2.5, 2.5, 3 ], "texture": "#all" },
        "west":  { "uv": [ 4, 2.5, 4.5, 3 ], "texture": "#all" },
        "east":  { "uv": [ 11.5, 2.5, 12, 3 ], "texture": "#all" }
    }
}
]
}

 

 

edit: oh, I missed some - let me try fixing those (state has been updated, no effect)

 

Log:

Spoiler

2017-04-10 16:09:19,442 WARN Unable to instantiate org.fusesource.jansi.WindowsAnsiOutputStream

[16:09:19] [main/INFO]: Extra: []

[16:09:19] [main/INFO]: Running with arguments: [--userProperties, {}, --assetsDir, C:/Users/Zane49er/.gradle/caches/minecraft/assets, --assetIndex, 1.10, --accessToken{REDACTED}, --version, 1.10.2, --tweakClass, net.minecraftforge.fml.common.launcher.FMLTweaker, --tweakClass, net.minecraftforge.gradle.tweakers.CoremodTweaker]

[16:09:19] [main/INFO]: Loading tweak class name net.minecraftforge.fml.common.launcher.FMLTweaker

[16:09:19] [main/INFO]: Using primary tweak class name net.minecraftforge.fml.common.launcher.FMLTweaker

[16:09:19] [main/INFO]: Loading tweak class name net.minecraftforge.gradle.tweakers.CoremodTweaker

[16:09:19] [main/INFO]: Calling tweak class net.minecraftforge.fml.common.launcher.FMLTweaker

[16:09:19] [main/INFO]: Forge Mod Loader version 12.18.0.2009 for Minecraft 1.10.2 loading

[16:09:19] [main/INFO]: 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:09:19] [main/INFO]: Managed to load a deobfuscated Minecraft name- we are in a deobfuscated environment. Skipping runtime deobfuscation

[16:09:19] [main/INFO]: Calling tweak class net.minecraftforge.gradle.tweakers.CoremodTweaker

[16:09:19] [main/INFO]: Injecting location in coremod net.minecraftforge.fml.relauncher.FMLCorePlugin

[16:09:19] [main/INFO]: Injecting location in coremod net.minecraftforge.classloading.FMLForgePlugin

[16:09:19] [main/INFO]: Loading tweak class name net.minecraftforge.fml.common.launcher.FMLInjectionAndSortingTweaker

[16:09:19] [main/INFO]: Loading tweak class name net.minecraftforge.fml.common.launcher.FMLDeobfTweaker

[16:09:19] [main/INFO]: Loading tweak class name net.minecraftforge.gradle.tweakers.AccessTransformerTweaker

[16:09:19] [main/INFO]: Calling tweak class net.minecraftforge.fml.common.launcher.FMLInjectionAndSortingTweaker

[16:09:19] [main/INFO]: Calling tweak class net.minecraftforge.fml.common.launcher.FMLInjectionAndSortingTweaker

[16:09:19] [main/INFO]: Calling tweak class net.minecraftforge.fml.relauncher.CoreModManager$FMLPluginWrapper

[16:09:19] [main/ERROR]: The binary patch set is missing. Either you are in a development environment, or things are not going to work!

[16:09:21] [main/ERROR]: FML appears to be missing any signature data. This is not a good thing

[16:09:21] [main/INFO]: Calling tweak class net.minecraftforge.fml.relauncher.CoreModManager$FMLPluginWrapper

[16:09:21] [main/INFO]: Calling tweak class net.minecraftforge.fml.common.launcher.FMLDeobfTweaker

[16:09:23] [main/INFO]: Calling tweak class net.minecraftforge.gradle.tweakers.AccessTransformerTweaker

[16:09:23] [main/INFO]: Loading tweak class name net.minecraftforge.fml.common.launcher.TerminalTweaker

[16:09:23] [main/INFO]: Calling tweak class net.minecraftforge.fml.common.launcher.TerminalTweaker

[16:09:23] [main/INFO]: Launching wrapped minecraft {net.minecraft.client.main.Main}

2017-04-10 16:09:24,339 WARN Unable to instantiate org.fusesource.jansi.WindowsAnsiOutputStream

2017-04-10 16:09:24,401 WARN Unable to instantiate org.fusesource.jansi.WindowsAnsiOutputStream

[16:09:24] [Client thread/INFO]: Setting user: Player574

[16:09:32] [Client thread/WARN]: Skipping bad option: lastServer:

[16:09:32] [Client thread/INFO]: LWJGL Version: 2.9.4

[16:09:35] [Client thread/INFO]: [net.minecraftforge.fml.client.SplashProgress:start:219]: ---- Minecraft Crash Report ----

// Oops.

 

Time: 4/10/17 4:09 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.10.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: 723030248 bytes (689 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: 'NVIDIA Corporation' Version: '4.5.0 NVIDIA 375.57' Renderer: 'GeForce GPU/PCIe/SSE2'

[16:09:35] [Client thread/INFO]: MinecraftForge v12.18.0.2009 Initialized

[16:09:35] [Client thread/INFO]: Replaced 233 ore recipes

[16:09:36] [Client thread/INFO]: Found 0 mods from the command line. Injecting into mod discoverer

[16:09:36] [Client thread/INFO]: Searching C:\Users\Zane49er\Desktop\MagicalRifts\run\mods for mods

[16:09:39] [Client thread/INFO]: Forge Mod Loader has identified 4 mods to load

[16:09:39] [Client thread/INFO]: Attempting connection with missing mods [mcp, FML, Forge, vmc] at CLIENT

[16:09:39] [Client thread/INFO]: Attempting connection with missing mods [mcp, FML, Forge, vmc] at SERVER

[16:09:40] [Client thread/INFO]: Reloading ResourceManager: Default, FMLFileResourcePack:Forge Mod Loader, FMLFileResourcePack:Minecraft Forge, FMLFileResourcePack:Volkihar's echoes

[16:09:40] [Client thread/INFO]: Processing ObjectHolder annotations

[16:09:40] [Client thread/INFO]: Found 423 ObjectHolder annotations

[16:09:40] [Client thread/INFO]: Identifying ItemStackHolder annotations

[16:09:40] [Client thread/INFO]: Found 0 ItemStackHolder annotations

[16:09:40] [Client thread/INFO]: Configured a dormant chunk cache size of 0

[16:09:40] [Forge Version Check/INFO]: [Forge] Starting version check at http://files.minecraftforge.net/maven/net/minecraftforge/forge/promotions_slim.json

[16:09:40] [Client thread/INFO]: Applying holder lookups

[16:09:40] [Client thread/INFO]: Holder lookups applied

[16:09:40] [Client thread/INFO]: Injecting itemstacks

[16:09:40] [Client thread/INFO]: Itemstack injection complete

[16:09:41] [Forge Version Check/INFO]: [Forge] Found status: OUTDATED Target: 12.18.3.2185

[16:09:47] [Sound Library Loader/INFO]: Starting up SoundSystem...

[16:09:48] [Thread-8/INFO]: Initializing LWJGL OpenAL

[16:09:48] [Thread-8/INFO]: (The LWJGL binding of OpenAL. For more information, see http://www.lwjgl.org)

[16:09:48] [Thread-8/INFO]: OpenAL initialized.

[16:09:48] [Sound Library Loader/INFO]: Sound engine started

[16:09:54] [Client thread/INFO]: Max texture size: 16384

[16:09:54] [Client thread/INFO]: Created: 16x16 textures-atlas

[16:09:56] [Client thread/ERROR]: Exception loading model for variant vmc:rift#normal for blockstate "vmc:rift"

net.minecraftforge.client.model.ModelLoaderRegistry$LoaderException: Exception loading model vmc:rift#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:241) ~[ModelLoader.class:?]

at net.minecraft.client.renderer.block.model.ModelBakery.loadBlock(ModelBakery.java:145) ~[ModelBakery.class:?]

at net.minecraftforge.client.model.ModelLoader.loadBlocks(ModelLoader.java:229) ~[ModelLoader.class:?]

at net.minecraftforge.client.model.ModelLoader.setupModelRegistry(ModelLoader.java:146) ~[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.startGame(Minecraft.java:499) [Minecraft.class:?]

at net.minecraft.client.Minecraft.run(Minecraft.java:351) [Minecraft.class:?]

at net.minecraft.client.main.Main.main(SourceFile:124) [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.minecraft.client.renderer.block.model.ModelBlockDefinition$MissingVariantException

at net.minecraft.client.renderer.block.model.ModelBlockDefinition.getVariant(ModelBlockDefinition.java:78) ~[ModelBlockDefinition.class:?]

at net.minecraftforge.client.model.ModelLoader$VariantLoader.loadModel(ModelLoader.java:1183) ~[ModelLoader$VariantLoader.class:?]

at net.minecraftforge.client.model.ModelLoaderRegistry.getModel(ModelLoaderRegistry.java:149) ~[ModelLoaderRegistry.class:?]

... 21 more

[16:09:56] [Client thread/ERROR]: Exception loading blockstate for the variant vmc:rift#normal:

java.lang.Exception: Could not load model definition for variant vmc:rift

at net.minecraftforge.client.model.ModelLoader.getModelBlockDefinition(ModelLoader.java:274) ~[ModelLoader.class:?]

at net.minecraft.client.renderer.block.model.ModelBakery.loadBlock(ModelBakery.java:121) ~[ModelBakery.class:?]

at net.minecraftforge.client.model.ModelLoader.loadBlocks(ModelLoader.java:229) ~[ModelLoader.class:?]

at net.minecraftforge.client.model.ModelLoader.setupModelRegistry(ModelLoader.java:146) ~[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.startGame(Minecraft.java:499) [Minecraft.class:?]

at net.minecraft.client.Minecraft.run(Minecraft.java:351) [Minecraft.class:?]

at net.minecraft.client.main.Main.main(SourceFile:124) [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: java.lang.RuntimeException: Encountered an exception when loading model definition of 'vmc:rift' from: 'vmc:blockstates/rift.json' in resourcepack: 'FMLFileResourcePack:Volkihar's echoes'

at net.minecraft.client.renderer.block.model.ModelBakery.loadModelBlockDefinition(ModelBakery.java:223) ~[ModelBakery.class:?]

at net.minecraft.client.renderer.block.model.ModelBakery.loadMultipartMBD(ModelBakery.java:200) ~[ModelBakery.class:?]

at net.minecraft.client.renderer.block.model.ModelBakery.getModelBlockDefinition(ModelBakery.java:185) ~[ModelBakery.class:?]

at net.minecraftforge.client.model.ModelLoader.getModelBlockDefinition(ModelLoader.java:270) ~[ModelLoader.class:?]

... 20 more

Caused by: com.google.gson.JsonSyntaxException: com.google.gson.stream.MalformedJsonException: Use JsonReader.setLenient(true) to accept malformed JSON at line 64 column 2

at com.google.gson.Gson.assertFullConsumption(Gson.java:779) ~[Gson.class:?]

at com.google.gson.Gson.fromJson(Gson.java:769) ~[Gson.class:?]

at com.google.gson.Gson.fromJson(Gson.java:717) ~[Gson.class:?]

at com.google.gson.Gson.fromJson(Gson.java:689) ~[Gson.class:?]

at net.minecraftforge.client.model.BlockStateLoader.load(BlockStateLoader.java:76) ~[BlockStateLoader.class:?]

at net.minecraft.client.renderer.block.model.ModelBlockDefinition.parseFromReader(ModelBlockDefinition.java:37) ~[ModelBlockDefinition.class:?]

at net.minecraft.client.renderer.block.model.ModelBakery.loadModelBlockDefinition(ModelBakery.java:219) ~[ModelBakery.class:?]

at net.minecraft.client.renderer.block.model.ModelBakery.loadMultipartMBD(ModelBakery.java:200) ~[ModelBakery.class:?]

at net.minecraft.client.renderer.block.model.ModelBakery.getModelBlockDefinition(ModelBakery.java:185) ~[ModelBakery.class:?]

at net.minecraftforge.client.model.ModelLoader.getModelBlockDefinition(ModelLoader.java:270) ~[ModelLoader.class:?]

... 20 more

Caused by: com.google.gson.stream.MalformedJsonException: Use JsonReader.setLenient(true) to accept malformed JSON at line 64 column 2

at com.google.gson.stream.JsonReader.syntaxError(JsonReader.java:1505) ~[JsonReader.class:?]

at com.google.gson.stream.JsonReader.checkLenient(JsonReader.java:1386) ~[JsonReader.class:?]

at com.google.gson.stream.JsonReader.doPeek(JsonReader.java:531) ~[JsonReader.class:?]

at com.google.gson.stream.JsonReader.peek(JsonReader.java:414) ~[JsonReader.class:?]

at com.google.gson.Gson.assertFullConsumption(Gson.java:775) ~[Gson.class:?]

at com.google.gson.Gson.fromJson(Gson.java:769) ~[Gson.class:?]

at com.google.gson.Gson.fromJson(Gson.java:717) ~[Gson.class:?]

at com.google.gson.Gson.fromJson(Gson.java:689) ~[Gson.class:?]

at net.minecraftforge.client.model.BlockStateLoader.load(BlockStateLoader.java:76) ~[BlockStateLoader.class:?]

at net.minecraft.client.renderer.block.model.ModelBlockDefinition.parseFromReader(ModelBlockDefinition.java:37) ~[ModelBlockDefinition.class:?]

at net.minecraft.client.renderer.block.model.ModelBakery.loadModelBlockDefinition(ModelBakery.java:219) ~[ModelBakery.class:?]

at net.minecraft.client.renderer.block.model.ModelBakery.loadMultipartMBD(ModelBakery.java:200) ~[ModelBakery.class:?]

at net.minecraft.client.renderer.block.model.ModelBakery.getModelBlockDefinition(ModelBakery.java:185) ~[ModelBakery.class:?]

at net.minecraftforge.client.model.ModelLoader.getModelBlockDefinition(ModelLoader.java:270) ~[ModelLoader.class:?]

... 20 more

[16:09:57] [Client thread/INFO]: Injecting itemstacks

[16:09:57] [Client thread/INFO]: Itemstack injection complete

[16:09:57] [Client thread/INFO]: Forge Mod Loader has successfully loaded 4 mods

[16:09:57] [Client thread/INFO]: Reloading ResourceManager: Default, FMLFileResourcePack:Forge Mod Loader, FMLFileResourcePack:Minecraft Forge, FMLFileResourcePack:Volkihar's echoes

[16:09:59] [Client thread/INFO]: SoundSystem shutting down...

[16:09:59] [Client thread/WARN]: Author: Paul Lamb, www.paulscode.com

[16:09:59] [Sound Library Loader/INFO]: Starting up SoundSystem...

[16:09:59] [Thread-10/INFO]: Initializing LWJGL OpenAL

[16:09:59] [Thread-10/INFO]: (The LWJGL binding of OpenAL. For more information, see http://www.lwjgl.org)

[16:09:59] [Thread-10/INFO]: OpenAL initialized.

[16:10:00] [Sound Library Loader/INFO]: Sound engine started

[16:10:03] [Client thread/INFO]: Max texture size: 16384

[16:10:03] [Client thread/INFO]: Created: 1024x512 textures-atlas

[16:10:05] [Client thread/ERROR]: Exception loading model for variant vmc:rift#normal for blockstate "vmc:rift"

net.minecraftforge.client.model.ModelLoaderRegistry$LoaderException: Exception loading model vmc:rift#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:241) ~[ModelLoader.class:?]

at net.minecraft.client.renderer.block.model.ModelBakery.loadBlock(ModelBakery.java:145) ~[ModelBakery.class:?]

at net.minecraftforge.client.model.ModelLoader.loadBlocks(ModelLoader.java:229) ~[ModelLoader.class:?]

at net.minecraftforge.client.model.ModelLoader.setupModelRegistry(ModelLoader.java:146) ~[ModelLoader.class:?]

at net.minecraft.client.renderer.block.model.ModelManager.onResourceManagerReload(ModelManager.java:28) [ModelManager.class:?]

at net.minecraft.client.resources.SimpleReloadableResourceManager.notifyReloadListeners(SimpleReloadableResourceManager.java:132) [SimpleReloadableResourceManager.class:?]

at net.minecraft.client.resources.SimpleReloadableResourceManager.reloadResources(SimpleReloadableResourceManager.java:113) [SimpleReloadableResourceManager.class:?]

at net.minecraft.client.Minecraft.refreshResources(Minecraft.java:755) [Minecraft.class:?]

at net.minecraftforge.fml.client.FMLClientHandler.finishMinecraftLoading(FMLClientHandler.java:338) [FMLClientHandler.class:?]

at net.minecraft.client.Minecraft.startGame(Minecraft.java:520) [Minecraft.class:?]

at net.minecraft.client.Minecraft.run(Minecraft.java:351) [Minecraft.class:?]

at net.minecraft.client.main.Main.main(SourceFile:124) [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.minecraft.client.renderer.block.model.ModelBlockDefinition$MissingVariantException

at net.minecraft.client.renderer.block.model.ModelBlockDefinition.getVariant(ModelBlockDefinition.java:78) ~[ModelBlockDefinition.class:?]

at net.minecraftforge.client.model.ModelLoader$VariantLoader.loadModel(ModelLoader.java:1183) ~[ModelLoader$VariantLoader.class:?]

at net.minecraftforge.client.model.ModelLoaderRegistry.getModel(ModelLoaderRegistry.java:149) ~[ModelLoaderRegistry.class:?]

... 24 more

[16:10:05] [Client thread/ERROR]: Exception loading blockstate for the variant vmc:rift#normal:

java.lang.Exception: Could not load model definition for variant vmc:rift

at net.minecraftforge.client.model.ModelLoader.getModelBlockDefinition(ModelLoader.java:274) ~[ModelLoader.class:?]

at net.minecraft.client.renderer.block.model.ModelBakery.loadBlock(ModelBakery.java:121) ~[ModelBakery.class:?]

at net.minecraftforge.client.model.ModelLoader.loadBlocks(ModelLoader.java:229) ~[ModelLoader.class:?]

at net.minecraftforge.client.model.ModelLoader.setupModelRegistry(ModelLoader.java:146) ~[ModelLoader.class:?]

at net.minecraft.client.renderer.block.model.ModelManager.onResourceManagerReload(ModelManager.java:28) [ModelManager.class:?]

at net.minecraft.client.resources.SimpleReloadableResourceManager.notifyReloadListeners(SimpleReloadableResourceManager.java:132) [SimpleReloadableResourceManager.class:?]

at net.minecraft.client.resources.SimpleReloadableResourceManager.reloadResources(SimpleReloadableResourceManager.java:113) [SimpleReloadableResourceManager.class:?]

at net.minecraft.client.Minecraft.refreshResources(Minecraft.java:755) [Minecraft.class:?]

at net.minecraftforge.fml.client.FMLClientHandler.finishMinecraftLoading(FMLClientHandler.java:338) [FMLClientHandler.class:?]

at net.minecraft.client.Minecraft.startGame(Minecraft.java:520) [Minecraft.class:?]

at net.minecraft.client.Minecraft.run(Minecraft.java:351) [Minecraft.class:?]

at net.minecraft.client.main.Main.main(SourceFile:124) [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: java.lang.RuntimeException: Encountered an exception when loading model definition of 'vmc:rift' from: 'vmc:blockstates/rift.json' in resourcepack: 'FMLFileResourcePack:Volkihar's echoes'

at net.minecraft.client.renderer.block.model.ModelBakery.loadModelBlockDefinition(ModelBakery.java:223) ~[ModelBakery.class:?]

at net.minecraft.client.renderer.block.model.ModelBakery.loadMultipartMBD(ModelBakery.java:200) ~[ModelBakery.class:?]

at net.minecraft.client.renderer.block.model.ModelBakery.getModelBlockDefinition(ModelBakery.java:185) ~[ModelBakery.class:?]

at net.minecraftforge.client.model.ModelLoader.getModelBlockDefinition(ModelLoader.java:270) ~[ModelLoader.class:?]

... 23 more

Caused by: com.google.gson.JsonSyntaxException: com.google.gson.stream.MalformedJsonException: Use JsonReader.setLenient(true) to accept malformed JSON at line 64 column 2

at com.google.gson.Gson.assertFullConsumption(Gson.java:779) ~[Gson.class:?]

at com.google.gson.Gson.fromJson(Gson.java:769) ~[Gson.class:?]

at com.google.gson.Gson.fromJson(Gson.java:717) ~[Gson.class:?]

at com.google.gson.Gson.fromJson(Gson.java:689) ~[Gson.class:?]

at net.minecraftforge.client.model.BlockStateLoader.load(BlockStateLoader.java:76) ~[BlockStateLoader.class:?]

at net.minecraft.client.renderer.block.model.ModelBlockDefinition.parseFromReader(ModelBlockDefinition.java:37) ~[ModelBlockDefinition.class:?]

at net.minecraft.client.renderer.block.model.ModelBakery.loadModelBlockDefinition(ModelBakery.java:219) ~[ModelBakery.class:?]

at net.minecraft.client.renderer.block.model.ModelBakery.loadMultipartMBD(ModelBakery.java:200) ~[ModelBakery.class:?]

at net.minecraft.client.renderer.block.model.ModelBakery.getModelBlockDefinition(ModelBakery.java:185) ~[ModelBakery.class:?]

at net.minecraftforge.client.model.ModelLoader.getModelBlockDefinition(ModelLoader.java:270) ~[ModelLoader.class:?]

... 23 more

Caused by: com.google.gson.stream.MalformedJsonException: Use JsonReader.setLenient(true) to accept malformed JSON at line 64 column 2

at com.google.gson.stream.JsonReader.syntaxError(JsonReader.java:1505) ~[JsonReader.class:?]

at com.google.gson.stream.JsonReader.checkLenient(JsonReader.java:1386) ~[JsonReader.class:?]

at com.google.gson.stream.JsonReader.doPeek(JsonReader.java:531) ~[JsonReader.class:?]

at com.google.gson.stream.JsonReader.peek(JsonReader.java:414) ~[JsonReader.class:?]

at com.google.gson.Gson.assertFullConsumption(Gson.java:775) ~[Gson.class:?]

at com.google.gson.Gson.fromJson(Gson.java:769) ~[Gson.class:?]

at com.google.gson.Gson.fromJson(Gson.java:717) ~[Gson.class:?]

at com.google.gson.Gson.fromJson(Gson.java:689) ~[Gson.class:?]

at net.minecraftforge.client.model.BlockStateLoader.load(BlockStateLoader.java:76) ~[BlockStateLoader.class:?]

at net.minecraft.client.renderer.block.model.ModelBlockDefinition.parseFromReader(ModelBlockDefinition.java:37) ~[ModelBlockDefinition.class:?]

at net.minecraft.client.renderer.block.model.ModelBakery.loadModelBlockDefinition(ModelBakery.java:219) ~[ModelBakery.class:?]

at net.minecraft.client.renderer.block.model.ModelBakery.loadMultipartMBD(ModelBakery.java:200) ~[ModelBakery.class:?]

at net.minecraft.client.renderer.block.model.ModelBakery.getModelBlockDefinition(ModelBakery.java:185) ~[ModelBakery.class:?]

at net.minecraftforge.client.model.ModelLoader.getModelBlockDefinition(ModelLoader.java:270) ~[ModelLoader.class:?]

... 23 more

[16:10:05] [Client thread/WARN]: Skipping bad option: lastServer:

[16:10:06] [Realms Notification Availability checker #1/INFO]: Could not authorize you against Realms server: Invalid session id

[16:10:39] [Server thread/INFO]: Starting integrated minecraft server version 1.10.2

[16:10:39] [Server thread/INFO]: Generating keypair

[16:10:39] [Server thread/INFO]: Injecting existing block and item data into this server instance

[16:10:39] [Server thread/INFO]: Applying holder lookups

[16:10:39] [Server thread/INFO]: Holder lookups applied

[16:10:40] [Server thread/INFO]: Loading dimension 0 (New World) (net.minecraft.server.integrated.IntegratedServer@ad7d5dc)

[16:10:40] [Server thread/INFO]: Loading dimension 1 (New World) (net.minecraft.server.integrated.IntegratedServer@ad7d5dc)

[16:10:40] [Server thread/INFO]: Loading dimension -1 (New World) (net.minecraft.server.integrated.IntegratedServer@ad7d5dc)

[16:10:40] [Server thread/INFO]: Preparing start region for level 0

[16:10:41] [Server thread/INFO]: Preparing spawn area: 0%

[16:10:42] [Server thread/INFO]: Preparing spawn area: 53%

[16:10:43] [Server thread/INFO]: Changing view distance to 12, from 10

[16:10:44] [Netty Local Client IO #0/INFO]: Server protocol version 2

[16:10:44] [Netty Server IO #1/INFO]: Client protocol version 2

[16:10:44] [Netty Server IO #1/INFO]: Client attempting to join with 4 mods : FML@8.0.99.99,Forge@12.18.0.2009,mcp@9.19,vmc@0.1

[16:10:44] [Netty Local Client IO #0/INFO]: [Netty Local Client IO #0] Client side modded connection established

[16:10:44] [Server thread/INFO]: [Server thread] Server side modded connection established

[16:10:44] [Server thread/INFO]: Player574[local:E:d6df5443] logged in with entity id 364 at (227.27440944268716, 88.0, 253.2253687353005)

[16:10:44] [Server thread/INFO]: Player574 joined the game

[16:10:46] [Server thread/INFO]: Saving and pausing game...

[16:10:46] [Server thread/INFO]: Saving chunks for level 'New World'/Overworld

[16:10:46] [pool-2-thread-1/WARN]: Couldn't look up profile properties for com.mojang.authlib.GameProfile@6a70410e[id=94baa29a-be0d-3218-988c-acd14f7df952,name=Player574,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:65) ~[YggdrasilAuthenticationService.class:?]

at com.mojang.authlib.yggdrasil.YggdrasilMinecraftSessionService.fillGameProfile(YggdrasilMinecraftSessionService.java:175) [YggdrasilMinecraftSessionService.class:?]

at com.mojang.authlib.yggdrasil.YggdrasilMinecraftSessionService$1.load(YggdrasilMinecraftSessionService.java:59) [YggdrasilMinecraftSessionService$1.class:?]

at com.mojang.authlib.yggdrasil.YggdrasilMinecraftSessionService$1.load(YggdrasilMinecraftSessionService.java:56) [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:165) [YggdrasilMinecraftSessionService.class:?]

at net.minecraft.client.Minecraft.getProfileProperties(Minecraft.java:2907) [Minecraft.class:?]

at net.minecraft.client.resources.SkinManager$3.run(SourceFile:106) [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:10:47] [Server thread/INFO]: Saving chunks for level 'New World'/Nether

[16:10:47] [Server thread/INFO]: Saving chunks for level 'New World'/The End

[16:10:49] [Server thread/WARN]: Can't keep up! Did the system time change, or is the server overloaded? Running 2865ms behind, skipping 57 tick(s)

[16:11:18] [Server thread/WARN]: Can't keep up! Did the system time change, or is the server overloaded? Running 4777ms behind, skipping 95 tick(s)

[16:11:40] [Server thread/WARN]: Can't keep up! Did the system time change, or is the server overloaded? Running 7960ms behind, skipping 159 tick(s)

[16:11:58] [Server thread/WARN]: Can't keep up! Did the system time change, or is the server overloaded? Running 2242ms behind, skipping 44 tick(s)

[16:12:28] [Server thread/INFO]: [Player574: Game rule doMobSpawning has been updated to false]

[16:12:28] [Client thread/INFO]: [CHAT] Game rule doMobSpawning has been updated to false

[16:12:32] [Server thread/INFO]: [Player574: Set the time to 13000]

[16:12:32] [Client thread/INFO]: [CHAT] Set the time to 13000

[16:12:38] [Server thread/INFO]: Saving and pausing game...

[16:12:38] [Server thread/INFO]: Saving chunks for level 'New World'/Overworld

[16:12:38] [Server thread/INFO]: Saving chunks for level 'New World'/Nether

[16:12:38] [Server thread/INFO]: Saving chunks for level 'New World'/The End

[16:12:39] [Server thread/INFO]: Stopping server

[16:12:39] [Server thread/INFO]: Saving players

[16:12:39] [Server thread/INFO]: Saving worlds

[16:12:39] [Server thread/INFO]: Saving chunks for level 'New World'/Overworld

[16:12:39] [Server thread/INFO]: Saving chunks for level 'New World'/Nether

[16:12:39] [Server thread/INFO]: Saving chunks for level 'New World'/The End

[16:12:39] [Server thread/INFO]: Unloading dimension 0

[16:12:39] [Server thread/INFO]: Unloading dimension -1

[16:12:39] [Server thread/INFO]: Unloading dimension 1

[16:12:40] [Server thread/INFO]: Applying holder lookups

[16:12:40] [Server thread/INFO]: Holder lookups applied

[16:12:42] [Client thread/INFO]: Stopping!

[16:12:42] [Client thread/INFO]: SoundSystem shutting down...

[16:12:43] [Client thread/WARN]: Author: Paul Lamb, www.paulscode.com

Java HotSpot(TM) 64-Bit Server VM warning: Using incremental CMS is deprecated and will likely be removed in a future release

 

Edited by Zane49er

Lord Volkihar has requested that I send the following message to everyone who is gifted, intellectually or artistically:

We hope that some people could help us share an epic tale of lord Volkihar's achievements and magnificent life. we plan to do this through modern media such as books, games, and mods.

For lost details, we are looking for around 5 gallons of Cortexiphan, and some N.Z.T.(around 50 pills) also, if you happen to know how to create a gel with the same density as human flesh, but low viscosity and adhesion, recipes would be appreciated.

Link to comment
Share on other sites

Caused by: com.google.gson.JsonSyntaxException: com.google.gson.stream.MalformedJsonException: Use JsonReader.setLenient(true) to accept malformed JSON at line 64 column 2

 

 

Your json file is invalid. 

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

Duh... I feel bad now... I put // for comments... without the commented segments, and removing an unbalanced bracket, it still gives an error. This time, it cannot find a variant.

Spoiler

2017-04-10 19:54:29,676 WARN Unable to instantiate org.fusesource.jansi.WindowsAnsiOutputStream

[19:54:29] [main/INFO]: Extra: []

[19:54:29] [main/INFO]: Running with arguments: [--userProperties, {}, --assetsDir, C:/Users/Zane49er/.gradle/caches/minecraft/assets, --assetIndex, 1.10, --accessToken{REDACTED}, --version, 1.10.2, --tweakClass, net.minecraftforge.fml.common.launcher.FMLTweaker, --tweakClass, net.minecraftforge.gradle.tweakers.CoremodTweaker]

[19:54:29] [main/INFO]: Loading tweak class name net.minecraftforge.fml.common.launcher.FMLTweaker

[19:54:29] [main/INFO]: Using primary tweak class name net.minecraftforge.fml.common.launcher.FMLTweaker

[19:54:29] [main/INFO]: Loading tweak class name net.minecraftforge.gradle.tweakers.CoremodTweaker

[19:54:29] [main/INFO]: Calling tweak class net.minecraftforge.fml.common.launcher.FMLTweaker

[19:54:29] [main/INFO]: Forge Mod Loader version 12.18.0.2009 for Minecraft 1.10.2 loading

[19:54:29] [main/INFO]: 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

[19:54:29] [main/INFO]: Managed to load a deobfuscated Minecraft name- we are in a deobfuscated environment. Skipping runtime deobfuscation

[19:54:29] [main/INFO]: Calling tweak class net.minecraftforge.gradle.tweakers.CoremodTweaker

[19:54:29] [main/INFO]: Injecting location in coremod net.minecraftforge.fml.relauncher.FMLCorePlugin

[19:54:29] [main/INFO]: Injecting location in coremod net.minecraftforge.classloading.FMLForgePlugin

[19:54:29] [main/INFO]: Loading tweak class name net.minecraftforge.fml.common.launcher.FMLInjectionAndSortingTweaker

[19:54:29] [main/INFO]: Loading tweak class name net.minecraftforge.fml.common.launcher.FMLDeobfTweaker

[19:54:29] [main/INFO]: Loading tweak class name net.minecraftforge.gradle.tweakers.AccessTransformerTweaker

[19:54:29] [main/INFO]: Calling tweak class net.minecraftforge.fml.common.launcher.FMLInjectionAndSortingTweaker

[19:54:29] [main/INFO]: Calling tweak class net.minecraftforge.fml.common.launcher.FMLInjectionAndSortingTweaker

[19:54:29] [main/INFO]: Calling tweak class net.minecraftforge.fml.relauncher.CoreModManager$FMLPluginWrapper

[19:54:30] [main/ERROR]: The binary patch set is missing. Either you are in a development environment, or things are not going to work!

[19:54:32] [main/ERROR]: FML appears to be missing any signature data. This is not a good thing

[19:54:32] [main/INFO]: Calling tweak class net.minecraftforge.fml.relauncher.CoreModManager$FMLPluginWrapper

[19:54:32] [main/INFO]: Calling tweak class net.minecraftforge.fml.common.launcher.FMLDeobfTweaker

[19:54:34] [main/INFO]: Calling tweak class net.minecraftforge.gradle.tweakers.AccessTransformerTweaker

[19:54:34] [main/INFO]: Loading tweak class name net.minecraftforge.fml.common.launcher.TerminalTweaker

[19:54:34] [main/INFO]: Calling tweak class net.minecraftforge.fml.common.launcher.TerminalTweaker

[19:54:34] [main/INFO]: Launching wrapped minecraft {net.minecraft.client.main.Main}

2017-04-10 19:54:35,626 WARN Unable to instantiate org.fusesource.jansi.WindowsAnsiOutputStream

2017-04-10 19:54:35,653 WARN Unable to instantiate org.fusesource.jansi.WindowsAnsiOutputStream

[19:54:35] [Client thread/INFO]: Setting user: Player816

[19:54:42] [Client thread/WARN]: Skipping bad option: lastServer:

[19:54:42] [Client thread/INFO]: LWJGL Version: 2.9.4

[19:54:44] [Client thread/INFO]: [net.minecraftforge.fml.client.SplashProgress:start:219]: ---- Minecraft Crash Report ----

// You're mean.

 

Time: 4/10/17 7:54 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.10.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: 684555648 bytes (652 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: 'NVIDIA Corporation' Version: '4.5.0 NVIDIA 375.57' Renderer: 'GeForce GPU/PCIe/SSE2'

[19:54:45] [Client thread/INFO]: MinecraftForge v12.18.0.2009 Initialized

[19:54:45] [Client thread/INFO]: Replaced 233 ore recipes

[19:54:45] [Client thread/INFO]: Found 0 mods from the command line. Injecting into mod discoverer

[19:54:45] [Client thread/INFO]: Searching C:\Users\Zane49er\Desktop\MagicalRifts\run\mods for mods

[19:54:48] [Client thread/INFO]: Forge Mod Loader has identified 4 mods to load

[19:54:48] [Client thread/INFO]: Attempting connection with missing mods [mcp, FML, Forge, vmc] at CLIENT

[19:54:48] [Client thread/INFO]: Attempting connection with missing mods [mcp, FML, Forge, vmc] at SERVER

[19:54:49] [Client thread/INFO]: Reloading ResourceManager: Default, FMLFileResourcePack:Forge Mod Loader, FMLFileResourcePack:Minecraft Forge, FMLFileResourcePack:Volkihar's echoes

[19:54:49] [Client thread/INFO]: Processing ObjectHolder annotations

[19:54:49] [Client thread/INFO]: Found 423 ObjectHolder annotations

[19:54:49] [Client thread/INFO]: Identifying ItemStackHolder annotations

[19:54:49] [Client thread/INFO]: Found 0 ItemStackHolder annotations

[19:54:49] [Client thread/INFO]: Configured a dormant chunk cache size of 0

[19:54:49] [Forge Version Check/INFO]: [Forge] Starting version check at http://files.minecraftforge.net/maven/net/minecraftforge/forge/promotions_slim.json

[19:54:50] [Client thread/INFO]: Applying holder lookups

[19:54:50] [Client thread/INFO]: Holder lookups applied

[19:54:50] [Client thread/INFO]: Injecting itemstacks

[19:54:50] [Client thread/INFO]: Itemstack injection complete

[19:54:50] [Forge Version Check/INFO]: [Forge] Found status: OUTDATED Target: 12.18.3.2185

[19:54:56] [Sound Library Loader/INFO]: Starting up SoundSystem...

[19:54:56] [Thread-8/INFO]: Initializing LWJGL OpenAL

[19:54:56] [Thread-8/INFO]: (The LWJGL binding of OpenAL. For more information, see http://www.lwjgl.org)

[19:54:57] [Thread-8/INFO]: OpenAL initialized.

[19:54:57] [Sound Library Loader/INFO]: Sound engine started

[19:55:02] [Client thread/INFO]: Max texture size: 16384

[19:55:02] [Client thread/INFO]: Created: 16x16 textures-atlas

[19:55:04] [Client thread/ERROR]: Exception loading model for variant vmc:rift#normal for blockstate "vmc:rift"

net.minecraftforge.client.model.ModelLoaderRegistry$LoaderException: Exception loading model vmc:rift#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:241) ~[ModelLoader.class:?]

at net.minecraft.client.renderer.block.model.ModelBakery.loadBlock(ModelBakery.java:145) ~[ModelBakery.class:?]

at net.minecraftforge.client.model.ModelLoader.loadBlocks(ModelLoader.java:229) ~[ModelLoader.class:?]

at net.minecraftforge.client.model.ModelLoader.setupModelRegistry(ModelLoader.java:146) ~[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.startGame(Minecraft.java:499) [Minecraft.class:?]

at net.minecraft.client.Minecraft.run(Minecraft.java:351) [Minecraft.class:?]

at net.minecraft.client.main.Main.main(SourceFile:124) [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.minecraft.client.renderer.block.model.ModelBlockDefinition$MissingVariantException

at net.minecraft.client.renderer.block.model.ModelBlockDefinition.getVariant(ModelBlockDefinition.java:78) ~[ModelBlockDefinition.class:?]

at net.minecraftforge.client.model.ModelLoader$VariantLoader.loadModel(ModelLoader.java:1183) ~[ModelLoader$VariantLoader.class:?]

at net.minecraftforge.client.model.ModelLoaderRegistry.getModel(ModelLoaderRegistry.java:149) ~[ModelLoaderRegistry.class:?]

... 21 more

[19:55:04] [Client thread/ERROR]: Exception loading blockstate for the variant vmc:rift#normal:

java.lang.Exception: Could not load model definition for variant vmc:rift

at net.minecraftforge.client.model.ModelLoader.getModelBlockDefinition(ModelLoader.java:274) ~[ModelLoader.class:?]

at net.minecraft.client.renderer.block.model.ModelBakery.loadBlock(ModelBakery.java:121) ~[ModelBakery.class:?]

at net.minecraftforge.client.model.ModelLoader.loadBlocks(ModelLoader.java:229) ~[ModelLoader.class:?]

at net.minecraftforge.client.model.ModelLoader.setupModelRegistry(ModelLoader.java:146) ~[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.startGame(Minecraft.java:499) [Minecraft.class:?]

at net.minecraft.client.Minecraft.run(Minecraft.java:351) [Minecraft.class:?]

at net.minecraft.client.main.Main.main(SourceFile:124) [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: java.lang.RuntimeException: Encountered an exception when loading model definition of 'vmc:rift' from: 'vmc:blockstates/rift.json' in resourcepack: 'FMLFileResourcePack:Volkihar's echoes'

at net.minecraft.client.renderer.block.model.ModelBakery.loadModelBlockDefinition(ModelBakery.java:223) ~[ModelBakery.class:?]

at net.minecraft.client.renderer.block.model.ModelBakery.loadMultipartMBD(ModelBakery.java:200) ~[ModelBakery.class:?]

at net.minecraft.client.renderer.block.model.ModelBakery.getModelBlockDefinition(ModelBakery.java:185) ~[ModelBakery.class:?]

at net.minecraftforge.client.model.ModelLoader.getModelBlockDefinition(ModelLoader.java:270) ~[ModelLoader.class:?]

... 20 more

Caused by: com.google.gson.JsonSyntaxException: Missing variants, expected to find a JsonObject

at net.minecraft.util.JsonUtils.getJsonObject(SourceFile:411) ~[JsonUtils.class:?]

at net.minecraftforge.client.model.ForgeBlockStateV1$Deserializer.deserialize(ForgeBlockStateV1.java:87) ~[ForgeBlockStateV1$Deserializer.class:?]

at net.minecraftforge.client.model.ForgeBlockStateV1$Deserializer.deserialize(ForgeBlockStateV1.java:66) ~[ForgeBlockStateV1$Deserializer.class:?]

at com.google.gson.TreeTypeAdapter.read(TreeTypeAdapter.java:58) ~[TreeTypeAdapter.class:?]

at com.google.gson.Gson.fromJson(Gson.java:803) ~[Gson.class:?]

at com.google.gson.Gson.fromJson(Gson.java:741) ~[Gson.class:?]

at net.minecraftforge.client.model.BlockStateLoader.load(BlockStateLoader.java:81) ~[BlockStateLoader.class:?]

at net.minecraft.client.renderer.block.model.ModelBlockDefinition.parseFromReader(ModelBlockDefinition.java:37) ~[ModelBlockDefinition.class:?]

at net.minecraft.client.renderer.block.model.ModelBakery.loadModelBlockDefinition(ModelBakery.java:219) ~[ModelBakery.class:?]

at net.minecraft.client.renderer.block.model.ModelBakery.loadMultipartMBD(ModelBakery.java:200) ~[ModelBakery.class:?]

at net.minecraft.client.renderer.block.model.ModelBakery.getModelBlockDefinition(ModelBakery.java:185) ~[ModelBakery.class:?]

at net.minecraftforge.client.model.ModelLoader.getModelBlockDefinition(ModelLoader.java:270) ~[ModelLoader.class:?]

... 20 more

[19:55:05] [Client thread/INFO]: Injecting itemstacks

[19:55:05] [Client thread/INFO]: Itemstack injection complete

[19:55:05] [Client thread/INFO]: Forge Mod Loader has successfully loaded 4 mods

[19:55:05] [Client thread/INFO]: Reloading ResourceManager: Default, FMLFileResourcePack:Forge Mod Loader, FMLFileResourcePack:Minecraft Forge, FMLFileResourcePack:Volkihar's echoes

[19:55:09] [Client thread/INFO]: SoundSystem shutting down...

[19:55:09] [Client thread/WARN]: Author: Paul Lamb, www.paulscode.com

[19:55:09] [Sound Library Loader/INFO]: Starting up SoundSystem...

[19:55:10] [Thread-10/INFO]: Initializing LWJGL OpenAL

[19:55:10] [Thread-10/INFO]: (The LWJGL binding of OpenAL. For more information, see http://www.lwjgl.org)

[19:55:10] [Thread-10/INFO]: OpenAL initialized.

[19:55:10] [Sound Library Loader/INFO]: Sound engine started

[19:55:13] [Client thread/INFO]: Max texture size: 16384

[19:55:13] [Client thread/INFO]: Created: 1024x512 textures-atlas

[19:55:15] [Client thread/ERROR]: Exception loading model for variant vmc:rift#normal for blockstate "vmc:rift"

net.minecraftforge.client.model.ModelLoaderRegistry$LoaderException: Exception loading model vmc:rift#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:241) ~[ModelLoader.class:?]

at net.minecraft.client.renderer.block.model.ModelBakery.loadBlock(ModelBakery.java:145) ~[ModelBakery.class:?]

at net.minecraftforge.client.model.ModelLoader.loadBlocks(ModelLoader.java:229) ~[ModelLoader.class:?]

at net.minecraftforge.client.model.ModelLoader.setupModelRegistry(ModelLoader.java:146) ~[ModelLoader.class:?]

at net.minecraft.client.renderer.block.model.ModelManager.onResourceManagerReload(ModelManager.java:28) [ModelManager.class:?]

at net.minecraft.client.resources.SimpleReloadableResourceManager.notifyReloadListeners(SimpleReloadableResourceManager.java:132) [SimpleReloadableResourceManager.class:?]

at net.minecraft.client.resources.SimpleReloadableResourceManager.reloadResources(SimpleReloadableResourceManager.java:113) [SimpleReloadableResourceManager.class:?]

at net.minecraft.client.Minecraft.refreshResources(Minecraft.java:755) [Minecraft.class:?]

at net.minecraftforge.fml.client.FMLClientHandler.finishMinecraftLoading(FMLClientHandler.java:338) [FMLClientHandler.class:?]

at net.minecraft.client.Minecraft.startGame(Minecraft.java:520) [Minecraft.class:?]

at net.minecraft.client.Minecraft.run(Minecraft.java:351) [Minecraft.class:?]

at net.minecraft.client.main.Main.main(SourceFile:124) [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.minecraft.client.renderer.block.model.ModelBlockDefinition$MissingVariantException

at net.minecraft.client.renderer.block.model.ModelBlockDefinition.getVariant(ModelBlockDefinition.java:78) ~[ModelBlockDefinition.class:?]

at net.minecraftforge.client.model.ModelLoader$VariantLoader.loadModel(ModelLoader.java:1183) ~[ModelLoader$VariantLoader.class:?]

at net.minecraftforge.client.model.ModelLoaderRegistry.getModel(ModelLoaderRegistry.java:149) ~[ModelLoaderRegistry.class:?]

... 24 more

[19:55:15] [Client thread/ERROR]: Exception loading blockstate for the variant vmc:rift#normal:

java.lang.Exception: Could not load model definition for variant vmc:rift

at net.minecraftforge.client.model.ModelLoader.getModelBlockDefinition(ModelLoader.java:274) ~[ModelLoader.class:?]

at net.minecraft.client.renderer.block.model.ModelBakery.loadBlock(ModelBakery.java:121) ~[ModelBakery.class:?]

at net.minecraftforge.client.model.ModelLoader.loadBlocks(ModelLoader.java:229) ~[ModelLoader.class:?]

at net.minecraftforge.client.model.ModelLoader.setupModelRegistry(ModelLoader.java:146) ~[ModelLoader.class:?]

at net.minecraft.client.renderer.block.model.ModelManager.onResourceManagerReload(ModelManager.java:28) [ModelManager.class:?]

at net.minecraft.client.resources.SimpleReloadableResourceManager.notifyReloadListeners(SimpleReloadableResourceManager.java:132) [SimpleReloadableResourceManager.class:?]

at net.minecraft.client.resources.SimpleReloadableResourceManager.reloadResources(SimpleReloadableResourceManager.java:113) [SimpleReloadableResourceManager.class:?]

at net.minecraft.client.Minecraft.refreshResources(Minecraft.java:755) [Minecraft.class:?]

at net.minecraftforge.fml.client.FMLClientHandler.finishMinecraftLoading(FMLClientHandler.java:338) [FMLClientHandler.class:?]

at net.minecraft.client.Minecraft.startGame(Minecraft.java:520) [Minecraft.class:?]

at net.minecraft.client.Minecraft.run(Minecraft.java:351) [Minecraft.class:?]

at net.minecraft.client.main.Main.main(SourceFile:124) [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: java.lang.RuntimeException: Encountered an exception when loading model definition of 'vmc:rift' from: 'vmc:blockstates/rift.json' in resourcepack: 'FMLFileResourcePack:Volkihar's echoes'

at net.minecraft.client.renderer.block.model.ModelBakery.loadModelBlockDefinition(ModelBakery.java:223) ~[ModelBakery.class:?]

at net.minecraft.client.renderer.block.model.ModelBakery.loadMultipartMBD(ModelBakery.java:200) ~[ModelBakery.class:?]

at net.minecraft.client.renderer.block.model.ModelBakery.getModelBlockDefinition(ModelBakery.java:185) ~[ModelBakery.class:?]

at net.minecraftforge.client.model.ModelLoader.getModelBlockDefinition(ModelLoader.java:270) ~[ModelLoader.class:?]

... 23 more

Caused by: com.google.gson.JsonSyntaxException: Missing variants, expected to find a JsonObject

at net.minecraft.util.JsonUtils.getJsonObject(SourceFile:411) ~[JsonUtils.class:?]

at net.minecraftforge.client.model.ForgeBlockStateV1$Deserializer.deserialize(ForgeBlockStateV1.java:87) ~[ForgeBlockStateV1$Deserializer.class:?]

at net.minecraftforge.client.model.ForgeBlockStateV1$Deserializer.deserialize(ForgeBlockStateV1.java:66) ~[ForgeBlockStateV1$Deserializer.class:?]

at com.google.gson.TreeTypeAdapter.read(TreeTypeAdapter.java:58) ~[TreeTypeAdapter.class:?]

at com.google.gson.Gson.fromJson(Gson.java:803) ~[Gson.class:?]

at com.google.gson.Gson.fromJson(Gson.java:741) ~[Gson.class:?]

at net.minecraftforge.client.model.BlockStateLoader.load(BlockStateLoader.java:81) ~[BlockStateLoader.class:?]

at net.minecraft.client.renderer.block.model.ModelBlockDefinition.parseFromReader(ModelBlockDefinition.java:37) ~[ModelBlockDefinition.class:?]

at net.minecraft.client.renderer.block.model.ModelBakery.loadModelBlockDefinition(ModelBakery.java:219) ~[ModelBakery.class:?]

at net.minecraft.client.renderer.block.model.ModelBakery.loadMultipartMBD(ModelBakery.java:200) ~[ModelBakery.class:?]

at net.minecraft.client.renderer.block.model.ModelBakery.getModelBlockDefinition(ModelBakery.java:185) ~[ModelBakery.class:?]

at net.minecraftforge.client.model.ModelLoader.getModelBlockDefinition(ModelLoader.java:270) ~[ModelLoader.class:?]

... 23 more

[19:55:15] [Client thread/WARN]: Skipping bad option: lastServer:

[19:55:17] [Realms Notification Availability checker #1/INFO]: Could not authorize you against Realms server: Invalid session id

[19:55:25] [Server thread/INFO]: Starting integrated minecraft server version 1.10.2

[19:55:25] [Server thread/INFO]: Generating keypair

[19:55:25] [Server thread/INFO]: Injecting existing block and item data into this server instance

[19:55:25] [Server thread/INFO]: Applying holder lookups

[19:55:25] [Server thread/INFO]: Holder lookups applied

[19:55:25] [Server thread/INFO]: Loading dimension 0 (Final terrain test) (net.minecraft.server.integrated.IntegratedServer@3f7d3be0)

[19:55:26] [Server thread/INFO]: Loading dimension 1 (Final terrain test) (net.minecraft.server.integrated.IntegratedServer@3f7d3be0)

[19:55:26] [Server thread/INFO]: Loading dimension -1 (Final terrain test) (net.minecraft.server.integrated.IntegratedServer@3f7d3be0)

[19:55:26] [Server thread/INFO]: Preparing start region for level 0

[19:55:27] [Server thread/INFO]: Preparing spawn area: 1%

[19:55:28] [Server thread/INFO]: Preparing spawn area: 93%

[19:55:28] [Server thread/INFO]: Changing view distance to 12, from 10

[19:55:29] [Netty Local Client IO #0/INFO]: Server protocol version 2

[19:55:29] [Netty Server IO #1/INFO]: Client protocol version 2

[19:55:29] [Netty Server IO #1/INFO]: Client attempting to join with 4 mods : FML@8.0.99.99,Forge@12.18.0.2009,mcp@9.19,vmc@0.1

[19:55:29] [Netty Local Client IO #0/INFO]: [Netty Local Client IO #0] Client side modded connection established

[19:55:29] [Server thread/INFO]: [Server thread] Server side modded connection established

[19:55:30] [Server thread/INFO]: Player816[local:E:86bc6b51] logged in with entity id 298 at (-1196.4158935141545, 67.0, 42.30489900901739)

[19:55:30] [Server thread/INFO]: Player816 joined the game

[19:55:34] [Server thread/INFO]: Saving and pausing game...

[19:55:34] [Server thread/INFO]: Saving chunks for level 'Final terrain test'/Overworld

[19:55:34] [Server thread/INFO]: Saving chunks for level 'Final terrain test'/Nether

[19:55:34] [Server thread/INFO]: Saving chunks for level 'Final terrain test'/The End

[19:55:35] [pool-2-thread-1/WARN]: Couldn't look up profile properties for com.mojang.authlib.GameProfile@33cbb89e[id=0dba4657-9c98-3a17-999f-e412cc5ea8b2,name=Player816,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:65) ~[YggdrasilAuthenticationService.class:?]

at com.mojang.authlib.yggdrasil.YggdrasilMinecraftSessionService.fillGameProfile(YggdrasilMinecraftSessionService.java:175) [YggdrasilMinecraftSessionService.class:?]

at com.mojang.authlib.yggdrasil.YggdrasilMinecraftSessionService$1.load(YggdrasilMinecraftSessionService.java:59) [YggdrasilMinecraftSessionService$1.class:?]

at com.mojang.authlib.yggdrasil.YggdrasilMinecraftSessionService$1.load(YggdrasilMinecraftSessionService.java:56) [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:165) [YggdrasilMinecraftSessionService.class:?]

at net.minecraft.client.Minecraft.getProfileProperties(Minecraft.java:2907) [Minecraft.class:?]

at net.minecraft.client.resources.SkinManager$3.run(SourceFile:106) [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]

[19:55:40] [Server thread/INFO]: Saving and pausing game...

[19:55:40] [Server thread/INFO]: Saving chunks for level 'Final terrain test'/Overworld

[19:55:40] [Server thread/INFO]: Saving chunks for level 'Final terrain test'/Nether

[19:55:40] [Server thread/INFO]: Saving chunks for level 'Final terrain test'/The End

[19:55:42] [Server thread/INFO]: Stopping server

[19:55:42] [Server thread/INFO]: Saving players

[19:55:42] [Server thread/INFO]: Saving worlds

[19:55:42] [Server thread/INFO]: Saving chunks for level 'Final terrain test'/Overworld

[19:55:42] [Server thread/INFO]: Saving chunks for level 'Final terrain test'/Nether

[19:55:42] [Server thread/INFO]: Saving chunks for level 'Final terrain test'/The End

[19:55:42] [Server thread/INFO]: Unloading dimension 0

[19:55:42] [Server thread/INFO]: Unloading dimension -1

[19:55:42] [Server thread/INFO]: Unloading dimension 1

[19:55:43] [Server thread/INFO]: Applying holder lookups

[19:55:43] [Server thread/INFO]: Holder lookups applied

[19:55:43] [Client thread/INFO]: Stopping!

[19:55:43] [Client thread/INFO]: SoundSystem shutting down...

[19:55:43] [Client thread/WARN]: Author: Paul Lamb, www.paulscode.com

Java HotSpot(TM) 64-Bit Server VM warning: Using incremental CMS is deprecated and will likely be removed in a future release

I'm now in familiar, readable territory (I hope!) and can probably get stuff done.

 

Edit: Nope, actually, the blockstate looks fine and all references point to correct locations

Spoiler

BlockState:


{
   "forge_marker":1,
   "defaults":{
      "model":"vmc:rift",
      "textures":{
         "all":"vmc:blocks/rift"
      }
   },
   "normal":{
      "model":"vmc:rift",
      "textures":{
         "all":"vmc:blocks/rift"
      }
   }
}

 

Model:


{
	"parent": "block/block",
	"textures": {
		"particle": "#all"
	},
	"elements": [
{
			"from": [ 6.5, 7, 8.5 ],
    			"to": [ 7.5, 8, 9.5 ],
			"shade": false,
    			"faces": {
        			"down":  { "uv": [ 9.5, 9.5, 8.5, 8.5 ], "texture": "#all" },
        			"up":    { "uv": [ 6.5, 8.5, 7.5, 9.5 ], "texture": "#all" },
        			"north": { "uv": [ 8.5, 8, 9.5, 9 ], "texture": "#all" },
        			"south": { "uv": [ 6.5, 8, 7.5, 9 ], "texture": "#all" },
        			"west":  { "uv": [ 8.5, 8, 9.5, 9 ], "texture": "#all" },
        			"east":  { "uv": [ 6.5, 8, 7.5, 9 ], "texture": "#all" }
    			}
		},
		{
    			"from": [ 7, 7.5, 8 ],
   			"to": [ 8.5, 8.5, 9 ],
			"shade": false,
    			"faces": {
        			"down":  { "uv": [ 9, 9, 7.5, 8 ], "texture": "#all" },
        			"up":    { "uv": [ 7, 8, 8.5, 9 ], "texture": "#all" },
        			"north": { "uv": [ 7.5, 7.5, 9, 8.5 ], "texture": "#all" },
        			"south": { "uv": [ 7, 7.5, 8.5, 8.5 ], "texture": "#all" },
      			 	"west":  { "uv": [ 8, 7.5, 9, 8.5 ], "texture": "#all" },
        			"east":  { "uv": [ 7, 7.5, 8, 8.5 ], "texture": "#all" }
    			}
		},
		{
    			"from": [ 8, 8.5, 6.5 ],
    			"to": [ 9.5, 9.5, 8.5 ],
    			"shade": false,
   			"faces": {
        			"down":  { "uv": [ 8, 8.5, 6.5, 6.5 ], "texture": "#all" },
        			"up":    { "uv": [ 8, 6.5, 9.5, 8.5 ], "texture": "#all" },
        			"north": { "uv": [ 6.5, 6.5, 8, 7.5 ], "texture": "#all" },
       				"south": { "uv": [ 8, 6.5, 9.5, 7.5 ], "texture": "#all" },
        			"west":  { "uv": [ 6.5, 6.5, 8.5, 7.5 ], "texture": "#all" },
        			"east":  { "uv": [ 7.5, 6.5, 9.5, 7.5 ], "texture": "#all" }
    			}
		},
		{
    			"from": [ 7.5, 8, 7 ],
    			"to": [ 9, 9, 8 ],
    			"shade": false,
    			"faces": {
        			"down":  { "uv": [ 8.5, 8, 7, 7 ], "texture": "#all" },
        			"up":    { "uv": [ 7.5, 7, 9, 8 ], "texture": "#all" },
        			"north": { "uv": [ 7, 7, 8.5, 8 ], "texture": "#all" },
        			"south": { "uv": [ 7.5, 7, 9, 8 ], "texture": "#all" },
       				"west":  { "uv": [ 7, 7, 8, 8 ], "texture": "#all" },
        			"east":  { "uv": [ 8, 7, 9, 8 ], "texture": "#all" }
    			}
		},
		{
    			"from": [ 9, 9, 6 ],
   			"to": [ 10, 10, 7 ],
			"shade": false,
    			"faces": {
        			"down":  { "uv": [ 7, 7, 6, 6 ], "texture": "#all" },
        			"up":    { "uv": [ 9, 6, 10, 7 ], "texture": "#all" },
        			"north": { "uv": [ 6, 6, 7, 7 ], "texture": "#all" },
        			"south": { "uv": [ 9, 6, 10, 7 ], "texture": "#all" },
        			"west":  { "uv": [ 6, 6, 7, 7 ], "texture": "#all" },
        			"east":  { "uv": [ 9, 6, 10, 7 ], "texture": "#all" }
			}
    		},
		{
    			"from": [ 6, 7, 9.5 ],
    			"to": [ 6.5, 7.5, 10 ],
			"shade": false,
    			"faces": {
        			"down":  { "uv": [ 10, 10, 9.5, 9.5 ], "texture": "#all" },
        			"up":    { "uv": [ 6, 9.5, 6.5, 10 ], "texture": "#all" },
        			"north": { "uv": [ 9.5, 8.5, 10, 9 ], "texture": "#all" },
        			"south": { "uv": [ 6, 8.5, 6.5, 9 ], "texture": "#all" },
        			"west":  { "uv": [ 9.5, 8.5, 10, 9 ], "texture": "#all" },
        			"east":  { "uv": [ 6, 8.5, 6.5, 9 ], "texture": "#all" }
			}
		},
{
    "from": [ 6, 6.5, 9 ],
    "to": [ 7, 7, 10 ],
			"shade": false,
    "faces": {
        "down":  { "uv": [ 10, 10, 9, 9 ], "texture": "#all" },
        "up":    { "uv": [ 6, 9, 7, 10 ], "texture": "#all" },
        "north": { "uv": [ 9, 9, 10, 9.5 ], "texture": "#all" },
        "south": { "uv": [ 6, 9, 7, 9.5 ], "texture": "#all" },
        "west":  { "uv": [ 9, 9, 10, 9.5 ], "texture": "#all" },
        "east":  { "uv": [ 6, 9, 7, 9.5 ], "texture": "#all" }
    }
},
{
    "from": [ 5.5, 6, 10 ],
    "to": [ 6, 6.5, 10.5 ],
			"shade": false,
    "faces": {
        "down":  { "uv": [ 10.5, 10.5, 10, 10 ], "texture": "#all" },
        "up":    { "uv": [ 5.5, 10, 6, 10.5 ], "texture": "#all" },
        "north": { "uv": [ 10, 9.5, 10.5, 10 ], "texture": "#all" },
        "south": { "uv": [ 5.5, 9.5, 6, 10 ], "texture": "#all" },
        "west":  { "uv": [ 10, 9.5, 10.5, 10 ], "texture": "#all" },
        "east":  { "uv": [ 5.5, 9.5, 6, 10 ], "texture": "#all" }
    }
},
{
    "from": [ 10, 10, 5.5 ],
    "to": [ 10.5, 10.5, 6 ],
			"shade": false,
    "faces": {
        "down":  { "uv": [ 6, 6, 5.5, 5.5 ], "texture": "#all" },
        "up":    { "uv": [ 10, 5.5, 10.5, 6 ], "texture": "#all" },
        "north": { "uv": [ 5.5, 5.5, 6, 6 ], "texture": "#all" },
        "south": { "uv": [ 10, 5.5, 10.5, 6 ], "texture": "#all" },
        "west":  { "uv": [ 5.5, 5.5, 6, 6 ], "texture": "#all" },
        "east":  { "uv": [ 10, 5.5, 10.5, 6 ], "texture": "#all" }
    }
},
{
    "from": [ 9, 8, 8.5 ],
    "to": [ 10, 9, 9 ],
			"shade": false,
    "faces": {
        "down":  { "uv": [ 7, 9, 6, 8.5 ], "texture": "#all" },
        "up":    { "uv": [ 9, 8.5, 10, 9 ], "texture": "#all" },
        "north": { "uv": [ 6, 7, 7, 8 ], "texture": "#all" },
        "south": { "uv": [ 9, 7, 10, 8 ], "texture": "#all" },
        "west":  { "uv": [ 8.5, 7, 9, 8 ], "texture": "#all" },
        "east":  { "uv": [ 7, 7, 7.5, 8 ], "texture": "#all" }
    }
},
{
    "from": [ 9.5, 7.5, 9 ],
    "to": [ 10.5, 8, 9.5 ],
			"shade": false,
    "faces": {
        "down":  { "uv": [ 6.5, 9.5, 5.5, 9 ], "texture": "#all" },
        "up":    { "uv": [ 9.5, 9, 10.5, 9.5 ], "texture": "#all" },
        "north": { "uv": [ 5.5, 8, 6.5, 8.5 ], "texture": "#all" },
        "south": { "uv": [ 9.5, 8, 10.5, 8.5 ], "texture": "#all" },
        "west":  { "uv": [ 9, 8, 9.5, 8.5 ], "texture": "#all" },
        "east":  { "uv": [ 6.5, 8, 7, 8.5 ], "texture": "#all" }
    }
},
{
    "from": [ 10.5, 7, 9.5 ],
    "to": [ 11, 7.5, 10 ],
			"shade": false,
    "faces": {
        "down":  { "uv": [ 5.5, 10, 5, 9.5 ], "texture": "#all" },
        "up":    { "uv": [ 10.5, 9.5, 11, 10 ], "texture": "#all" },
        "north": { "uv": [ 5, 8.5, 5.5, 9 ], "texture": "#all" },
        "south": { "uv": [ 10.5, 8.5, 11, 9 ], "texture": "#all" },
        "west":  { "uv": [ 9.5, 8.5, 10, 9 ], "texture": "#all" },
        "east":  { "uv": [ 6, 8.5, 6.5, 9 ], "texture": "#all" }
    }
},
{
    "from": [ 3.5, 11.5, 5.5 ],
    "to": [ 4.5, 12, 6.5 ],
			"shade": false,
    "faces": {
        "down":  { "uv": [ 12.5, 6.5, 11.5, 5.5 ], "texture": "#all" },
        "up":    { "uv": [ 3.5, 5.5, 4.5, 6.5 ], "texture": "#all" },
        "north": { "uv": [ 11.5, 4, 12.5, 4.5 ], "texture": "#all" },
        "south": { "uv": [ 3.5, 4, 4.5, 4.5 ], "texture": "#all" },
        "west":  { "uv": [ 5.5, 4, 6.5, 4.5 ], "texture": "#all" },
        "east":  { "uv": [ 9.5, 4, 10.5, 4.5 ], "texture": "#all" }
    }
},
{
    "from": [ 4, 11, 6.5 ],
    "to": [ 5, 11.5, 7 ],
			"shade": false,
    "faces": {
        "down":  { "uv": [ 12, 7, 11, 6.5 ], "texture": "#all" },
        "up":    { "uv": [ 4, 6.5, 5, 7 ], "texture": "#all" },
        "north": { "uv": [ 11, 4.5, 12, 5 ], "texture": "#all" },
        "south": { "uv": [ 4, 4.5, 5, 5 ], "texture": "#all" },
        "west":  { "uv": [ 6.5, 4.5, 7, 5 ], "texture": "#all" },
        "east":  { "uv": [ 9, 4.5, 9.5, 5 ], "texture": "#all" }
    }
},
{
    "from": [ 5, 10.5, 7 ],
    "to": [ 5.5, 11, 7.5 ],
			"shade": false,
    "faces": {
        "down":  { "uv": [ 11, 7.5, 10.5, 7 ], "texture": "#all" },
        "up":    { "uv": [ 5, 7, 5.5, 7.5 ], "texture": "#all" },
        "north": { "uv": [ 10.5, 5, 11, 5.5 ], "texture": "#all" },
        "south": { "uv": [ 5, 5, 5.5, 5.5 ], "texture": "#all" },
        "west":  { "uv": [ 7, 5, 7.5, 5.5 ], "texture": "#all" },
        "east":  { "uv": [ 8.5, 5, 9, 5.5 ], "texture": "#all" }
    }
},
{
    "from": [ 3, 12, 5 ],
    "to": [ 4, 13, 6 ],
			"shade": false,
    "faces": {
        "down":  { "uv": [ 13, 6, 12, 5 ], "texture": "#all" },
        "up":    { "uv": [ 3, 5, 4, 6 ], "texture": "#all" },
        "north": { "uv": [ 12, 3, 13, 4 ], "texture": "#all" },
        "south": { "uv": [ 3, 3, 4, 4 ], "texture": "#all" },
        "west":  { "uv": [ 5, 3, 6, 4 ], "texture": "#all" },
        "east":  { "uv": [ 10, 3, 11, 4 ], "texture": "#all" }
    }
},
{
    "from": [ 2.5, 12.5, 4.5 ],
    "to": [ 3.5, 13, 5.5 ],
			"shade": false,
    "faces": {
        "down":  { "uv": [ 13.5, 5.5, 12.5, 4.5 ], "texture": "#all" },
        "up":    { "uv": [ 2.5, 4.5, 3.5, 5.5 ], "texture": "#all" },
        "north": { "uv": [ 12.5, 3, 13.5, 3.5 ], "texture": "#all" },
        "south": { "uv": [ 2.5, 3, 3.5, 3.5 ], "texture": "#all" },
        "west":  { "uv": [ 4.5, 3, 5.5, 3.5 ], "texture": "#all" },
        "east":  { "uv": [ 10.5, 3, 11.5, 3.5 ], "texture": "#all" }
    }
},
{
    "from": [ 3, 13, 5 ],
    "to": [ 3.5, 13.5, 5.5 ],
			"shade": false,
    "faces": {
        "down":  { "uv": [ 13, 5.5, 12.5, 5 ], "texture": "#all" },
        "up":    { "uv": [ 3, 5, 3.5, 5.5 ], "texture": "#all" },
        "north": { "uv": [ 12.5, 2.5, 13, 3 ], "texture": "#all" },
        "south": { "uv": [ 3, 2.5, 3.5, 3 ], "texture": "#all" },
        "west":  { "uv": [ 5, 2.5, 5.5, 3 ], "texture": "#all" },
        "east":  { "uv": [ 10.5, 2.5, 11, 3 ], "texture": "#all" }
    }
},
{
    "from": [ 2.5, 11.5, 5.5 ],
    "to": [ 3.5, 12.5, 6.5 ],
			"shade": false,
    "faces": {
        "down":  { "uv": [ 13.5, 6.5, 12.5, 5.5 ], "texture": "#all" },
        "up":    { "uv": [ 2.5, 5.5, 3.5, 6.5 ], "texture": "#all" },
        "north": { "uv": [ 12.5, 3.5, 13.5, 4.5 ], "texture": "#all" },
        "south": { "uv": [ 2.5, 3.5, 3.5, 4.5 ], "texture": "#all" },
        "west":  { "uv": [ 5.5, 3.5, 6.5, 4.5 ], "texture": "#all" },
        "east":  { "uv": [ 9.5, 3.5, 10.5, 4.5 ], "texture": "#all" }
    }
},
{
    "from": [ 2, 11.5, 6.5 ],
    "to": [ 3, 12, 7 ],
			"shade": false,
    "faces": {
        "down":  { "uv": [ 14, 7, 13, 6.5 ], "texture": "#all" },
        "up":    { "uv": [ 2, 6.5, 3, 7 ], "texture": "#all" },
        "north": { "uv": [ 13, 4, 14, 4.5 ], "texture": "#all" },
        "south": { "uv": [ 2, 4, 3, 4.5 ], "texture": "#all" },
        "west":  { "uv": [ 6.5, 4, 7, 4.5 ], "texture": "#all" },
        "east":  { "uv": [ 9, 4, 9.5, 4.5 ], "texture": "#all" }
    }
},
{
    "from": [ 1.5, 11, 7 ],
    "to": [ 2.5, 11.5, 7.5 ],
			"shade": false,
    "faces": {
        "down":  { "uv": [ 14.5, 7.5, 13.5, 7 ], "texture": "#all" },
        "up":    { "uv": [ 1.5, 7, 2.5, 7.5 ], "texture": "#all" },
        "north": { "uv": [ 13.5, 4.5, 14.5, 5 ], "texture": "#all" },
        "south": { "uv": [ 1.5, 4.5, 2.5, 5 ], "texture": "#all" },
        "west":  { "uv": [ 7, 4.5, 7.5, 5 ], "texture": "#all" },
        "east":  { "uv": [ 8.5, 4.5, 9, 5 ], "texture": "#all" }
    }
},
{
    "from": [ 1, 10.5, 7.5 ],
    "to": [ 1.5, 11, 8 ],
			"shade": false,
    "faces": {
        "down":  { "uv": [ 15, 8, 14.5, 7.5 ], "texture": "#all" },
        "up":    { "uv": [ 1, 7.5, 1.5, 8 ], "texture": "#all" },
        "north": { "uv": [ 14.5, 5, 15, 5.5 ], "texture": "#all" },
        "south": { "uv": [ 1, 5, 1.5, 5.5 ], "texture": "#all" },
        "west":  { "uv": [ 7.5, 5, 8, 5.5 ], "texture": "#all" },
        "east":  { "uv": [ 8, 5, 8.5, 5.5 ], "texture": "#all" }
    }
},
{
    "from": [ 2, 13, 4 ],
    "to": [ 2.5, 13.5, 4.5 ],
			"shade": false,
    "faces": {
        "down":  { "uv": [ 14, 4.5, 13.5, 4 ], "texture": "#all" },
        "up":    { "uv": [ 2, 4, 2.5, 4.5 ], "texture": "#all" },
        "north": { "uv": [ 13.5, 2.5, 14, 3 ], "texture": "#all" },
        "south": { "uv": [ 2, 2.5, 2.5, 3 ], "texture": "#all" },
        "west":  { "uv": [ 4, 2.5, 4.5, 3 ], "texture": "#all" },
        "east":  { "uv": [ 11.5, 2.5, 12, 3 ], "texture": "#all" }
    }
}
]
}

 

the model and texture are in those locations.

 

Edited by Zane49er

Lord Volkihar has requested that I send the following message to everyone who is gifted, intellectually or artistically:

We hope that some people could help us share an epic tale of lord Volkihar's achievements and magnificent life. we plan to do this through modern media such as books, games, and mods.

For lost details, we are looking for around 5 gallons of Cortexiphan, and some N.Z.T.(around 50 pills) also, if you happen to know how to create a gel with the same density as human flesh, but low viscosity and adhesion, recipes would be appreciated.

Link to comment
Share on other sites

48 minutes ago, Zane49er said:

{
   "forge_marker":1,
   "defaults":{
      "model":"vmc:rift",
      "textures":{
         "all":"vmc:blocks/rift"
      }
   },
   "normal":{
      "model":"vmc:rift",
      "textures":{
         "all":"vmc:blocks/rift"
      }
   }
}

 

This isn't valid syntax for the forge blockstates format. The "normal" variant has to be inside a "variants" object and defined as an array (with square brackets around the curly brackets). Look at the documentation for a simple example: https://mcforge.readthedocs.io/en/latest/blockstates/forgeBlockstates/#general-structure-of-the-format

Link to comment
Share on other sites

Ah, that was one of the things I commented out, since there was only one. The model now works!

The reason the light level didn't work is because it is a percentage, and maximum is 100%.

The other (non-constructor) methods still are not called, but I know for sure why, and will work on them later.

 

I was right - they didn't work because the override caused an error, because the super was missing. I really need to work with this more often, I've basically forgotten everything I learned.

Edited by Zane49er

Lord Volkihar has requested that I send the following message to everyone who is gifted, intellectually or artistically:

We hope that some people could help us share an epic tale of lord Volkihar's achievements and magnificent life. we plan to do this through modern media such as books, games, and mods.

For lost details, we are looking for around 5 gallons of Cortexiphan, and some N.Z.T.(around 50 pills) also, if you happen to know how to create a gel with the same density as human flesh, but low viscosity and adhesion, recipes would be appreciated.

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



×
×
  • Create New...

Important Information

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