Jump to content

HighFox

Members
  • Posts

    22
  • Joined

  • Last visited

Posts posted by HighFox

  1. I am looking to spawn special particles at the position of an entity's corpse after it has disappeared and made the poof particles. Currently the LivingDeathEvent, LivingDropsEvent and LivingExperienceDropEvent all trigger as soon as the entity dies, meaning the position of the entity supplied to the event is different to where its corpse lands and turns into smoke particles.

    Is there an event I can use that would give me the position of an entity's corpse AFTER it has disappeared? Or is there a way to get this position from the events i already mentioned? Or did I miss one?

  2. So I want to create an underground structure that is randomly generated with multiple different templates that all connect, like a mineshaft or a stronghold. I've tried looking at the vanilla code for structures like this that are already in the game, however I can't get my head around how it all works or how I would go about implementing similar techniques. Does anyone know roughly how it works and how I could generate a structure like this, or if there are any examples somewhere I can look at?

    Thanks in advance!

  3. I've been experimenting with making custom biomes lately. I've made custom structures, trees and others. However whenever i need to add a feature to a biome, i need to specify a Placement setting and a config. I have no idea what these are for and what each one does, even after trying to look through them and the calling classes. I think it would be beneficial to know what they do, and which one to use when.

    Thanks!

  4. 19 hours ago, Cadiboo said:

    You really should to do it with separate blocks, you can easily use a for loop. Also, you don’t need to explicitly make an array, you can just put the items directly in the registerAll call. https://gist.github.com/Cadiboo/b825d62fb46538e7b7b262c5612d62aa

     

    Heres a simple client event subscriber to replicate the 1.13.2 way of registering item models https://gist.github.com/Cadiboo/3f5cdb785affc069af2fa5fdf2d70358

    How would I implement a for loop?

  5. I've been trying to make a version of the normal bricks with different colour variants, but the best I have been able to do is this: 

    Spoiler

    Screen-Shot-2019-05-29-at-5-56-36-pm.png

    As you can see, it isn't working as intended. The blocks don't seem to work at all in the inventory or when placed. Please help?

     

    Log:

    Spoiler

    [17:54:23] [main/INFO] [GradleStart]: Extra: []

    [17:54:23] [main/INFO] [GradleStart]: Running with arguments: [--userProperties, {}, --assetsDir, /Users/highfox/.gradle/caches/minecraft/assets, --assetIndex, 1.12, --accessToken{REDACTED}, --version, 1.12.2, --tweakClass, net.minecraftforge.fml.common.launcher.FMLTweaker, --tweakClass, net.minecraftforge.gradle.tweakers.CoremodTweaker]

    [17:54:23] [main/INFO] [LaunchWrapper]: Loading tweak class name net.minecraftforge.fml.common.launcher.FMLTweaker

    [17:54:23] [main/INFO] [LaunchWrapper]: Using primary tweak class name net.minecraftforge.fml.common.launcher.FMLTweaker

    [17:54:23] [main/INFO] [LaunchWrapper]: Loading tweak class name net.minecraftforge.gradle.tweakers.CoremodTweaker

    [17:54:23] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.fml.common.launcher.FMLTweaker

    [17:54:23] [main/INFO] [FML]: Forge Mod Loader version 14.23.5.2838 for Minecraft 1.12.2 loading

    [17:54:23] [main/INFO] [FML]: Java is Java HotSpot(TM) 64-Bit Server VM, version 1.8.0_211, running on Mac OS X:x86_64:10.14.3, installed at /Library/Java/JavaVirtualMachines/jdk1.8.0_211.jdk/Contents/Home/jre

    [17:54:23] [main/ERROR] [FML]: Apache Maven library folder was not in the format expected. Using default libraries directory.

    [17:54:23] [main/ERROR] [FML]: Full: /Users/highfox/.gradle/caches/modules-2/files-2.1/org.apache.maven/maven-artifact/3.5.3/7dc72b6d6d8a6dced3d294ed54c2cc3515ade9f4/maven-artifact-3.5.3.jar

    [17:54:23] [main/ERROR] [FML]: Trimmed: /users/highfox/.gradle/caches/modules-2/files-2.1/org.apache.maven/maven-artifact/3.5.3/

    [17:54:23] [main/INFO] [FML]: Managed to load a deobfuscated Minecraft name- we are in a deobfuscated environment. Skipping runtime deobfuscation

    [17:54:23] [main/INFO] [FML]: Detected deobfuscated environment, loading log configs for colored console logs.

    2019-05-29 17:54:29,090 main WARN Disabling terminal, you're running in an unsupported environment.

    [17:54:29] [main/INFO] [FML]: Ignoring missing certificate for coremod FMLCorePlugin (net.minecraftforge.fml.relauncher.FMLCorePlugin), we are in deobf and it's a forge core plugin

    [17:54:29] [main/INFO] [FML]: Ignoring missing certificate for coremod FMLForgePlugin (net.minecraftforge.classloading.FMLForgePlugin), we are in deobf and it's a forge core plugin

    [17:54:29] [main/INFO] [FML]: Searching /Users/highfox/Desktop/Eclipse-Projects/Minecraft-Mod/run/./mods for mods

    [17:54:29] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.gradle.tweakers.CoremodTweaker

    [17:54:29] [main/INFO] [GradleStart]: Injecting location in coremod net.minecraftforge.fml.relauncher.FMLCorePlugin

    [17:54:29] [main/INFO] [GradleStart]: Injecting location in coremod net.minecraftforge.classloading.FMLForgePlugin

    [17:54:29] [main/INFO] [LaunchWrapper]: Loading tweak class name net.minecraftforge.fml.common.launcher.FMLInjectionAndSortingTweaker

    [17:54:29] [main/INFO] [LaunchWrapper]: Loading tweak class name net.minecraftforge.fml.common.launcher.FMLDeobfTweaker

    [17:54:29] [main/INFO] [LaunchWrapper]: Loading tweak class name net.minecraftforge.gradle.tweakers.AccessTransformerTweaker

    [17:54:29] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.fml.common.launcher.FMLInjectionAndSortingTweaker

    [17:54:29] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.fml.common.launcher.FMLInjectionAndSortingTweaker

    [17:54:29] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.fml.relauncher.CoreModManager$FMLPluginWrapper

    [17:54:35] [main/ERROR] [FML]: FML appears to be missing any signature data. This is not a good thing

    [17:54:35] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.fml.relauncher.CoreModManager$FMLPluginWrapper

    [17:54:35] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.fml.common.launcher.FMLDeobfTweaker

    [17:54:35] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.gradle.tweakers.AccessTransformerTweaker

    [17:54:35] [main/INFO] [LaunchWrapper]: Loading tweak class name net.minecraftforge.fml.common.launcher.TerminalTweaker

    [17:54:35] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.fml.common.launcher.TerminalTweaker

    [17:54:35] [main/INFO] [LaunchWrapper]: Launching wrapped minecraft {net.minecraft.client.main.Main}

    [17:54:36] [Client thread/INFO] [minecraft/Minecraft]: Setting user: Player181

    [17:54:39] [Client thread/WARN] [minecraft/GameSettings]: Skipping bad option: lastServer:

    [17:54:39] [Client thread/INFO] [minecraft/Minecraft]: LWJGL Version: 2.9.2

    [17:54:39] [Client thread/INFO] [FML]: -- System Details --

    Details:

    Minecraft Version: 1.12.2

    Operating System: Mac OS X (x86_64) version 10.14.3

    Java Version: 1.8.0_211, Oracle Corporation

    Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation

    Memory: 129836728 bytes (123 MB) / 369623040 bytes (352 MB) up to 1908932608 bytes (1820 MB)

    JVM Flags: 0 total; 

    IntCache: cache: 0, tcache: 0, allocated: 0, tallocated: 0

    FML: 

    Loaded coremods (and transformers): 

    GL info: ' Vendor: 'Intel Inc.' Version: '2.1 INTEL-12.4.7' Renderer: 'Intel(R) Iris(TM) Plus Graphics 640'

    [17:54:39] [Client thread/INFO] [FML]: MinecraftForge v14.23.5.2838 Initialized

    [17:54:39] [Client thread/INFO] [FML]: Starts to replace vanilla recipe ingredients with ore ingredients.

    [17:54:39] [Client thread/INFO] [FML]: Invalid recipe found with multiple oredict ingredients in the same ingredient...

    [17:54:40] [Client thread/INFO] [FML]: Replaced 1227 ore ingredients

    [17:54:40] [Client thread/INFO] [FML]: Searching /Users/highfox/Desktop/Eclipse-Projects/Minecraft-Mod/run/./mods for mods

    [17:54:41] [Client thread/INFO] [FML]: Forge Mod Loader has identified 5 mods to load

    [17:54:41] [Client thread/INFO] [FML]: Attempting connection with missing mods [minecraft, mcp, FML, forge, cutelyblocks] at CLIENT

    [17:54:41] [Client thread/INFO] [FML]: Attempting connection with missing mods [minecraft, mcp, FML, forge, cutelyblocks] at SERVER

    [17:54:41] [Client thread/INFO] [minecraft/SimpleReloadableResourceManager]: Reloading ResourceManager: Default, FMLFileResourcePack:Forge Mod Loader, FMLFileResourcePack:Minecraft Forge, FMLFileResourcePack:HighFox's Cutely Blocks! OwO

    [17:54:41] [Client thread/INFO] [FML]: Processing ObjectHolder annotations

    [17:54:41] [Client thread/INFO] [FML]: Found 1171 ObjectHolder annotations

    [17:54:41] [Client thread/INFO] [FML]: Identifying ItemStackHolder annotations

    [17:54:41] [Client thread/INFO] [FML]: Found 0 ItemStackHolder annotations

    [17:54:41] [Client thread/INFO] [FML]: Configured a dormant chunk cache size of 0

    [17:54:41] [Forge Version Check/INFO] [forge.VersionCheck]: [forge] Starting version check at http://files.minecraftforge.net/maven/net/minecraftforge/forge/promotions_slim.json

    [17:54:42] [Client thread/INFO] [FML]: Applying holder lookups

    [17:54:42] [Client thread/INFO] [FML]: Holder lookups applied

    [17:54:42] [Client thread/INFO] [FML]: Applying holder lookups

    [17:54:42] [Client thread/INFO] [FML]: Holder lookups applied

    [17:54:42] [Client thread/INFO] [FML]: Applying holder lookups

    [17:54:42] [Client thread/INFO] [FML]: Holder lookups applied

    [17:54:42] [Client thread/INFO] [FML]: Applying holder lookups

    [17:54:42] [Client thread/INFO] [FML]: Holder lookups applied

    [17:54:42] [Client thread/INFO] [FML]: Injecting itemstacks

    [17:54:42] [Client thread/INFO] [FML]: Itemstack injection complete

    [17:54:42] [Thread-3/INFO] [FML]: Using sync timing. 200 frames of Display.update took 870008711 nanos

    [17:54:42] [Forge Version Check/INFO] [forge.VersionCheck]: [forge] Found status: AHEAD Target: null

    [17:54:43] [Sound Library Loader/INFO] [minecraft/SoundManager]: Starting up SoundSystem...

    [17:54:43] [Thread-4/INFO] [minecraft/SoundManager]: Initializing LWJGL OpenAL

    [17:54:43] [Thread-4/INFO] [minecraft/SoundManager]: (The LWJGL binding of OpenAL.  For more information, see http://www.lwjgl.org)

    [17:54:44] [Thread-4/INFO] [minecraft/SoundManager]: OpenAL initialized.

    [17:54:44] [Sound Library Loader/INFO] [minecraft/SoundManager]: Sound engine started

    [17:54:46] [Client thread/INFO] [FML]: Max texture size: 16384

    [17:54:47] [Client thread/INFO] [minecraft/TextureMap]: Created: 512x512 textures-atlas

    [17:54:47] [Client thread/ERROR] [FML]: Exception loading model for variant cutelyblocks:stained_bricks#color=yellow for blockstate "cutelyblocks:stained_bricks"

    net.minecraftforge.client.model.ModelLoaderRegistry$LoaderException: Exception loading model cutelyblocks:stained_bricks#color=yellow with loader VariantLoader.INSTANCE, skipping

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

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

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

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

    at net.minecraftforge.client.model.ModelLoader.setupModelRegistry(ModelLoader.java:150) ~[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:132) [SimpleReloadableResourceManager.class:?]

    at net.minecraft.client.Minecraft.init(Minecraft.java:560) [Minecraft.class:?]

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

    at net.minecraft.client.main.Main.main(Main.java:118) [Main.class:?]

    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_211]

    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_211]

    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_211]

    at java.lang.reflect.Method.invoke(Method.java:498) ~[?:1.8.0_211]

    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_211]

    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_211]

    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_211]

    at java.lang.reflect.Method.invoke(Method.java:498) ~[?:1.8.0_211]

    at net.minecraftforge.gradle.GradleStartCommon.launch(GradleStartCommon.java:97) [start/:?]

    at GradleStart.main(GradleStart.java:25) [start/:?]

    Caused by: net.minecraft.client.renderer.block.model.ModelBlockDefinition$MissingVariantException

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

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

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

    ... 21 more

    [17:54:47] [Client thread/ERROR] [FML]: Exception loading blockstate for the variant cutelyblocks:stained_bricks#color=yellow: 

    java.lang.Exception: Could not load model definition for variant cutelyblocks:stained_bricks

    at net.minecraftforge.client.model.ModelLoader.getModelBlockDefinition(ModelLoader.java:269) ~[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:223) ~[ModelLoader.class:?]

    at net.minecraftforge.client.model.ModelLoader.setupModelRegistry(ModelLoader.java:150) ~[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:132) [SimpleReloadableResourceManager.class:?]

    at net.minecraft.client.Minecraft.init(Minecraft.java:560) [Minecraft.class:?]

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

    at net.minecraft.client.main.Main.main(Main.java:118) [Main.class:?]

    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_211]

    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_211]

    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_211]

    at java.lang.reflect.Method.invoke(Method.java:498) ~[?:1.8.0_211]

    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_211]

    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_211]

    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_211]

    at java.lang.reflect.Method.invoke(Method.java:498) ~[?:1.8.0_211]

    at net.minecraftforge.gradle.GradleStartCommon.launch(GradleStartCommon.java:97) [start/:?]

    at GradleStart.main(GradleStart.java:25) [start/:?]

    Caused by: java.lang.RuntimeException: Encountered an exception when loading model definition of 'cutelyblocks:stained_bricks' from: 'cutelyblocks:blockstates/stained_bricks.json' in resourcepack: 'FMLFileResourcePack:HighFox's Cutely Blocks! OwO'

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

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

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

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

    ... 20 more

    Caused by: com.google.gson.JsonSyntaxException: Missing model, expected to find a string

    at net.minecraft.util.JsonUtils.getString(JsonUtils.java:111) ~[JsonUtils.class:?]

    at net.minecraft.client.renderer.block.model.Variant$Deserializer.getStringModel(Variant.java:130) ~[Variant$Deserializer.class:?]

    at net.minecraft.client.renderer.block.model.Variant$Deserializer.deserialize(Variant.java:93) ~[Variant$Deserializer.class:?]

    at net.minecraft.client.renderer.block.model.Variant$Deserializer.deserialize(Variant.java:87) ~[Variant$Deserializer.class:?]

    at com.google.gson.internal.bind.TreeTypeAdapter.read(TreeTypeAdapter.java:69) ~[TreeTypeAdapter.class:?]

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

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

    at com.google.gson.internal.bind.TreeTypeAdapter$GsonContextImpl.deserialize(TreeTypeAdapter.java:162) ~[TreeTypeAdapter$GsonContextImpl.class:?]

    at net.minecraft.client.renderer.block.model.VariantList$Deserializer.deserialize(VariantList.java:74) ~[VariantList$Deserializer.class:?]

    at net.minecraft.client.renderer.block.model.VariantList$Deserializer.deserialize(VariantList.java:51) ~[VariantList$Deserializer.class:?]

    at com.google.gson.internal.bind.TreeTypeAdapter.read(TreeTypeAdapter.java:69) ~[TreeTypeAdapter.class:?]

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

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

    at com.google.gson.internal.bind.TreeTypeAdapter$GsonContextImpl.deserialize(TreeTypeAdapter.java:162) ~[TreeTypeAdapter$GsonContextImpl.class:?]

    at net.minecraft.client.renderer.block.model.ModelBlockDefinition$Deserializer.parseMapVariants(ModelBlockDefinition.java:169) ~[ModelBlockDefinition$Deserializer.class:?]

    at net.minecraft.client.renderer.block.model.ModelBlockDefinition$Deserializer.deserialize(ModelBlockDefinition.java:146) ~[ModelBlockDefinition$Deserializer.class:?]

    at net.minecraft.client.renderer.block.model.ModelBlockDefinition$Deserializer.deserialize(ModelBlockDefinition.java:140) ~[ModelBlockDefinition$Deserializer.class:?]

    at com.google.gson.internal.bind.TreeTypeAdapter.read(TreeTypeAdapter.java:69) ~[TreeTypeAdapter.class:?]

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

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

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

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

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

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

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

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

    ... 20 more

    [17:54:47] [Client thread/ERROR] [FML]: Exception loading model for variant cutelyblocks:stained_bricks#color=orange for blockstate "cutelyblocks:stained_bricks"

    net.minecraftforge.client.model.ModelLoaderRegistry$LoaderException: Exception loading model cutelyblocks:stained_bricks#color=orange with loader VariantLoader.INSTANCE, skipping

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

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

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

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

    at net.minecraftforge.client.model.ModelLoader.setupModelRegistry(ModelLoader.java:150) ~[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:132) [SimpleReloadableResourceManager.class:?]

    at net.minecraft.client.Minecraft.init(Minecraft.java:560) [Minecraft.class:?]

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

    at net.minecraft.client.main.Main.main(Main.java:118) [Main.class:?]

    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_211]

    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_211]

    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_211]

    at java.lang.reflect.Method.invoke(Method.java:498) ~[?:1.8.0_211]

    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_211]

    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_211]

    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_211]

    at java.lang.reflect.Method.invoke(Method.java:498) ~[?:1.8.0_211]

    at net.minecraftforge.gradle.GradleStartCommon.launch(GradleStartCommon.java:97) [start/:?]

    at GradleStart.main(GradleStart.java:25) [start/:?]

    Caused by: net.minecraft.client.renderer.block.model.ModelBlockDefinition$MissingVariantException

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

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

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

    ... 21 more

    [17:54:47] [Client thread/ERROR] [FML]: Exception loading model for variant cutelyblocks:stained_bricks#color=lime for blockstate "cutelyblocks:stained_bricks"

    net.minecraftforge.client.model.ModelLoaderRegistry$LoaderException: Exception loading model cutelyblocks:stained_bricks#color=lime with loader VariantLoader.INSTANCE, skipping

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

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

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

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

    at net.minecraftforge.client.model.ModelLoader.setupModelRegistry(ModelLoader.java:150) ~[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:132) [SimpleReloadableResourceManager.class:?]

    at net.minecraft.client.Minecraft.init(Minecraft.java:560) [Minecraft.class:?]

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

    at net.minecraft.client.main.Main.main(Main.java:118) [Main.class:?]

    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_211]

    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_211]

    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_211]

    at java.lang.reflect.Method.invoke(Method.java:498) ~[?:1.8.0_211]

    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_211]

    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_211]

    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_211]

    at java.lang.reflect.Method.invoke(Method.java:498) ~[?:1.8.0_211]

    at net.minecraftforge.gradle.GradleStartCommon.launch(GradleStartCommon.java:97) [start/:?]

    at GradleStart.main(GradleStart.java:25) [start/:?]

    Caused by: net.minecraft.client.renderer.block.model.ModelBlockDefinition$MissingVariantException

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

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

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

    ... 21 more

    [17:54:47] [Client thread/ERROR] [FML]: Exception loading model for variant cutelyblocks:stained_bricks#color=black for blockstate "cutelyblocks:stained_bricks"

    net.minecraftforge.client.model.ModelLoaderRegistry$LoaderException: Exception loading model cutelyblocks:stained_bricks#color=black with loader VariantLoader.INSTANCE, skipping

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

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

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

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

    at net.minecraftforge.client.model.ModelLoader.setupModelRegistry(ModelLoader.java:150) ~[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:132) [SimpleReloadableResourceManager.class:?]

    at net.minecraft.client.Minecraft.init(Minecraft.java:560) [Minecraft.class:?]

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

    at net.minecraft.client.main.Main.main(Main.java:118) [Main.class:?]

    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_211]

    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_211]

    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_211]

    at java.lang.reflect.Method.invoke(Method.java:498) ~[?:1.8.0_211]

    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_211]

    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_211]

    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_211]

    at java.lang.reflect.Method.invoke(Method.java:498) ~[?:1.8.0_211]

    at net.minecraftforge.gradle.GradleStartCommon.launch(GradleStartCommon.java:97) [start/:?]

    at GradleStart.main(GradleStart.java:25) [start/:?]

    Caused by: net.minecraft.client.renderer.block.model.ModelBlockDefinition$MissingVariantException

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

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

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

    ... 21 more

    [17:54:47] [Client thread/FATAL] [FML]: Suppressed additional 12 model loading errors for domain cutelyblocks

    [17:54:48] [Client thread/INFO] [FML]: Applying holder lookups

    [17:54:48] [Client thread/INFO] [FML]: Holder lookups applied

    [17:54:48] [Client thread/INFO] [cutelyblocks]: HighFox's Cutely Blocks! OwO is ready!

    [17:54:48] [Client thread/INFO] [FML]: Injecting itemstacks

    [17:54:48] [Client thread/INFO] [FML]: Itemstack injection complete

    [17:54:48] [Client thread/INFO] [FML]: Forge Mod Loader has successfully loaded 5 mods

    [17:54:48] [Client thread/WARN] [minecraft/GameSettings]: Skipping bad option: lastServer:

    [17:54:51] [Realms Notification Availability checker #1/INFO] [mojang/RealmsClient]: Could not authorize you against Realms server: Invalid session id

    [17:54:53] [Server thread/INFO] [minecraft/IntegratedServer]: Starting integrated minecraft server version 1.12.2

    [17:54:53] [Server thread/INFO] [minecraft/IntegratedServer]: Generating keypair

    [17:54:53] [Server thread/INFO] [FML]: Injecting existing registry data into this server instance

    [17:54:54] [Server thread/INFO] [FML]: Applying holder lookups

    [17:54:54] [Server thread/INFO] [FML]: Holder lookups applied

    [17:54:54] [Server thread/INFO] [FML]: Loading dimension 0 (New World) (net.minecraft.server.integrated.IntegratedServer@78608ec8)

    [17:54:54] [Server thread/INFO] [minecraft/AdvancementList]: Loaded 488 advancements

    [17:54:54] [Server thread/INFO] [FML]: Loading dimension -1 (New World) (net.minecraft.server.integrated.IntegratedServer@78608ec8)

    [17:54:54] [Server thread/INFO] [FML]: Loading dimension 1 (New World) (net.minecraft.server.integrated.IntegratedServer@78608ec8)

    [17:54:54] [Server thread/INFO] [minecraft/MinecraftServer]: Preparing start region for level 0

    [17:54:55] [Server thread/INFO] [minecraft/MinecraftServer]: Preparing spawn area: 54%

    [17:54:56] [Server thread/INFO] [FML]: Unloading dimension -1

    [17:54:56] [Server thread/INFO] [FML]: Unloading dimension 1

    [17:54:56] [Server thread/INFO] [minecraft/IntegratedServer]: Changing view distance to 12, from 10

    [17:55:04] [Netty Local Client IO #0/INFO] [FML]: Server protocol version 2

    [17:55:04] [Netty Server IO #1/INFO] [FML]: Client protocol version 2

    [17:55:04] [Netty Server IO #1/INFO] [FML]: Client attempting to join with 5 mods : minecraft@1.12.2,FML@8.0.99.99,forge@14.23.5.2838,cutelyblocks@1.0,mcp@9.42

    [17:55:04] [Netty Local Client IO #0/INFO] [FML]: [Netty Local Client IO #0] Client side modded connection established

    [17:55:04] [Server thread/INFO] [FML]: [Server thread] Server side modded connection established

    [17:55:04] [Server thread/INFO] [minecraft/PlayerList]: Player181[local:E:cbdecb60] logged in with entity id 306 at (199.18983797189762, 75.0, 257.5529168267698)

    [17:55:04] [Server thread/INFO] [minecraft/MinecraftServer]: Player181 joined the game

    [17:55:05] [Server thread/INFO] [minecraft/IntegratedServer]: Saving and pausing game...

    [17:55:05] [Server thread/INFO] [minecraft/MinecraftServer]: Saving chunks for level 'New World'/overworld

    [17:55:05] [pool-2-thread-1/WARN] [mojang/YggdrasilMinecraftSessionService]: Couldn't look up profile properties for com.mojang.authlib.GameProfile@7c4fbe8e[id=28de3746-47a4-326a-afac-3983252542f7,name=Player181,properties={},legacy=false]

    com.mojang.authlib.exceptions.AuthenticationException: The client has sent too many requests within a certain amount of time

    at com.mojang.authlib.yggdrasil.YggdrasilAuthenticationService.makeRequest(YggdrasilAuthenticationService.java:79) ~[YggdrasilAuthenticationService.class:?]

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

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

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

    at com.google.common.cache.LocalCache$LoadingValueReference.loadFuture(LocalCache.java:3716) [guava-21.0.jar:?]

    at com.google.common.cache.LocalCache$Segment.loadSync(LocalCache.java:2424) [guava-21.0.jar:?]

    at com.google.common.cache.LocalCache$Segment.lockedGetOrLoad(LocalCache.java:2298) [guava-21.0.jar:?]

    at com.google.common.cache.LocalCache$Segment.get(LocalCache.java:2211) [guava-21.0.jar:?]

    at com.google.common.cache.LocalCache.get(LocalCache.java:4154) [guava-21.0.jar:?]

    at com.google.common.cache.LocalCache.getOrLoad(LocalCache.java:4158) [guava-21.0.jar:?]

    at com.google.common.cache.LocalCache$LocalLoadingCache.get(LocalCache.java:5147) [guava-21.0.jar:?]

    at com.google.common.cache.LocalCache$LocalLoadingCache.getUnchecked(LocalCache.java:5153) [guava-21.0.jar:?]

    at com.mojang.authlib.yggdrasil.YggdrasilMinecraftSessionService.fillProfileProperties(YggdrasilMinecraftSessionService.java:170) [YggdrasilMinecraftSessionService.class:?]

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

    at net.minecraft.client.resources.SkinManager$3.run(SkinManager.java:138) [SkinManager$3.class:?]

    at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511) [?:1.8.0_211]

    at java.util.concurrent.FutureTask.run(FutureTask.java:266) [?:1.8.0_211]

    at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) [?:1.8.0_211]

    at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) [?:1.8.0_211]

    at java.lang.Thread.run(Thread.java:748) [?:1.8.0_211]

    [17:55:06] [Server thread/INFO] [minecraft/IntegratedServer]: Saving and pausing game...

    [17:55:06] [Server thread/INFO] [minecraft/MinecraftServer]: Saving chunks for level 'New World'/overworld

    2019-05-29 17:55:57.961 java[21370:1831927] Unknown modifier with keycode: 0

    [18:00:28] [Server thread/INFO] [minecraft/IntegratedServer]: Saving and pausing game...

    [18:00:28] [Server thread/INFO] [minecraft/MinecraftServer]: Saving chunks for level 'New World'/overworld

    [18:00:29] [Server thread/INFO] [minecraft/MinecraftServer]: Stopping server

    [18:00:29] [Server thread/INFO] [minecraft/MinecraftServer]: Saving players

    [18:00:29] [Server thread/INFO] [minecraft/NetHandlerPlayServer]: Player181 lost connection: Disconnected

    [18:00:29] [Server thread/INFO] [minecraft/MinecraftServer]: Player181 left the game

    [18:00:29] [Server thread/INFO] [minecraft/NetHandlerPlayServer]: Stopping singleplayer server as player logged out

    [18:00:29] [Server thread/INFO] [minecraft/MinecraftServer]: Saving worlds

    [18:00:29] [Server thread/INFO] [minecraft/MinecraftServer]: Saving chunks for level 'New World'/overworld

    [18:00:29] [Server thread/INFO] [FML]: Unloading dimension 0

    [18:00:29] [Server thread/INFO] [FML]: Applying holder lookups

    [18:00:29] [Server thread/INFO] [FML]: Holder lookups applied

    [18:00:30] [Client thread/INFO] [minecraft/Minecraft]: Stopping!

    [18:00:30] [Client thread/INFO] [minecraft/SoundManager]: SoundSystem shutting down...

    [18:00:31] [Client thread/WARN] [minecraft/SoundManager]: Author: Paul Lamb, www.paulscode.com

    Block File:

    Spoiler

    package com.highfox.cutelyblocks.block;

     

    import java.awt.List;

    import java.util.Random;

     

    import com.highfox.cutelyblocks.TestMod;

     

    import net.minecraft.block.BlockBeacon;

    import net.minecraft.block.material.MapColor;

    import net.minecraft.block.material.Material;

    import net.minecraft.block.properties.IProperty;

    import net.minecraft.block.properties.PropertyEnum;

    import net.minecraft.block.state.BlockStateContainer;

    import net.minecraft.block.state.IBlockState;

    import net.minecraft.creativetab.CreativeTabs;

    import net.minecraft.entity.EntityLivingBase;

    import net.minecraft.item.EnumDyeColor;

    import net.minecraft.item.ItemStack;

    import net.minecraft.util.BlockRenderLayer;

    import net.minecraft.util.EnumFacing;

    import net.minecraft.util.NonNullList;

    import net.minecraft.util.math.BlockPos;

    import net.minecraft.world.IBlockAccess;

    import net.minecraft.world.World;

    import net.minecraftforge.fml.relauncher.Side;

    import net.minecraftforge.fml.relauncher.SideOnly;

     

    public class BlockStainedBricks extends BlockBasic {

    public static final PropertyEnum<EnumDyeColor> COLOR = PropertyEnum.<EnumDyeColor>create("color", EnumDyeColor.class);

     

    public BlockStainedBricks(String unlocalizedName, String registryName) {

    super(Material.ROCK, unlocalizedName, registryName);

    this.setDefaultState(this.blockState.getBaseState().withProperty(COLOR, EnumDyeColor.WHITE));

    }

     

    public int damageDropped(IBlockState state)

        {

            return ((EnumDyeColor)state.getValue(COLOR)).getMetadata();

        }

     

        /**

         * returns a list of blocks with the same ID, but different meta (eg: wood returns 4 blocks)

         */

        public void getSubBlocks(CreativeTabs itemIn, NonNullList<ItemStack> items)

        {

            for (EnumDyeColor enumdyecolor : EnumDyeColor.values())

            {

                items.add(new ItemStack(this, 1, enumdyecolor.getMetadata()));

            }

        }

     

        /**

         * Get the MapColor for this Block and the given BlockState

         * @deprecated call via {@link IBlockState#getMapColor(IBlockAccess,BlockPos)} whenever possible.

         * Implementing/overriding is fine.

         */

        public MapColor getMapColor(IBlockState state, IBlockAccess worldIn, BlockPos pos)

        {

            return MapColor.getBlockColor((EnumDyeColor)state.getValue(COLOR));

        }

     

        /**

         * Returns the quantity of items to drop on block destruction.

         */

        public int quantityDropped(Random random)

        {

            return 0;

        }

     

        protected boolean canSilkHarvest()

        {

            return true;

        }

     

        /**

         * @deprecated call via {@link IBlockState#isFullCube()} whenever possible. Implementing/overriding is fine.

         */

        public boolean isFullCube(IBlockState state)

        {

            return false;

        }

     

        /**

         * Convert the given metadata into a BlockState for this Block

         */

        public IBlockState getStateFromMeta(int meta)

        {

            return this.getDefaultState().withProperty(COLOR, EnumDyeColor.byMetadata(meta));

        }

     

        /**

         * Convert the BlockState into the correct metadata value

         */

        public int getMetaFromState(IBlockState state)

        {

            return ((EnumDyeColor)state.getValue(COLOR)).getMetadata();

        }

     

        protected BlockStateContainer createBlockState()

        {

            return new BlockStateContainer(this, new IProperty[] {COLOR});

        }

     

    }

    Event Subscriber:

    Spoiler

    package com.highfox.cutelyblocks;

     

    import com.highfox.cutelyblocks.TestMod;

     

    import com.highfox.cutelyblocks.block.BlockBasic;

    import com.highfox.cutelyblocks.block.BlockStainedBricks;

    import com.highfox.cutelyblocks.init.ModBlocks;

     

    import com.highfox.cutelyblocks.item.ItemBasic;

    import com.highfox.cutelyblocks.item.ItemPaintbrush;

     

    import net.minecraft.block.Block;

    import net.minecraft.block.material.Material;

    import net.minecraft.item.Item;

    import net.minecraft.item.ItemBlock;

    import net.minecraft.item.EnumDyeColor;

     

    import net.minecraftforge.event.RegistryEvent.Register;

    import net.minecraftforge.fml.common.Mod.EventBusSubscriber;

    import net.minecraftforge.fml.common.eventhandler.SubscribeEvent;

     

    @EventBusSubscriber(modid = TestMod.MODID)

    public final class EventSubscriber {

     

    @SubscribeEvent

    public static void registerBlocks(Register<Block> event) {

    final Block[] blocks = {

    new BlockStainedBricks("stainedBricks", "stained_bricks"),

    };

     

    event.getRegistry().registerAll(blocks);

    }

     

    @SubscribeEvent

    public static void registerItems(Register<Item> event) {

    final Item[] items = {

    new ItemBasic("basicItem", "basic_item"),

    new ItemPaintbrush("paintbrush", "paintbrush"),

    };

     

    final Item[] itemBlocks = {

                    new ItemBlock(ModBlocks.STAINED_BRICKS).setRegistryName(ModBlocks.STAINED_BRICKS.getRegistryName()),

            };

     

    event.getRegistry().registerAll(items);

    event.getRegistry().registerAll(itemBlocks);

    }

     

    }

     

    Client Event Subscriber:

    Spoiler

    package com.highfox.cutelyblocks.client;

     

    import com.highfox.cutelyblocks.TestMod;

    import com.highfox.cutelyblocks.init.ModBlocks;

    import com.highfox.cutelyblocks.init.ModItems;

     

    import net.minecraft.client.renderer.block.model.ModelResourceLocation;

    import net.minecraft.item.Item;

    import net.minecraftforge.client.event.ModelRegistryEvent;

    import net.minecraftforge.client.model.ModelLoader;

    import net.minecraftforge.fml.common.Mod.EventBusSubscriber;

    import net.minecraftforge.fml.common.eventhandler.SubscribeEvent;

    import net.minecraftforge.fml.relauncher.Side;

     

    @EventBusSubscriber(modid = TestMod.MODID, value = Side.CLIENT)

    public final class ClientEventSubscriber {

     

        @SubscribeEvent

        public static void registerModels(ModelRegistryEvent event) {

            registerModel(ModItems.BASIC_ITEM);

            registerModel(ModItems.PAINTBRUSH);

            

            registerModel(Item.getItemFromBlock(ModBlocks.STAINED_BRICKS));

        }

     

        private static void registerModel(Item item) {

            ModelLoader.setCustomModelResourceLocation(item, 0, new ModelResourceLocation(item.getRegistryName(), "inventory"));

        }

        

    }

    Blockstate:

    Spoiler

    {

       "variants": {

          "inventory,color=white": [{"model":"cutelyblocks:white_stained_bricks"}],

          "inventory,color=orange": [{"model":"cutelyblocks:orange_stained_bricks"}],

          "inventory,color=magenta": [{"model":"cutelyblocks:magenta_stained_bricks"}],

          "inventory,color=lightBlue": [{"model":"cutelyblocks:light_blue_stained_bricks"}],

          "inventory,color=yellow": [{"model":"cutelyblocks:yellow_stained_bricks"}],

          "inventory,color=lime": [{"model":"cutelyblocks:lime_stained_bricks"}],

          "inventory,color=pink": [{"model":"cutelyblocks:pink_stained_bricks"}],

          "inventory,color=gray": [{"model":"cutelyblocks:gray_stained_bricks"}],

          "inventory,color=cyan": [{"model":"cutelyblocks:cyan_stained_bricks"}],

          "inventory,color=silver": [{"model":"cutelyblocks:silver_stained_bricks"}],

          "inventory,color=purple": [{"model":"cutelyblocks:purple_stained_bricks"}],

          "inventory,color=blue": [{"model":"cutelyblocks:blue_stained_bricks"}],

          "inventory,color=green": [{"model":"cutelyblocks:green_stained_bricks"}],

          "inventory,color=red": [{"model":"cutelyblocks:red_stained_bricks"}],

          "inventory,color=black": [{"model":"cutelyblocks:black_stained_bricks"}],

      "inventory,color=brown": [{"model": "minecraft:brick"}],

     

      "color": {

      "white": {"model":"cutelyblocks:white_stained_bricks"},

      "orange": {"model":"cutelyblocks:orange_stained_bricks"},

      "magenta": {"model":"cutelyblocks:magenta_stained_bricks"},

      "lightBlue": {"model":"cutelyblocks:light_blue_stained_bricks"},

      "yellow": {"model":"cutelyblocks:yellow_stained_bricks"},

      "lime": {"model":"cutelyblocks:lime_stained_bricks"},

      "pink": {"model":"cutelyblocks:pink_stained_bricks"},

      "gray": {"model":"cutelyblocks:gray_stained_bricks"},

      "cyan": {"model":"cutelyblocks:cyan_stained_bricks"},

      "silver": {"model":"cutelyblocks:silver_stained_bricks"},

      "purple": {"model":"cutelyblocks:purple_stained_bricks"},

      "blue": {"model":"cutelyblocks:blue_stained_bricks"},

      "green": {"model":"cutelyblocks:green_stained_bricks"},

      "red": {"model":"cutelyblocks:red_stained_bricks"},

      "black": {"model":"cutelyblocks:black_stained_bricks"},

      "brown": {"model": "minecraft:brick"}

      }

       }

    }

     

×
×
  • Create New...

Important Information

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