Некорректный блокстейт

Версия Minecraft
1.12.2
1,031
19
87
Либо что-то забыл, либо я хз:
Код:
{
    "variants": {
        "normal": {
            "model": "test:block/creative_tab"
        }
    }
}
Код:
{
    "textures": {
        "0": "test:blocks/creative_tab",
        "particle": "test:blocks/creative_tab"
    },
    "elements": [
        {
            "from": [0, 0, 0],
            "to": [4, 4, 4],
            "faces": {
                "north": {"uv": [0, 0, 4, 4], "texture": "#0"},
                "east": {"uv": [0, 0, 4, 4], "texture": "#0"},
                "south": {"uv": [0, 0, 4, 4], "texture": "#0"},
                "west": {"uv": [0, 0, 4, 4], "texture": "#0"},
                "up": {"uv": [0, 0, 4, 4], "texture": "#0"},
                "down": {"uv": [0, 0, 4, 4], "texture": "#0"}
            }
        },
        {
            "from": [0, 0, 12],
            "to": [4, 4, 16],
            "faces": {
                "north": {"uv": [0, 0, 4, 4], "texture": "#0"},
                "east": {"uv": [0, 0, 4, 4], "texture": "#0"},
                "south": {"uv": [0, 0, 4, 4], "texture": "#0"},
                "west": {"uv": [0, 0, 4, 4], "texture": "#0"},
                "up": {"uv": [0, 0, 4, 4], "texture": "#0"},
                "down": {"uv": [0, 0, 4, 4], "texture": "#0"}
            }
        },
        {
            "from": [12, 0, 0],
            "to": [16, 4, 4],
            "faces": {
                "north": {"uv": [0, 0, 4, 4], "texture": "#0"},
                "east": {"uv": [0, 0, 4, 4], "texture": "#0"},
                "south": {"uv": [0, 0, 4, 4], "texture": "#0"},
                "west": {"uv": [0, 0, 4, 4], "texture": "#0"},
                "up": {"uv": [0, 0, 4, 4], "texture": "#0"},
                "down": {"uv": [0, 0, 4, 4], "texture": "#0"}
            }
        },
        {
            "from": [12, 0, 12],
            "to": [16, 4, 16],
            "faces": {
                "north": {"uv": [0, 0, 4, 4], "texture": "#0"},
                "east": {"uv": [0, 0, 4, 4], "texture": "#0"},
                "south": {"uv": [0, 0, 4, 4], "texture": "#0"},
                "west": {"uv": [0, 0, 4, 4], "texture": "#0"},
                "up": {"uv": [0, 0, 4, 4], "texture": "#0"},
                "down": {"uv": [0, 0, 4, 4], "texture": "#0"}
            }
        },
        {
            "from": [4, 4, 4],
            "to": [12, 12, 12],
            "faces": {
                "north": {"uv": [0, 0, 8, 8], "texture": "#0"},
                "east": {"uv": [0, 0, 8, 8], "texture": "#0"},
                "south": {"uv": [0, 0, 8, 8], "texture": "#0"},
                "west": {"uv": [0, 0, 8, 8], "texture": "#0"},
                "up": {"uv": [0, 0, 8, 8], "texture": "#0"},
                "down": {"uv": [0, 0, 8, 8], "texture": "#0"}
            }
        },
        {
            "from": [0, 12, 0],
            "to": [4, 16, 4],
            "faces": {
                "north": {"uv": [0, 0, 4, 4], "texture": "#0"},
                "east": {"uv": [0, 0, 4, 4], "texture": "#0"},
                "south": {"uv": [0, 0, 4, 4], "texture": "#0"},
                "west": {"uv": [0, 0, 4, 4], "texture": "#0"},
                "up": {"uv": [0, 0, 4, 4], "texture": "#0"},
                "down": {"uv": [0, 0, 4, 4], "texture": "#0"}
            }
        },
        {
            "from": [12, 12, 0],
            "to": [16, 16, 4],
            "faces": {
                "north": {"uv": [0, 0, 4, 4], "texture": "#0"},
                "east": {"uv": [0, 0, 4, 4], "texture": "#0"},
                "south": {"uv": [0, 0, 4, 4], "texture": "#0"},
                "west": {"uv": [0, 0, 4, 4], "texture": "#0"},
                "up": {"uv": [0, 0, 4, 4], "texture": "#0"},
                "down": {"uv": [0, 0, 4, 4], "texture": "#0"}
            }
        },
        {
            "from": [0, 12, 12],
            "to": [4, 16, 16],
            "faces": {
                "north": {"uv": [0, 0, 4, 4], "texture": "#0"},
                "east": {"uv": [0, 0, 4, 4], "texture": "#0"},
                "south": {"uv": [0, 0, 4, 4], "texture": "#0"},
                "west": {"uv": [0, 0, 4, 4], "texture": "#0"},
                "up": {"uv": [0, 0, 4, 4], "texture": "#0"},
                "down": {"uv": [0, 0, 4, 4], "texture": "#0"}
            }
        },
        {
            "from": [12, 12, 12],
            "to": [16, 16, 16],
            "faces": {
                "north": {"uv": [0, 0, 4, 4], "texture": "#0"},
                "east": {"uv": [0, 0, 4, 4], "texture": "#0"},
                "south": {"uv": [0, 0, 4, 4], "texture": "#0"},
                "west": {"uv": [0, 0, 4, 4], "texture": "#0"},
                "up": {"uv": [0, 0, 4, 4], "texture": "#0"},
                "down": {"uv": [0, 0, 4, 4], "texture": "#0"}
            }
        }
    ]
}
Код:
{
    "parent": "test:block/creative_tab"
}
Код:
public class BlockCreativeTab extends Block {
    
    public BlockCreativeTab() {
        
        super(Material.IRON);
        
        this.setHardness(1.0F);
        this.setRegistryName("creative_tab");
        this.setResistance(1.0F);
        this.setUnlocalizedName("creative_tab");
        
    }
    
    @Override
    public boolean isOpaqueCube(IBlockState state) {
        
        return false;
        
    }
    
    @Override
    public boolean isFullCube(IBlockState state) {
        
        return false;
        
    }

}
2019-02-24_21.01.22.png
 
Краш-лог
Working Directory: C:\Users\LeyxorCheysen\Documents\Test
Gradle User Home: C:\Users\LeyxorCheysen\.gradle
Gradle Distribution: Gradle wrapper from target build
Gradle Version: 2.14
Java Home: C:\Program Files\Java\jdk1.8.0_201
JVM Arguments: None
Program Arguments: None
Build Scans Enabled: false
Offline Mode Enabled: false
Gradle Tasks: runClient

This mapping 'snapshot_20171003' was designed for MC 1.12! Use at your own peril.
:deobfCompileDummyTask
:deobfProvidedDummyTask
:sourceApiJava UP-TO-DATE
:compileApiJava UP-TO-DATE
:processApiResources UP-TO-DATE
:apiClasses UP-TO-DATE
:sourceMainJava UP-TO-DATE
:compileJavaNote: C:\Users\LeyxorCheysen\Documents\Test\build\sources\main\java\com\leyxorcheysen\test\common\blocks\BlockCreativeTab.java uses or overrides a deprecated API.
Note: Recompile with -Xlint:deprecation for details.

:processResources
:classes
:jar
:getVersionJson
:extractNatives SKIPPED
:extractUserdev UP-TO-DATE
:getAssetIndex UP-TO-DATE
:getAssets
Current status: 37/1305 2%
Current status: 431/1305 33%
Current status: 1060/1305 81%
Current status: 1067/1305 81%
Current status: 1074/1305 82%
Current status: 1143/1305 87%
:makeStart
:runClient
[20:52:23] [main/INFO] [GradleStart]: username: LeyxorCheysen
[20:52:23] [main/INFO] [GradleStart]: Extra: []
[20:52:23] [main/INFO] [GradleStart]: Running with arguments: [--userProperties, {}, --assetsDir, C:/Users/LeyxorCheysen/.gradle/caches/minecraft/assets, --assetIndex, 1.12, --accessToken{REDACTED}, --version, 1.12.2, --username, LeyxorCheysen, --tweakClass, net.minecraftforge.fml.common.launcher.FMLTweaker, --tweakClass, net.minecraftforge.gradle.tweakers.CoremodTweaker]
[20:52:23] [main/INFO] [LaunchWrapper]: Loading tweak class name net.minecraftforge.fml.common.launcher.FMLTweaker
[20:52:23] [main/INFO] [LaunchWrapper]: Using primary tweak class name net.minecraftforge.fml.common.launcher.FMLTweaker
[20:52:23] [main/INFO] [LaunchWrapper]: Loading tweak class name net.minecraftforge.gradle.tweakers.CoremodTweaker
[20:52:23] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.fml.common.launcher.FMLTweaker
[20:52:23] [main/INFO] [FML]: Forge Mod Loader version 14.23.5.2768 for Minecraft 1.12.2 loading
[20:52:23] [main/INFO] [FML]: Java is Java HotSpot(TM) 64-Bit Server VM, version 1.8.0_201, running on Windows 7:amd64:6.1, installed at C:\Program Files\Java\jdk1.8.0_201\jre
[20:52:24] [main/ERROR] [FML]: Apache Maven library folder was not in the format expected. Using default libraries directory.
[20:52:24] [main/ERROR] [FML]: Full: C:\Users\LeyxorCheysen\.gradle\caches\modules-2\files-2.1\org.apache.maven\maven-artifact\3.5.3\7dc72b6d6d8a6dced3d294ed54c2cc3515ade9f4\maven-artifact-3.5.3.jar
[20:52:24] [main/ERROR] [FML]: Trimmed: c:/users/leyxorcheysen/.gradle/caches/modules-2/files-2.1/org.apache.maven/maven-artifact/3.5.3/
[20:52:24] [main/INFO] [FML]: Managed to load a deobfuscated Minecraft name- we are in a deobfuscated environment. Skipping runtime deobfuscation
[20:52:24] [main/INFO] [FML]: Detected deobfuscated environment, loading log configs for colored console logs.
2019-02-24 20:52:25,957 main WARN Disabling terminal, you're running in an unsupported environment.
[20:52:26] [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
[20:52:26] [main/INFO] [FML]: Ignoring missing certificate for coremod FMLForgePlugin (net.minecraftforge.classloading.FMLForgePlugin), we are in deobf and it's a forge core plugin
[20:52:26] [main/INFO] [FML]: Searching C:\Users\LeyxorCheysen\Documents\Test\run\.\mods for mods
[20:52:26] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.gradle.tweakers.CoremodTweaker
[20:52:26] [main/INFO] [GradleStart]: Injecting location in coremod net.minecraftforge.fml.relauncher.FMLCorePlugin
[20:52:26] [main/INFO] [GradleStart]: Injecting location in coremod net.minecraftforge.classloading.FMLForgePlugin
[20:52:26] [main/INFO] [LaunchWrapper]: Loading tweak class name net.minecraftforge.fml.common.launcher.FMLInjectionAndSortingTweaker
[20:52:26] [main/INFO] [LaunchWrapper]: Loading tweak class name net.minecraftforge.fml.common.launcher.FMLDeobfTweaker
[20:52:26] [main/INFO] [LaunchWrapper]: Loading tweak class name net.minecraftforge.gradle.tweakers.AccessTransformerTweaker
[20:52:26] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.fml.common.launcher.FMLInjectionAndSortingTweaker
[20:52:26] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.fml.common.launcher.FMLInjectionAndSortingTweaker
[20:52:26] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.fml.relauncher.CoreModManager$FMLPluginWrapper
[20:52:28] [main/ERROR] [FML]: FML appears to be missing any signature data. This is not a good thing
[20:52:28] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.fml.relauncher.CoreModManager$FMLPluginWrapper
[20:52:28] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.fml.common.launcher.FMLDeobfTweaker
[20:52:29] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.gradle.tweakers.AccessTransformerTweaker
[20:52:29] [main/INFO] [LaunchWrapper]: Loading tweak class name net.minecraftforge.fml.common.launcher.TerminalTweaker
[20:52:29] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.fml.common.launcher.TerminalTweaker
[20:52:29] [main/INFO] [LaunchWrapper]: Launching wrapped minecraft {net.minecraft.client.main.Main}
[20:52:30] [main/INFO] [minecraft/Minecraft]: Setting user: LeyxorCheysen
[20:52:45] [main/WARN] [minecraft/GameSettings]: Skipping bad option: lastServer:
[20:52:46] [main/INFO] [minecraft/Minecraft]: LWJGL Version: 2.9.4
[20:52:51] [main/INFO] [FML]: -- System Details --
Details:
Minecraft Version: 1.12.2
Operating System: Windows 7 (amd64) version 6.1
Java Version: 1.8.0_201, Oracle Corporation
Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
Memory: 642609984 bytes (612 MB) / 771751936 bytes (736 MB) up to 1073741824 bytes (1024 MB)
JVM Flags: 7 total; -XX:+UnlockExperimentalVMOptions -XX:+UseG1GC -XX:G1NewSizePercent=20 -XX:G1ReservePercent=20 -XX:MaxGCPauseMillis=50 -XX:G1HeapRegionSize=32M -Xmx1G
IntCache: cache: 0, tcache: 0, allocated: 0, tallocated: 0
FML:
Loaded coremods (and transformers):
GL info: ' Vendor: 'Intel' Version: '4.3.0 - Build 10.18.14.4299' Renderer: 'Intel(R) HD Graphics 400'
[20:52:51] [main/INFO] [FML]: MinecraftForge v14.23.5.2768 Initialized
[20:52:51] [main/INFO] [FML]: Starts to replace vanilla recipe ingredients with ore ingredients.
[20:52:52] [main/INFO] [FML]: Replaced 1036 ore ingredients
[20:52:53] [main/INFO] [FML]: Searching C:\Users\LeyxorCheysen\Documents\Test\run\.\mods for mods
[20:52:54] [Thread-3/INFO] [FML]: Using sync timing. 200 frames of Display.update took 276976691 nanos
[20:52:58] [main/INFO] [FML]: Forge Mod Loader has identified 5 mods to load
[20:53:00] [main/INFO] [FML]: Attempting connection with missing mods [minecraft, mcp, FML, forge, test] at CLIENT
[20:53:00] [main/INFO] [FML]: Attempting connection with missing mods [minecraft, mcp, FML, forge, test] at SERVER
[20:53:03] [main/INFO] [minecraft/SimpleReloadableResourceManager]: Reloading ResourceManager: Default, FMLFileResourcePack:Forge Mod Loader, FMLFileResourcePack:Minecraft Forge, FMLFileResourcePack:Test
[20:53:04] [main/INFO] [FML]: Processing ObjectHolder annotations
[20:53:04] [main/INFO] [FML]: Found 1168 ObjectHolder annotations
[20:53:04] [main/INFO] [FML]: Identifying ItemStackHolder annotations
[20:53:04] [main/INFO] [FML]: Found 0 ItemStackHolder annotations
[20:53:05] [main/INFO] [FML]: Configured a dormant chunk cache size of 25
[20:53:05] [Forge Version Check/INFO] [forge.VersionCheck]: [forge] Starting version check at http://files.minecraftforge.net/maven/net/minecraftforge/forge/promotions_slim.json
[20:53:05] [main/INFO] [FML]: Applying holder lookups
[20:53:05] [main/INFO] [FML]: Holder lookups applied
[20:53:05] [main/INFO] [FML]: Applying holder lookups
[20:53:05] [main/INFO] [FML]: Holder lookups applied
[20:53:05] [main/INFO] [FML]: Applying holder lookups
[20:53:05] [main/INFO] [FML]: Holder lookups applied
[20:53:05] [main/INFO] [FML]: Applying holder lookups
[20:53:05] [main/INFO] [FML]: Holder lookups applied
[20:53:05] [main/INFO] [FML]: Injecting itemstacks
[20:53:05] [main/INFO] [FML]: Itemstack injection complete
[20:53:05] [Forge Version Check/INFO] [forge.VersionCheck]: [forge] Found status: UP_TO_DATE Target: null
[20:53:11] [Sound Library Loader/INFO] [minecraft/SoundManager]: Starting up SoundSystem...
[20:53:11] [Thread-5/INFO] [minecraft/SoundManager]: Initializing LWJGL OpenAL
[20:53:11] [Thread-5/INFO] [minecraft/SoundManager]: (The LWJGL binding of OpenAL. For more information, see http://www.lwjgl.org)
[20:53:22] [main/INFO] [FML]: Max texture size: 8192
[20:53:23] [main/INFO] [minecraft/TextureMap]: Created: 512x512 textures-atlas
[20:53:27] [main/ERROR] [FML]: Exception loading model for variant test:creative_tab#normal for blockstate "test:creative_tab"
net.minecraftforge.client.model.ModelLoaderRegistry$LoaderException: Exception loading model test:creative_tab#normal 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:121) [SimpleReloadableResourceManager.class:?]
at net.minecraft.client.Minecraft.init(Minecraft.java:559) [Minecraft.class:?]
at net.minecraft.client.Minecraft.run(Minecraft.java:421) [Minecraft.class:?]
at net.minecraft.client.main.Main.main(Main.java:118) [Main.class:?]
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_201]
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_201]
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_201]
at java.lang.reflect.Method.invoke(Method.java:498) ~[?:1.8.0_201]
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_201]
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_201]
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_201]
at java.lang.reflect.Method.invoke(Method.java:498) ~[?:1.8.0_201]
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
[20:53:27] [main/ERROR] [FML]: Exception loading blockstate for the variant test:creative_tab#normal:
java.lang.Exception: Could not load model definition for variant test:creative_tab
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:121) [SimpleReloadableResourceManager.class:?]
at net.minecraft.client.Minecraft.init(Minecraft.java:559) [Minecraft.class:?]
at net.minecraft.client.Minecraft.run(Minecraft.java:421) [Minecraft.class:?]
at net.minecraft.client.main.Main.main(Main.java:118) [Main.class:?]
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_201]
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_201]
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_201]
at java.lang.reflect.Method.invoke(Method.java:498) ~[?:1.8.0_201]
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_201]
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_201]
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_201]
at java.lang.reflect.Method.invoke(Method.java:498) ~[?:1.8.0_201]
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 model test:blockstates/creative_tab.json
at net.minecraft.client.renderer.block.model.ModelBakery.loadMultipartMBD(ModelBakery.java:228) ~[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: java.io.FileNotFoundException: test:blockstates/creative_tab.json
at net.minecraft.client.resources.FallbackResourceManager.getAllResources(FallbackResourceManager.java:104) ~[FallbackResourceManager.class:?]
at net.minecraft.client.resources.SimpleReloadableResourceManager.getAllResources(SimpleReloadableResourceManager.java:79) ~[SimpleReloadableResourceManager.class:?]
at net.minecraft.client.renderer.block.model.ModelBakery.loadMultipartMBD(ModelBakery.java:221) ~[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
[20:53:29] [main/INFO] [FML]: Applying holder lookups
[20:53:29] [main/INFO] [FML]: Holder lookups applied
[20:53:29] [main/INFO] [FML]: Injecting itemstacks
[20:53:29] [main/INFO] [FML]: Itemstack injection complete
[20:53:30] [main/INFO] [FML]: Forge Mod Loader has successfully loaded 5 mods
[20:53:30] [main/WARN] [minecraft/GameSettings]: Skipping bad option: lastServer:
[20:53:30] [main/INFO] [mojang/NarratorWindows]: Narrator library for x64 successfully loaded
[20:53:40] [Thread-5/INFO] [minecraft/SoundManager]: OpenAL initialized.
[20:53:40] [Sound Library Loader/INFO] [minecraft/SoundManager]: Sound engine started
[20:53:44] [Server thread/INFO] [minecraft/IntegratedServer]: Starting integrated minecraft server version 1.12.2
[20:53:44] [Server thread/INFO] [minecraft/IntegratedServer]: Generating keypair
[20:53:45] [Server thread/INFO] [FML]: Injecting existing registry data into this server instance
[20:53:46] [Server thread/INFO] [FML]: Applying holder lookups
[20:53:46] [Server thread/INFO] [FML]: Holder lookups applied
[20:53:46] [Server thread/INFO] [FML]: Loading dimension 0 (New World) (net.minecraft.server.integrated.IntegratedServer@4feefc4b)
[20:53:47] [Server thread/INFO] [minecraft/AdvancementList]: Loaded 488 advancements
[20:53:47] [Server thread/INFO] [FML]: Loading dimension -1 (New World) (net.minecraft.server.integrated.IntegratedServer@4feefc4b)
[20:53:48] [Server thread/INFO] [FML]: Loading dimension 1 (New World) (net.minecraft.server.integrated.IntegratedServer@4feefc4b)
[20:53:48] [Server thread/INFO] [minecraft/MinecraftServer]: Preparing start region for level 0
[20:53:49] [Server thread/INFO] [minecraft/MinecraftServer]: Preparing spawn area: 11%
[20:53:50] [Server thread/INFO] [minecraft/MinecraftServer]: Preparing spawn area: 58%
[20:53:51] [Server thread/INFO] [FML]: Unloading dimension -1
[20:53:51] [Server thread/INFO] [FML]: Unloading dimension 1
[20:53:51] [Server thread/INFO] [minecraft/IntegratedServer]: Changing view distance to 4, from 10
[20:53:55] [Netty Local Client IO #0/INFO] [FML]: Server protocol version 2
[20:53:55] [Netty Server IO #1/INFO] [FML]: Client protocol version 2
[20:53:55] [Netty Server IO #1/INFO] [FML]: Client attempting to join with 5 mods : [email protected],[email protected],test@test,[email protected],[email protected]
[20:53:55] [Netty Local Client IO #0/INFO] [FML]: [Netty Local Client IO #0] Client side modded connection established
[20:53:55] [Server thread/INFO] [FML]: [Server thread] Server side modded connection established
[20:53:55] [Server thread/INFO] [minecraft/PlayerList]: LeyxorCheysen[local:E:7850c1b3] logged in with entity id 86 at (1663.699999988079, 4.0, -529.4561305558688)
[20:53:55] [Server thread/INFO] [minecraft/MinecraftServer]: LeyxorCheysen joined the game
[20:53:58] [Server thread/INFO] [minecraft/IntegratedServer]: Saving and pausing game...
[20:53:58] [Server thread/INFO] [minecraft/MinecraftServer]: Saving chunks for level 'New World'/overworld
[20:53:59] [Server thread/WARN] [minecraft/MinecraftServer]: Can't keep up! Did the system time change, or is the server overloaded? Running 3744ms behind, skipping 74 tick(s)
[20:53:59] [pool-2-thread-1/WARN] [mojang/YggdrasilMinecraftSessionService]: Couldn't look up profile properties for com.mojang.authlib.GameProfile@173386dc[id=7f31110d-38d1-3cf9-8d9e-4dc17775adad,name=LeyxorCheysen,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:3181) [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_201]
at java.util.concurrent.FutureTask.run(FutureTask.java:266) [?:1.8.0_201]
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) [?:1.8.0_201]
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) [?:1.8.0_201]
at java.lang.Thread.run(Thread.java:748) [?:1.8.0_201]
[20:54:19] [Server thread/INFO] [minecraft/IntegratedServer]: Saving and pausing game...
[20:54:19] [Server thread/INFO] [minecraft/MinecraftServer]: Saving chunks for level 'New World'/overworld
[20:54:21] [Server thread/INFO] [minecraft/MinecraftServer]: Stopping server
[20:54:21] [Server thread/INFO] [minecraft/MinecraftServer]: Saving players
[20:54:21] [Server thread/INFO] [minecraft/NetHandlerPlayServer]: LeyxorCheysen lost connection: Disconnected
[20:54:21] [Server thread/INFO] [minecraft/MinecraftServer]: LeyxorCheysen left the game
[20:54:21] [Server thread/INFO] [minecraft/NetHandlerPlayServer]: Stopping singleplayer server as player logged out
[20:54:21] [Server thread/INFO] [minecraft/MinecraftServer]: Saving worlds
[20:54:21] [Server thread/INFO] [minecraft/MinecraftServer]: Saving chunks for level 'New World'/overworld
[20:54:21] [Server thread/INFO] [FML]: Unloading dimension 0
[20:54:21] [Server thread/INFO] [FML]: Applying holder lookups
[20:54:21] [Server thread/INFO] [FML]: Holder lookups applied
[20:54:24] [main/INFO] [minecraft/Minecraft]: Stopping!
[20:54:24] [main/INFO] [minecraft/SoundManager]: SoundSystem shutting down...
[20:54:24] [main/WARN] [minecraft/SoundManager]: Author: Paul Lamb, www.paulscode.com

BUILD SUCCESSFUL

Total time: 2 mins 25.089 secs
Краш-лог:
Working Directory: C:\Users\LeyxorCheysen\Documents\Test
Gradle User Home: C:\Users\LeyxorCheysen\.gradle
Gradle Distribution: Gradle wrapper from target build
Gradle Version: 2.14
Java Home: C:\Program Files\Java\jdk1.8.0_201
JVM Arguments: None
Program Arguments: None
Build Scans Enabled: false
Offline Mode Enabled: false
Gradle Tasks: runClient

This mapping 'snapshot_20171003' was designed for MC 1.12! Use at your own peril.
:deobfCompileDummyTask
:deobfProvidedDummyTask
:sourceApiJava UP-TO-DATE
:compileApiJava UP-TO-DATE
:processApiResources UP-TO-DATE
:apiClasses UP-TO-DATE
:sourceMainJava UP-TO-DATE
:compileJavaNote: C:\Users\LeyxorCheysen\Documents\Test\build\sources\main\java\com\leyxorcheysen\test\common\blocks\BlockCreativeTab.java uses or overrides a deprecated API.
Note: Recompile with -Xlint:deprecation for details.

:processResources
:classes
:jar
:getVersionJson
:extractNatives SKIPPED
:extractUserdev UP-TO-DATE
:getAssetIndex UP-TO-DATE
:getAssets
Current status: 37/1305   2%
Current status: 431/1305   33%
Current status: 1060/1305   81%
Current status: 1067/1305   81%
Current status: 1074/1305   82%
Current status: 1143/1305   87%
:makeStart
:runClient
[20:52:23] [main/INFO] [GradleStart]: username: LeyxorCheysen
[20:52:23] [main/INFO] [GradleStart]: Extra: []
[20:52:23] [main/INFO] [GradleStart]: Running with arguments: [--userProperties, {}, --assetsDir, C:/Users/LeyxorCheysen/.gradle/caches/minecraft/assets, --assetIndex, 1.12, --accessToken{REDACTED}, --version, 1.12.2, --username, LeyxorCheysen, --tweakClass, net.minecraftforge.fml.common.launcher.FMLTweaker, --tweakClass, net.minecraftforge.gradle.tweakers.CoremodTweaker]
[20:52:23] [main/INFO] [LaunchWrapper]: Loading tweak class name net.minecraftforge.fml.common.launcher.FMLTweaker
[20:52:23] [main/INFO] [LaunchWrapper]: Using primary tweak class name net.minecraftforge.fml.common.launcher.FMLTweaker
[20:52:23] [main/INFO] [LaunchWrapper]: Loading tweak class name net.minecraftforge.gradle.tweakers.CoremodTweaker
[20:52:23] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.fml.common.launcher.FMLTweaker
[20:52:23] [main/INFO] [FML]: Forge Mod Loader version 14.23.5.2768 for Minecraft 1.12.2 loading
[20:52:23] [main/INFO] [FML]: Java is Java HotSpot(TM) 64-Bit Server VM, version 1.8.0_201, running on Windows 7:amd64:6.1, installed at C:\Program Files\Java\jdk1.8.0_201\jre
[20:52:24] [main/ERROR] [FML]: Apache Maven library folder was not in the format expected. Using default libraries directory.
[20:52:24] [main/ERROR] [FML]: Full: C:\Users\LeyxorCheysen\.gradle\caches\modules-2\files-2.1\org.apache.maven\maven-artifact\3.5.3\7dc72b6d6d8a6dced3d294ed54c2cc3515ade9f4\maven-artifact-3.5.3.jar
[20:52:24] [main/ERROR] [FML]: Trimmed: c:/users/leyxorcheysen/.gradle/caches/modules-2/files-2.1/org.apache.maven/maven-artifact/3.5.3/
[20:52:24] [main/INFO] [FML]: Managed to load a deobfuscated Minecraft name- we are in a deobfuscated environment. Skipping runtime deobfuscation
[20:52:24] [main/INFO] [FML]: Detected deobfuscated environment, loading log configs for colored console logs.
2019-02-24 20:52:25,957 main WARN Disabling terminal, you're running in an unsupported environment.
[20:52:26] [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
[20:52:26] [main/INFO] [FML]: Ignoring missing certificate for coremod FMLForgePlugin (net.minecraftforge.classloading.FMLForgePlugin), we are in deobf and it's a forge core plugin
[20:52:26] [main/INFO] [FML]: Searching C:\Users\LeyxorCheysen\Documents\Test\run\.\mods for mods
[20:52:26] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.gradle.tweakers.CoremodTweaker
[20:52:26] [main/INFO] [GradleStart]: Injecting location in coremod net.minecraftforge.fml.relauncher.FMLCorePlugin
[20:52:26] [main/INFO] [GradleStart]: Injecting location in coremod net.minecraftforge.classloading.FMLForgePlugin
[20:52:26] [main/INFO] [LaunchWrapper]: Loading tweak class name net.minecraftforge.fml.common.launcher.FMLInjectionAndSortingTweaker
[20:52:26] [main/INFO] [LaunchWrapper]: Loading tweak class name net.minecraftforge.fml.common.launcher.FMLDeobfTweaker
[20:52:26] [main/INFO] [LaunchWrapper]: Loading tweak class name net.minecraftforge.gradle.tweakers.AccessTransformerTweaker
[20:52:26] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.fml.common.launcher.FMLInjectionAndSortingTweaker
[20:52:26] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.fml.common.launcher.FMLInjectionAndSortingTweaker
[20:52:26] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.fml.relauncher.CoreModManager$FMLPluginWrapper
[20:52:28] [main/ERROR] [FML]: FML appears to be missing any signature data. This is not a good thing
[20:52:28] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.fml.relauncher.CoreModManager$FMLPluginWrapper
[20:52:28] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.fml.common.launcher.FMLDeobfTweaker
[20:52:29] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.gradle.tweakers.AccessTransformerTweaker
[20:52:29] [main/INFO] [LaunchWrapper]: Loading tweak class name net.minecraftforge.fml.common.launcher.TerminalTweaker
[20:52:29] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.fml.common.launcher.TerminalTweaker
[20:52:29] [main/INFO] [LaunchWrapper]: Launching wrapped minecraft {net.minecraft.client.main.Main}
[20:52:30] [main/INFO] [minecraft/Minecraft]: Setting user: LeyxorCheysen
[20:52:45] [main/WARN] [minecraft/GameSettings]: Skipping bad option: lastServer:
[20:52:46] [main/INFO] [minecraft/Minecraft]: LWJGL Version: 2.9.4
[20:52:51] [main/INFO] [FML]: -- System Details --
Details:
	Minecraft Version: 1.12.2
	Operating System: Windows 7 (amd64) version 6.1
	Java Version: 1.8.0_201, Oracle Corporation
	Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
	Memory: 642609984 bytes (612 MB) / 771751936 bytes (736 MB) up to 1073741824 bytes (1024 MB)
	JVM Flags: 7 total; -XX:+UnlockExperimentalVMOptions -XX:+UseG1GC -XX:G1NewSizePercent=20 -XX:G1ReservePercent=20 -XX:MaxGCPauseMillis=50 -XX:G1HeapRegionSize=32M -Xmx1G
	IntCache: cache: 0, tcache: 0, allocated: 0, tallocated: 0
	FML: 
	Loaded coremods (and transformers): 
	GL info: ' Vendor: 'Intel' Version: '4.3.0 - Build 10.18.14.4299' Renderer: 'Intel(R) HD Graphics 400'
[20:52:51] [main/INFO] [FML]: MinecraftForge v14.23.5.2768 Initialized
[20:52:51] [main/INFO] [FML]: Starts to replace vanilla recipe ingredients with ore ingredients.
[20:52:52] [main/INFO] [FML]: Replaced 1036 ore ingredients
[20:52:53] [main/INFO] [FML]: Searching C:\Users\LeyxorCheysen\Documents\Test\run\.\mods for mods
[20:52:54] [Thread-3/INFO] [FML]: Using sync timing. 200 frames of Display.update took 276976691 nanos
[20:52:58] [main/INFO] [FML]: Forge Mod Loader has identified 5 mods to load
[20:53:00] [main/INFO] [FML]: Attempting connection with missing mods [minecraft, mcp, FML, forge, test] at CLIENT
[20:53:00] [main/INFO] [FML]: Attempting connection with missing mods [minecraft, mcp, FML, forge, test] at SERVER
[20:53:03] [main/INFO] [minecraft/SimpleReloadableResourceManager]: Reloading ResourceManager: Default, FMLFileResourcePack:Forge Mod Loader, FMLFileResourcePack:Minecraft Forge, FMLFileResourcePack:Test
[20:53:04] [main/INFO] [FML]: Processing ObjectHolder annotations
[20:53:04] [main/INFO] [FML]: Found 1168 ObjectHolder annotations
[20:53:04] [main/INFO] [FML]: Identifying ItemStackHolder annotations
[20:53:04] [main/INFO] [FML]: Found 0 ItemStackHolder annotations
[20:53:05] [main/INFO] [FML]: Configured a dormant chunk cache size of 25
[20:53:05] [Forge Version Check/INFO] [forge.VersionCheck]: [forge] Starting version check at http://files.minecraftforge.net/maven/net/minecraftforge/forge/promotions_slim.json
[20:53:05] [main/INFO] [FML]: Applying holder lookups
[20:53:05] [main/INFO] [FML]: Holder lookups applied
[20:53:05] [main/INFO] [FML]: Applying holder lookups
[20:53:05] [main/INFO] [FML]: Holder lookups applied
[20:53:05] [main/INFO] [FML]: Applying holder lookups
[20:53:05] [main/INFO] [FML]: Holder lookups applied
[20:53:05] [main/INFO] [FML]: Applying holder lookups
[20:53:05] [main/INFO] [FML]: Holder lookups applied
[20:53:05] [main/INFO] [FML]: Injecting itemstacks
[20:53:05] [main/INFO] [FML]: Itemstack injection complete
[20:53:05] [Forge Version Check/INFO] [forge.VersionCheck]: [forge] Found status: UP_TO_DATE Target: null
[20:53:11] [Sound Library Loader/INFO] [minecraft/SoundManager]: Starting up SoundSystem...
[20:53:11] [Thread-5/INFO] [minecraft/SoundManager]: Initializing LWJGL OpenAL
[20:53:11] [Thread-5/INFO] [minecraft/SoundManager]: (The LWJGL binding of OpenAL.  For more information, see http://www.lwjgl.org)
[20:53:22] [main/INFO] [FML]: Max texture size: 8192
[20:53:23] [main/INFO] [minecraft/TextureMap]: Created: 512x512 textures-atlas
[20:53:27] [main/ERROR] [FML]: Exception loading model for variant test:creative_tab#normal for blockstate "test:creative_tab"
net.minecraftforge.client.model.ModelLoaderRegistry$LoaderException: Exception loading model test:creative_tab#normal 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:121) [SimpleReloadableResourceManager.class:?]
	at net.minecraft.client.Minecraft.init(Minecraft.java:559) [Minecraft.class:?]
	at net.minecraft.client.Minecraft.run(Minecraft.java:421) [Minecraft.class:?]
	at net.minecraft.client.main.Main.main(Main.java:118) [Main.class:?]
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_201]
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_201]
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_201]
	at java.lang.reflect.Method.invoke(Method.java:498) ~[?:1.8.0_201]
	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_201]
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_201]
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_201]
	at java.lang.reflect.Method.invoke(Method.java:498) ~[?:1.8.0_201]
	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
[20:53:27] [main/ERROR] [FML]: Exception loading blockstate for the variant test:creative_tab#normal: 
java.lang.Exception: Could not load model definition for variant test:creative_tab
	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:121) [SimpleReloadableResourceManager.class:?]
	at net.minecraft.client.Minecraft.init(Minecraft.java:559) [Minecraft.class:?]
	at net.minecraft.client.Minecraft.run(Minecraft.java:421) [Minecraft.class:?]
	at net.minecraft.client.main.Main.main(Main.java:118) [Main.class:?]
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_201]
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_201]
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_201]
	at java.lang.reflect.Method.invoke(Method.java:498) ~[?:1.8.0_201]
	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_201]
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_201]
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_201]
	at java.lang.reflect.Method.invoke(Method.java:498) ~[?:1.8.0_201]
	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 model test:blockstates/creative_tab.json
	at net.minecraft.client.renderer.block.model.ModelBakery.loadMultipartMBD(ModelBakery.java:228) ~[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: java.io.FileNotFoundException: test:blockstates/creative_tab.json
	at net.minecraft.client.resources.FallbackResourceManager.getAllResources(FallbackResourceManager.java:104) ~[FallbackResourceManager.class:?]
	at net.minecraft.client.resources.SimpleReloadableResourceManager.getAllResources(SimpleReloadableResourceManager.java:79) ~[SimpleReloadableResourceManager.class:?]
	at net.minecraft.client.renderer.block.model.ModelBakery.loadMultipartMBD(ModelBakery.java:221) ~[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
[20:53:29] [main/INFO] [FML]: Applying holder lookups
[20:53:29] [main/INFO] [FML]: Holder lookups applied
[20:53:29] [main/INFO] [FML]: Injecting itemstacks
[20:53:29] [main/INFO] [FML]: Itemstack injection complete
[20:53:30] [main/INFO] [FML]: Forge Mod Loader has successfully loaded 5 mods
[20:53:30] [main/WARN] [minecraft/GameSettings]: Skipping bad option: lastServer:
[20:53:30] [main/INFO] [mojang/NarratorWindows]: Narrator library for x64 successfully loaded
[20:53:40] [Thread-5/INFO] [minecraft/SoundManager]: OpenAL initialized.
[20:53:40] [Sound Library Loader/INFO] [minecraft/SoundManager]: Sound engine started
[20:53:44] [Server thread/INFO] [minecraft/IntegratedServer]: Starting integrated minecraft server version 1.12.2
[20:53:44] [Server thread/INFO] [minecraft/IntegratedServer]: Generating keypair
[20:53:45] [Server thread/INFO] [FML]: Injecting existing registry data into this server instance
[20:53:46] [Server thread/INFO] [FML]: Applying holder lookups
[20:53:46] [Server thread/INFO] [FML]: Holder lookups applied
[20:53:46] [Server thread/INFO] [FML]: Loading dimension 0 (New World) (net.minecraft.server.integrated.IntegratedServer@4feefc4b)
[20:53:47] [Server thread/INFO] [minecraft/AdvancementList]: Loaded 488 advancements
[20:53:47] [Server thread/INFO] [FML]: Loading dimension -1 (New World) (net.minecraft.server.integrated.IntegratedServer@4feefc4b)
[20:53:48] [Server thread/INFO] [FML]: Loading dimension 1 (New World) (net.minecraft.server.integrated.IntegratedServer@4feefc4b)
[20:53:48] [Server thread/INFO] [minecraft/MinecraftServer]: Preparing start region for level 0
[20:53:49] [Server thread/INFO] [minecraft/MinecraftServer]: Preparing spawn area: 11%
[20:53:50] [Server thread/INFO] [minecraft/MinecraftServer]: Preparing spawn area: 58%
[20:53:51] [Server thread/INFO] [FML]: Unloading dimension -1
[20:53:51] [Server thread/INFO] [FML]: Unloading dimension 1
[20:53:51] [Server thread/INFO] [minecraft/IntegratedServer]: Changing view distance to 4, from 10
[20:53:55] [Netty Local Client IO #0/INFO] [FML]: Server protocol version 2
[20:53:55] [Netty Server IO #1/INFO] [FML]: Client protocol version 2
[20:53:55] [Netty Server IO #1/INFO] [FML]: Client attempting to join with 5 mods : [email protected],[email protected],test@test,[email protected],[email protected]
[20:53:55] [Netty Local Client IO #0/INFO] [FML]: [Netty Local Client IO #0] Client side modded connection established
[20:53:55] [Server thread/INFO] [FML]: [Server thread] Server side modded connection established
[20:53:55] [Server thread/INFO] [minecraft/PlayerList]: LeyxorCheysen[local:E:7850c1b3] logged in with entity id 86 at (1663.699999988079, 4.0, -529.4561305558688)
[20:53:55] [Server thread/INFO] [minecraft/MinecraftServer]: LeyxorCheysen joined the game
[20:53:58] [Server thread/INFO] [minecraft/IntegratedServer]: Saving and pausing game...
[20:53:58] [Server thread/INFO] [minecraft/MinecraftServer]: Saving chunks for level 'New World'/overworld
[20:53:59] [Server thread/WARN] [minecraft/MinecraftServer]: Can't keep up! Did the system time change, or is the server overloaded? Running 3744ms behind, skipping 74 tick(s)
[20:53:59] [pool-2-thread-1/WARN] [mojang/YggdrasilMinecraftSessionService]: Couldn't look up profile properties for com.mojang.authlib.GameProfile@173386dc[id=7f31110d-38d1-3cf9-8d9e-4dc17775adad,name=LeyxorCheysen,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:3181) [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_201]
	at java.util.concurrent.FutureTask.run(FutureTask.java:266) [?:1.8.0_201]
	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) [?:1.8.0_201]
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) [?:1.8.0_201]
	at java.lang.Thread.run(Thread.java:748) [?:1.8.0_201]
[20:54:19] [Server thread/INFO] [minecraft/IntegratedServer]: Saving and pausing game...
[20:54:19] [Server thread/INFO] [minecraft/MinecraftServer]: Saving chunks for level 'New World'/overworld
[20:54:21] [Server thread/INFO] [minecraft/MinecraftServer]: Stopping server
[20:54:21] [Server thread/INFO] [minecraft/MinecraftServer]: Saving players
[20:54:21] [Server thread/INFO] [minecraft/NetHandlerPlayServer]: LeyxorCheysen lost connection: Disconnected
[20:54:21] [Server thread/INFO] [minecraft/MinecraftServer]: LeyxorCheysen left the game
[20:54:21] [Server thread/INFO] [minecraft/NetHandlerPlayServer]: Stopping singleplayer server as player logged out
[20:54:21] [Server thread/INFO] [minecraft/MinecraftServer]: Saving worlds
[20:54:21] [Server thread/INFO] [minecraft/MinecraftServer]: Saving chunks for level 'New World'/overworld
[20:54:21] [Server thread/INFO] [FML]: Unloading dimension 0
[20:54:21] [Server thread/INFO] [FML]: Applying holder lookups
[20:54:21] [Server thread/INFO] [FML]: Holder lookups applied
[20:54:24] [main/INFO] [minecraft/Minecraft]: Stopping!
[20:54:24] [main/INFO] [minecraft/SoundManager]: SoundSystem shutting down...
[20:54:24] [main/WARN] [minecraft/SoundManager]: Author: Paul Lamb, www.paulscode.com

BUILD SUCCESSFUL

Total time: 2 mins 25.089 secs
3,005
192
592
В модель блока попробуй добавить это:

"parent": "block/cube",
В начале.
 
3,005
192
592
1,031
19
87
Не, у меня же кастомная модель а не обычный квадратный блок. да и в инвентаре нормально модель работает
И всегда пути еще скидывай..
  • assets/test/blockstates/creative_tab.json
  • assets/test/models/block/creative_tab.json
  • assets/test/models/item/creative_tab.json
  • assets/test/textures/blocks/creative_tab.png
Оригинальная модель:
Screenshot_1.png
 
3,005
192
592
148
2
6
[main/ERROR] [FML]:
Найди и прочитай и найди ещё Caused by: и прочитай что он не может найти.
 
101
2
47
1) Попробуй закинуть саму модель и в папку блоков, и в папку предметов. Посмотри, что будет.
2) Проверь, всё ли норамльно с id блока и файлом .json по регистрам. (мб ты написал название блокстейта с большой буквы или что-то в этом роде).
 
1,031
19
87
Попробуй закинуть саму модель и в папку блоков, и в папку предметов. Посмотри, что будет.
Да ладно? Я так и сделал только проще, модель блока как предмета (когда он дропнут или в инвентаре) наследует модель блока как объекта в мире.
Проверь, всё ли норамльно с id блока и файлом .json по регистрам. (мб ты написал название блокстейта с большой буквы или что-то в этом роде).
Не. судя по ошибкам что-то не так в подключении модельки блока к блоку в этом же блокстейте, но вроде корректно написано, а все айди корректны, ибо модель блока как предмета корректна, скрины накой я выложил?
 
Сверху