• Récent
  • Mots-clés
  • Populaire
  • Utilisateurs
  • Groupes
  • S'inscrire
  • Se connecter
  • S'inscrire
  • Se connecter
  • Recherche
  • Récent
  • Mots-clés
  • Populaire
  • Utilisateurs
  • Groupes

Résolu Pas de textures item 1.8.9

1.7.x
1.8.9
2
8
312
Charger plus de messages
  • Du plus ancien au plus récent
  • Du plus récent au plus ancien
  • Les plus votés
Répondre
  • Répondre à l'aide d'un nouveau sujet
Se connecter pour répondre
Ce sujet a été supprimé. Seuls les utilisateurs avec les droits d'administration peuvent le voir.
  • JustAnDev
    JustAnDev dernière édition par 10 avr. 2019, 09:51

    Bonjour,
    Ca fait peu que mon mod passe en 1.8.9 mais voila mon item n’a pas de texture et ne regardez pas le block que j’ai crée a part si c’est ca le probleme

    Les logs

    2019-04-10 11:17:50,772 WARN Unable to instantiate org.fusesource.jansi.WindowsAnsiOutputStream
    2019-04-10 11:17:50,776 WARN Unable to instantiate org.fusesource.jansi.WindowsAnsiOutputStream
    [11:17:52] [main/INFO] [GradleStart]: username: DaichModTEST
    [11:17:52] [main/INFO] [GradleStart]: Extra: []
    [11:17:52] [main/INFO] [GradleStart]: Running with arguments: [--userProperties, {}, --assetsDir, C:/Users/hyde etienne aaron/.gradle/caches/minecraft/assets, --assetIndex, 1.8, --accessToken{REDACTED}, --version, 1.8.9, --username, DaichModTEST, --tweakClass, net.minecraftforge.fml.common.launcher.FMLTweaker, --tweakClass, net.minecraftforge.gradle.tweakers.CoremodTweaker]
    [11:17:53] [main/INFO] [LaunchWrapper]: Loading tweak class name net.minecraftforge.fml.common.launcher.FMLTweaker
    [11:17:53] [main/INFO] [LaunchWrapper]: Using primary tweak class name net.minecraftforge.fml.common.launcher.FMLTweaker
    [11:17:53] [main/INFO] [LaunchWrapper]: Loading tweak class name net.minecraftforge.gradle.tweakers.CoremodTweaker
    [11:17:53] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.fml.common.launcher.FMLTweaker
    [11:17:53] [main/INFO] [FML]: Forge Mod Loader version 11.15.1.1722 for Minecraft 1.8.9 loading
    [11:17:53] [main/INFO] [FML]: Java is Java HotSpot(TM) 64-Bit Server VM, version 1.8.0_201, running on Windows 10:amd64:10.0, installed at C:\Program Files\Java\jre1.8.0_201
    [11:17:54] [main/INFO] [FML]: Managed to load a deobfuscated Minecraft name- we are in a deobfuscated environment. Skipping runtime deobfuscation
    [11:17:54] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.gradle.tweakers.CoremodTweaker
    [11:17:54] [main/INFO] [GradleStart]: Injecting location in coremod net.minecraftforge.fml.relauncher.FMLCorePlugin
    [11:17:54] [main/INFO] [GradleStart]: Injecting location in coremod net.minecraftforge.classloading.FMLForgePlugin
    [11:17:54] [main/INFO] [LaunchWrapper]: Loading tweak class name net.minecraftforge.fml.common.launcher.FMLInjectionAndSortingTweaker
    [11:17:54] [main/INFO] [LaunchWrapper]: Loading tweak class name net.minecraftforge.fml.common.launcher.FMLDeobfTweaker
    [11:17:54] [main/INFO] [LaunchWrapper]: Loading tweak class name net.minecraftforge.gradle.tweakers.AccessTransformerTweaker
    [11:17:54] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.fml.common.launcher.FMLInjectionAndSortingTweaker
    [11:17:54] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.fml.common.launcher.FMLInjectionAndSortingTweaker
    [11:17:54] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.fml.relauncher.CoreModManager$FMLPluginWrapper
    [11:17:56] [main/ERROR] [FML]: The binary patch set is missing. Either you are in a development environment, or things are not going to work!
    [11:18:05] [main/ERROR] [FML]: FML appears to be missing any signature data. This is not a good thing
    [11:18:05] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.fml.relauncher.CoreModManager$FMLPluginWrapper
    [11:18:05] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.fml.common.launcher.FMLDeobfTweaker
    [11:18:12] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.gradle.tweakers.AccessTransformerTweaker
    [11:18:12] [main/INFO] [LaunchWrapper]: Loading tweak class name net.minecraftforge.fml.common.launcher.TerminalTweaker
    [11:18:12] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.fml.common.launcher.TerminalTweaker
    [11:18:12] [main/INFO] [LaunchWrapper]: Launching wrapped minecraft {net.minecraft.client.main.Main}
    2019-04-10 11:18:17,194 WARN Unable to instantiate org.fusesource.jansi.WindowsAnsiOutputStream
    2019-04-10 11:18:17,618 WARN Unable to instantiate org.fusesource.jansi.WindowsAnsiOutputStream
    2019-04-10 11:18:17,631 WARN Unable to instantiate org.fusesource.jansi.WindowsAnsiOutputStream
    [11:18:22] [Client thread/INFO]: Setting user: DaichModTEST
    [11:18:45] [Client thread/INFO]: LWJGL Version: 2.9.4
    [11:18:51] [Client thread/WARN] [FML]: =============================================================
    [11:18:51] [Client thread/WARN] [FML]: MOD HAS DIRECT REFERENCE System.exit() THIS IS NOT ALLOWED REROUTING TO FML!
    [11:18:51] [Client thread/WARN] [FML]: Offendor: com/sun/jna/Native.main([Ljava/lang/String;)V
    [11:18:51] [Client thread/WARN] [FML]: Use FMLCommonHandler.exitJava instead
    [11:18:51] [Client thread/WARN] [FML]: =============================================================
    [11:18:54] [Client thread/INFO] [STDOUT]: [net.minecraftforge.fml.client.SplashProgress:start:246]: ---- Minecraft Crash Report ----
    // I bet Cylons wouldn't have this problem.
    Time: 10/04/19 11:18
    Description: Loading screen debug info
    This is just a prompt for computer specs to be printed. THIS IS NOT A ERROR
    A detailed walkthrough of the error, its code path and all known details is as follows:
    ---------------------------------------------------------------------------------------
    -- System Details --
    Details:
    Minecraft Version: 1.8.9
    Operating System: Windows 10 (amd64) version 10.0
    Java Version: 1.8.0_201, Oracle Corporation
    Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
    Memory: 872664424 bytes (832 MB) / 1056309248 bytes (1007 MB) up to 1056309248 bytes (1007 MB)
    JVM Flags: 3 total; -Xincgc -Xmx1024M -Xms1024M
    IntCache: cache: 0, tcache: 0, allocated: 0, tallocated: 0
    FML:
    Loaded coremods (and transformers):
    GL info: ' Vendor: 'ATI Technologies Inc.' Version: '4.5.13467 Compatibility Profile Context 21.19.414.1280' Renderer: 'AMD Radeon(TM) R4 Graphics'
    [11:18:55] [Client thread/INFO] [FML]: MinecraftForge v11.15.1.1722 Initialized
    [11:18:56] [Client thread/INFO] [FML]: Replaced 204 ore recipies
    [11:18:58] [Client thread/INFO] [FML]: Found 0 mods from the command line. Injecting into mod discoverer
    [11:18:58] [Client thread/INFO] [FML]: Searching C:\Users\hyde etienne aaron\Desktop\forge-1.8.9-11.15.1.1722-mdk\run\mods for mods
    [11:19:04] [Client thread/INFO] [FML]: Forge Mod Loader has identified 4 mods to load
    [11:19:05] [Client thread/INFO] [FML]: Attempting connection with missing mods [mcp, FML, Forge, modaichmod] at CLIENT
    [11:19:05] [Client thread/INFO] [FML]: Attempting connection with missing mods [mcp, FML, Forge, modaichmod] at SERVER
    [11:19:08] [Client thread/INFO]: Reloading ResourceManager: Default, FMLFileResourcePack:Forge Mod Loader, FMLFileResourcePack:Minecraft Forge, FMLFileResourcePack:Daich's Mod For 1.7.10
    [11:19:08] [Client thread/INFO] [FML]: Processing ObjectHolder annotations
    [11:19:09] [Client thread/INFO] [FML]: Found 384 ObjectHolder annotations
    [11:19:09] [Client thread/INFO] [FML]: Identifying ItemStackHolder annotations
    [11:19:09] [Client thread/INFO] [FML]: Found 0 ItemStackHolder annotations
    [11:19:09] [Client thread/INFO] [FML]: Configured a dormant chunk cache size of 0
    [11:19:10] [Client thread/INFO] [STDOUT]: [com.google.modaichmod.DaichClient:preInit:18]: pre init côté client
    [11:19:10] [Client thread/INFO] [STDOUT]: [com.google.modaichmod.items.ModaichmodItems:registerItemsModels:28]: aaaa
    [11:19:10] [Forge Version Check/INFO] [ForgeVersionCheck]: [Forge] Starting version check at http://files.minecraftforge.net/maven/net/minecraftforge/forge/promotions_slim.json
    [11:19:10] [Client thread/INFO] [FML]: Applying holder lookups
    [11:19:10] [Client thread/INFO] [FML]: Holder lookups applied
    [11:19:10] [Client thread/INFO] [FML]: Injecting itemstacks
    [11:19:10] [Client thread/INFO] [FML]: Itemstack injection complete
    [11:19:11] [Forge Version Check/INFO] [ForgeVersionCheck]: [Forge] Found status: UP_TO_DATE Target: null
    [11:19:13] [Sound Library Loader/INFO]: Starting up SoundSystem...
    [11:19:14] [Thread-8/INFO]: Initializing LWJGL OpenAL
    [11:19:14] [Thread-8/INFO]: (The LWJGL binding of OpenAL. For more information, see http://www.lwjgl.org)
    [11:19:16] [Thread-8/INFO]: OpenAL initialized.
    [11:19:16] [Sound Library Loader/INFO]: Sound engine started
    [11:20:33] [Client thread/INFO] [FML]: Max texture size: 16384
    [11:20:33] [Client thread/INFO]: Created: 16x16 textures-atlas
    [11:20:36] [Client thread/ERROR] [FML]: Exception loading model for variant modaichmod:blueingot#inventory
    java.lang.Exception: Could not load model definition for variant modaichmod:blueingot#inventory
    at net.minecraftforge.client.model.ModelLoader.getModelBlockDefinition(ModelLoader.java:219) ~[ModelLoader.class:?]
    at net.minecraftforge.client.model.ModelLoader.loadItems(ModelLoader.java:256) ~[ModelLoader.class:?]
    at net.minecraftforge.client.model.ModelLoader.setupModelRegistry(ModelLoader.java:120) ~[ModelLoader.class:?]
    at net.minecraft.client.resources.model.ModelManager.onResourceManagerReload(ModelManager.java:28) [ModelManager.class:?]
    at net.minecraft.client.resources.SimpleReloadableResourceManager.registerReloadListener(SimpleReloadableResourceManager.java:120) [SimpleReloadableResourceManager.class:?]
    at net.minecraft.client.Minecraft.startGame(Minecraft.java:515) [Minecraft.class:?]
    at net.minecraft.client.Minecraft.run(Minecraft.java:360) [Minecraft.class:?]
    at net.minecraft.client.main.Main.main(Main.java:116) [Main.class:?]
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_201]
    at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_201]
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_201]
    at java.lang.reflect.Method.invoke(Unknown Source) ~[?: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(Unknown Source) ~[?:1.8.0_201]
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_201]
    at java.lang.reflect.Method.invoke(Unknown Source) ~[?:1.8.0_201]
    at net.minecraftforge.gradle.GradleStartCommon.launch(GradleStartCommon.java:97) [start/:?]
    at GradleStart.main(GradleStart.java:26) [start/:?]
    Caused by: java.lang.RuntimeException: Encountered an exception when loading model definition of model modaichmod:blockstates/blueingot.json
    at net.minecraft.client.resources.model.ModelBakery.getModelBlockDefinition(ModelBakery.java:165) ~[ModelBakery.class:?]
    at net.minecraftforge.client.model.ModelLoader.getModelBlockDefinition(ModelLoader.java:215) ~[ModelLoader.class:?]
    ... 19 more
    Caused by: java.io.FileNotFoundException: modaichmod:blockstates/blueingot.json
    at net.minecraft.client.resources.FallbackResourceManager.getAllResources(FallbackResourceManager.java:93) ~[FallbackResourceManager.class:?]
    at net.minecraft.client.resources.SimpleReloadableResourceManager.getAllResources(SimpleReloadableResourceManager.java:78) ~[SimpleReloadableResourceManager.class:?]
    at net.minecraft.client.resources.model.ModelBakery.getModelBlockDefinition(ModelBakery.java:143) ~[ModelBakery.class:?]
    at net.minecraftforge.client.model.ModelLoader.getModelBlockDefinition(ModelLoader.java:215) ~[ModelLoader.class:?]
    ... 19 more
    [11:20:36] [Client thread/ERROR] [FML]: Model definition for location modaichmod:blueingot#inventory not found
    [11:20:39] [Client thread/INFO] [FML]: Injecting itemstacks
    [11:20:39] [Client thread/INFO] [FML]: Itemstack injection complete
    [11:20:40] [Client thread/INFO] [FML]: Forge Mod Loader has successfully loaded 4 mods
    [11:20:40] [Client thread/INFO]: Reloading ResourceManager: Default, FMLFileResourcePack:Forge Mod Loader, FMLFileResourcePack:Minecraft Forge, FMLFileResourcePack:Daich's Mod For 1.7.10
    [11:20:41] [Client thread/INFO]: SoundSystem shutting down...
    [11:20:41] [Client thread/WARN]: Author: Paul Lamb, www.paulscode.com
    [11:20:41] [Sound Library Loader/INFO]: Starting up SoundSystem...
    [11:20:42] [Thread-10/INFO]: Initializing LWJGL OpenAL
    [11:20:42] [Thread-10/INFO]: (The LWJGL binding of OpenAL. For more information, see http://www.lwjgl.org)
    [11:20:44] [Thread-10/INFO]: OpenAL initialized.
    [11:20:44] [Sound Library Loader/INFO]: Sound engine started
    [11:21:05] [Client thread/INFO] [FML]: Max texture size: 16384
    [11:21:08] [Client thread/INFO]: Created: 512x512 textures-atlas
    [11:21:09] [Client thread/ERROR] [FML]: Exception loading model for variant modaichmod:blueingot#inventory
    java.lang.Exception: Could not load model definition for variant modaichmod:blueingot#inventory
    at net.minecraftforge.client.model.ModelLoader.getModelBlockDefinition(ModelLoader.java:219) ~[ModelLoader.class:?]
    at net.minecraftforge.client.model.ModelLoader.loadItems(ModelLoader.java:256) ~[ModelLoader.class:?]
    at net.minecraftforge.client.model.ModelLoader.setupModelRegistry(ModelLoader.java:120) ~[ModelLoader.class:?]
    at net.minecraft.client.resources.model.ModelManager.onResourceManagerReload(ModelManager.java:28) [ModelManager.class:?]
    at net.minecraft.client.resources.SimpleReloadableResourceManager.notifyReloadListeners(SimpleReloadableResourceManager.java:130) [SimpleReloadableResourceManager.class:?]
    at net.minecraft.client.resources.SimpleReloadableResourceManager.reloadResources(SimpleReloadableResourceManager.java:111) [SimpleReloadableResourceManager.class:?]
    at net.minecraft.client.Minecraft.refreshResources(Minecraft.java:772) [Minecraft.class:?]
    at net.minecraftforge.fml.client.FMLClientHandler.finishMinecraftLoading(FMLClientHandler.java:326) [FMLClientHandler.class:?]
    at net.minecraft.client.Minecraft.startGame(Minecraft.java:532) [Minecraft.class:?]
    at net.minecraft.client.Minecraft.run(Minecraft.java:360) [Minecraft.class:?]
    at net.minecraft.client.main.Main.main(Main.java:116) [Main.class:?]
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_201]
    at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_201]
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_201]
    at java.lang.reflect.Method.invoke(Unknown Source) ~[?: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(Unknown Source) ~[?:1.8.0_201]
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_201]
    at java.lang.reflect.Method.invoke(Unknown Source) ~[?:1.8.0_201]
    at net.minecraftforge.gradle.GradleStartCommon.launch(GradleStartCommon.java:97) [start/:?]
    at GradleStart.main(GradleStart.java:26) [start/:?]
    Caused by: java.lang.RuntimeException: Encountered an exception when loading model definition of model modaichmod:blockstates/blueingot.json
    at net.minecraft.client.resources.model.ModelBakery.getModelBlockDefinition(ModelBakery.java:165) ~[ModelBakery.class:?]
    at net.minecraftforge.client.model.ModelLoader.getModelBlockDefinition(ModelLoader.java:215) ~[ModelLoader.class:?]
    ... 22 more
    Caused by: java.io.FileNotFoundException: modaichmod:blockstates/blueingot.json
    at net.minecraft.client.resources.FallbackResourceManager.getAllResources(FallbackResourceManager.java:93) ~[FallbackResourceManager.class:?]
    at net.minecraft.client.resources.SimpleReloadableResourceManager.getAllResources(SimpleReloadableResourceManager.java:78) ~[SimpleReloadableResourceManager.class:?]
    at net.minecraft.client.resources.model.ModelBakery.getModelBlockDefinition(ModelBakery.java:143) ~[ModelBakery.class:?]
    at net.minecraftforge.client.model.ModelLoader.getModelBlockDefinition(ModelLoader.java:215) ~[ModelLoader.class:?]
    ... 22 more
    [11:21:09] [Client thread/ERROR] [FML]: Exception loading model for variant modaichmod:tuto_block#inventory
    java.lang.Exception: Could not load model definition for variant modaichmod:tuto_block#inventory
    at net.minecraftforge.client.model.ModelLoader.getModelBlockDefinition(ModelLoader.java:219) ~[ModelLoader.class:?]
    at net.minecraftforge.client.model.ModelLoader.loadItems(ModelLoader.java:256) ~[ModelLoader.class:?]
    at net.minecraftforge.client.model.ModelLoader.setupModelRegistry(ModelLoader.java:120) ~[ModelLoader.class:?]
    at net.minecraft.client.resources.model.ModelManager.onResourceManagerReload(ModelManager.java:28) [ModelManager.class:?]
    at net.minecraft.client.resources.SimpleReloadableResourceManager.notifyReloadListeners(SimpleReloadableResourceManager.java:130) [SimpleReloadableResourceManager.class:?]
    at net.minecraft.client.resources.SimpleReloadableResourceManager.reloadResources(SimpleReloadableResourceManager.java:111) [SimpleReloadableResourceManager.class:?]
    at net.minecraft.client.Minecraft.refreshResources(Minecraft.java:772) [Minecraft.class:?]
    at net.minecraftforge.fml.client.FMLClientHandler.finishMinecraftLoading(FMLClientHandler.java:326) [FMLClientHandler.class:?]
    at net.minecraft.client.Minecraft.startGame(Minecraft.java:532) [Minecraft.class:?]
    at net.minecraft.client.Minecraft.run(Minecraft.java:360) [Minecraft.class:?]
    at net.minecraft.client.main.Main.main(Main.java:116) [Main.class:?]
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_201]
    at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_201]
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_201]
    at java.lang.reflect.Method.invoke(Unknown Source) ~[?: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(Unknown Source) ~[?:1.8.0_201]
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_201]
    at java.lang.reflect.Method.invoke(Unknown Source) ~[?:1.8.0_201]
    at net.minecraftforge.gradle.GradleStartCommon.launch(GradleStartCommon.java:97) [start/:?]
    at GradleStart.main(GradleStart.java:26) [start/:?]
    Caused by: java.lang.RuntimeException: Encountered an exception when loading model definition of model modaichmod:blockstates/tuto_block.json
    at net.minecraft.client.resources.model.ModelBakery.getModelBlockDefinition(ModelBakery.java:165) ~[ModelBakery.class:?]
    at net.minecraftforge.client.model.ModelLoader.getModelBlockDefinition(ModelLoader.java:215) ~[ModelLoader.class:?]
    ... 22 more
    Caused by: java.io.FileNotFoundException: modaichmod:blockstates/tuto_block.json
    at net.minecraft.client.resources.FallbackResourceManager.getAllResources(FallbackResourceManager.java:93) ~[FallbackResourceManager.class:?]
    at net.minecraft.client.resources.SimpleReloadableResourceManager.getAllResources(SimpleReloadableResourceManager.java:78) ~[SimpleReloadableResourceManager.class:?]
    at net.minecraft.client.resources.model.ModelBakery.getModelBlockDefinition(ModelBakery.java:143) ~[ModelBakery.class:?]
    at net.minecraftforge.client.model.ModelLoader.getModelBlockDefinition(ModelLoader.java:215) ~[ModelLoader.class:?]
    ... 22 more
    [11:21:09] [Client thread/ERROR] [FML]: Exception loading model for variant modaichmod:tuto_block#normal
    java.lang.Exception: Could not load model definition for variant modaichmod:tuto_block#normal
    at net.minecraftforge.client.model.ModelLoader.getModelBlockDefinition(ModelLoader.java:219) ~[ModelLoader.class:?]
    at net.minecraft.client.resources.model.ModelBakery.loadVariants(ModelBakery.java:109) ~[ModelBakery.class:?]
    at net.minecraftforge.client.model.ModelLoader.loadBlocks(ModelLoader.java:174) ~[ModelLoader.class:?]
    at net.minecraftforge.client.model.ModelLoader.setupModelRegistry(ModelLoader.java:119) ~[ModelLoader.class:?]
    at net.minecraft.client.resources.model.ModelManager.onResourceManagerReload(ModelManager.java:28) [ModelManager.class:?]
    at net.minecraft.client.resources.SimpleReloadableResourceManager.notifyReloadListeners(SimpleReloadableResourceManager.java:130) [SimpleReloadableResourceManager.class:?]
    at net.minecraft.client.resources.SimpleReloadableResourceManager.reloadResources(SimpleReloadableResourceManager.java:111) [SimpleReloadableResourceManager.class:?]
    at net.minecraft.client.Minecraft.refreshResources(Minecraft.java:772) [Minecraft.class:?]
    at net.minecraftforge.fml.client.FMLClientHandler.finishMinecraftLoading(FMLClientHandler.java:326) [FMLClientHandler.class:?]
    at net.minecraft.client.Minecraft.startGame(Minecraft.java:532) [Minecraft.class:?]
    at net.minecraft.client.Minecraft.run(Minecraft.java:360) [Minecraft.class:?]
    at net.minecraft.client.main.Main.main(Main.java:116) [Main.class:?]
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_201]
    at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_201]
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_201]
    at java.lang.reflect.Method.invoke(Unknown Source) ~[?: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(Unknown Source) ~[?:1.8.0_201]
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_201]
    at java.lang.reflect.Method.invoke(Unknown Source) ~[?:1.8.0_201]
    at net.minecraftforge.gradle.GradleStartCommon.launch(GradleStartCommon.java:97) [start/:?]
    at GradleStart.main(GradleStart.java:26) [start/:?]
    Caused by: java.lang.RuntimeException: Encountered an exception when loading model definition of model modaichmod:blockstates/tuto_block.json
    at net.minecraft.client.resources.model.ModelBakery.getModelBlockDefinition(ModelBakery.java:165) ~[ModelBakery.class:?]
    at net.minecraftforge.client.model.ModelLoader.getModelBlockDefinition(ModelLoader.java:215) ~[ModelLoader.class:?]
    ... 23 more
    Caused by: java.io.FileNotFoundException: modaichmod:blockstates/tuto_block.json
    at net.minecraft.client.resources.FallbackResourceManager.getAllResources(FallbackResourceManager.java:93) ~[FallbackResourceManager.class:?]
    at net.minecraft.client.resources.SimpleReloadableResourceManager.getAllResources(SimpleReloadableResourceManager.java:78) ~[SimpleReloadableResourceManager.class:?]
    at net.minecraft.client.resources.model.ModelBakery.getModelBlockDefinition(ModelBakery.java:143) ~[ModelBakery.class:?]
    at net.minecraftforge.client.model.ModelLoader.getModelBlockDefinition(ModelLoader.java:215) ~[ModelLoader.class:?]
    ... 23 more
    [11:21:09] [Client thread/ERROR] [FML]: Model definition for location modaichmod:blueingot#inventory not found
    [11:21:09] [Client thread/ERROR] [FML]: Supressed additional 6 model loading errors for domain modaichmod
    [11:22:49] [Server thread/INFO]: Starting integrated minecraft server version 1.8.9
    [11:22:49] [Server thread/INFO]: Generating keypair
    [11:22:50] [Server thread/INFO] [FML]: Injecting existing block and item data into this server instance
    [11:22:50] [Server thread/INFO] [FML]: Applying holder lookups
    [11:22:50] [Server thread/INFO] [FML]: Holder lookups applied
    [11:22:50] [Server thread/INFO] [FML]: Loading dimension 0 (New World) (net.minecraft.server.integrated.IntegratedServer@367ae813)
    [11:22:51] [Server thread/INFO] [FML]: Loading dimension 1 (New World) (net.minecraft.server.integrated.IntegratedServer@367ae813)
    [11:22:51] [Server thread/INFO] [FML]: Loading dimension -1 (New World) (net.minecraft.server.integrated.IntegratedServer@367ae813)
    [11:22:51] [Server thread/INFO]: Preparing start region for level 0
    [11:22:52] [Server thread/INFO]: Preparing spawn area: 0%
    [11:22:53] [Server thread/INFO]: Preparing spawn area: 10%
    [11:22:54] [Server thread/INFO]: Preparing spawn area: 53%
    [11:22:56] [Server thread/INFO]: Changing view distance to 7, from 10
    [11:22:58] [Server thread/WARN]: Can't keep up! Did the system time change, or is the server overloaded? Running 2098ms behind, skipping 41 tick(s)
    [11:23:02] [Netty Local Client IO #0/INFO] [FML]: Server protocol version 2
    [11:23:02] [Netty Server IO #1/INFO] [FML]: Client protocol version 2
    [11:23:02] [Netty Server IO #1/INFO] [FML]: Client attempting to join with 4 mods : FML@8.0.99.99,modaichmod@0.0.3,Forge@11.15.1.1722,mcp@9.19
    [11:23:02] [Netty Local Client IO #0/INFO] [FML]: [Netty Local Client IO #0] Client side modded connection established
    [11:23:02] [Server thread/INFO] [FML]: [Server thread] Server side modded connection established
    [11:23:02] [Server thread/INFO]: DaichModTEST[local:E:23f51789] logged in with entity id 417 at (-83.69999998807907, 69.0, 211.4246918474637)
    [11:23:02] [Server thread/INFO]: DaichModTEST joined the game
    [11:23:20] [pool-2-thread-1/WARN]: Couldn't look up profile properties for com.mojang.authlib.GameProfile@4a031089[id=6253be9f-bfa4-36f6-a349-53712ca85a8d,name=DaichModTEST,properties={},legacy=false]
    com.mojang.authlib.exceptions.AuthenticationException: The client has sent too many requests within a certain amount of time
    at com.mojang.authlib.yggdrasil.YggdrasilAuthenticationService.makeRequest(YggdrasilAuthenticationService.java:65) ~[YggdrasilAuthenticationService.class:?]
    at com.mojang.authlib.yggdrasil.YggdrasilMinecraftSessionService.fillGameProfile(YggdrasilMinecraftSessionService.java:175) [YggdrasilMinecraftSessionService.class:?]
    at com.mojang.authlib.yggdrasil.YggdrasilMinecraftSessionService$1.load(YggdrasilMinecraftSessionService.java:59) [YggdrasilMinecraftSessionService$1.class:?]
    at com.mojang.authlib.yggdrasil.YggdrasilMinecraftSessionService$1.load(YggdrasilMinecraftSessionService.java:56) [YggdrasilMinecraftSessionService$1.class:?]
    at com.google.common.cache.LocalCache$LoadingValueReference.loadFuture(LocalCache.java:3524) [guava-17.0.jar:?]
    at com.google.common.cache.LocalCache$Segment.loadSync(LocalCache.java:2317) [guava-17.0.jar:?]
    at com.google.common.cache.LocalCache$Segment.lockedGetOrLoad(LocalCache.java:2280) [guava-17.0.jar:?]
    at com.google.common.cache.LocalCache$Segment.get(LocalCache.java:2195) [guava-17.0.jar:?]
    at com.google.common.cache.LocalCache.get(LocalCache.java:3934) [guava-17.0.jar:?]
    at com.google.common.cache.LocalCache.getOrLoad(LocalCache.java:3938) [guava-17.0.jar:?]
    at com.google.common.cache.LocalCache$LocalLoadingCache.get(LocalCache.java:4821) [guava-17.0.jar:?]
    at com.google.common.cache.LocalCache$LocalLoadingCache.getUnchecked(LocalCache.java:4827) [guava-17.0.jar:?]
    at com.mojang.authlib.yggdrasil.YggdrasilMinecraftSessionService.fillProfileProperties(YggdrasilMinecraftSessionService.java:165) [YggdrasilMinecraftSessionService.class:?]
    at net.minecraft.client.Minecraft.func_181037_M(Minecraft.java:2915) [Minecraft.class:?]
    at net.minecraft.client.resources.SkinManager$3.run(SkinManager.java:130) [SkinManager$3.class:?]
    at java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) [?:1.8.0_201]
    at java.util.concurrent.FutureTask.run(Unknown Source) [?:1.8.0_201]
    at java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) [?:1.8.0_201]
    at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) [?:1.8.0_201]
    at java.lang.Thread.run(Unknown Source) [?:1.8.0_201]
    [11:23:23] [Server thread/WARN]: Can't keep up! Did the system time change, or is the server overloaded? Running 9972ms behind, skipping 199 tick(s)
    [11:23:25] [Server thread/INFO]: Saving and pausing game...
    [11:23:26] [Server thread/INFO]: Saving chunks for level 'New World'/Overworld
    [11:23:28] [Server thread/INFO]: Saving chunks for level 'New World'/Nether
    [11:23:28] [Server thread/INFO]: Saving chunks for level 'New World'/The End

    ModDaichModItems.java

    package com.google.modaichmod.items;
    
    import com.google.modaichmod.ModDaichMod;
    
    import net.minecraft.client.resources.model.ModelResourceLocation;
    import net.minecraft.creativetab.CreativeTabs;
    import net.minecraft.item.Item;
    import net.minecraftforge.client.model.ModelLoader;
    import net.minecraftforge.fml.common.registry.GameRegistry;
    import net.minecraftforge.fml.relauncher.Side;
    import net.minecraftforge.fml.relauncher.SideOnly;
    
    public class ModaichmodItems
    {
    	 // ici on va déclarer les items
    	
    	public static final Item NOM = new ItemTutorial().setUnlocalizedName("nom non localisé").setCreativeTab(CreativeTabs.tabMisc);
    	  
        public static void registerItems()
        {
            // ici on va les enregistrer
        	
        	GameRegistry.registerItem(NOM, "blueingot");
        }
     
        @SideOnly(Side.CLIENT)
        public static void registerItemsModels()
        {
            // et ici on va enregistrer les modèles (fichiers json)
    
        	ModelLoader.setCustomModelResourceLocation(NOM, 0, new ModelResourceLocation(ModDaichMod.MODID + ":blueingot", "inventory"));
        }
    }
    
    
    

    ItemTutorial.java

    package com.google.modaichmod.items;
    
    import net.minecraft.entity.player.EntityPlayer;
    import net.minecraft.item.Item;
    import net.minecraft.item.ItemStack;
    import net.minecraft.util.ChatComponentText;
    import net.minecraft.world.World;
    
    public class ItemTutorial extends Item
    {
    	@Override
        public ItemStack onItemRightClick(ItemStack stack, World world, EntityPlayer player)
         {
            if(!world.isRemote)
            {
                player.addChatMessage(new ChatComponentText("bonjour " + player.getName()));
            }
            return stack;
        }
    }
    
    

    le json

    {
    "parent": "builtin/generated",
    "textures": {
    "layer0": "modaichmod:items/tutorial_item"
    },
    "display": {
    "thirdperson": {
    "rotation": [ 0, 90, -35 ],
    "translation": [ 0, 1.25, -3.5 ],
    "scale": [ 0.85, 0.85, 0.85 ]
    },
    "firstperson": {
    "rotation": [ 0, -135, 25 ],
    "translation": [ 0, 4, 2 ],
    "scale": [ 1.7, 1.7, 1.7 ]
    }
    }
    }

    Merci

    s

    1 réponse Dernière réponse Répondre Citer 0
    • JustAnDev
      JustAnDev dernière édition par 10 avr. 2019, 12:31

      je crois qu’il a pas trrouvé la texture

      s

      1 réponse Dernière réponse Répondre Citer 0
      • robin4002
        robin4002 Moddeurs confirmés Rédacteurs Administrateurs dernière édition par 10 avr. 2019, 10:20

        Salut,
        Il ne trouve pas le fichier json.
        Tu l’as placé où ?

        1 réponse Dernière réponse Répondre Citer 0
        • JustAnDev
          JustAnDev dernière édition par 10 avr. 2019, 10:25

          ceci est sa position avec l’explorateur de dossiers
          forge-1.8.9-11.15.1.1722-mdk\src\main\resources\assets\modaichmod\models\item

          Pour java c’est dans
          assets.modaichmod.models.item
          assets se trouve dans
          src/main/resources

          s

          1 réponse Dernière réponse Répondre Citer 0
          • robin4002
            robin4002 Moddeurs confirmés Rédacteurs Administrateurs dernière édition par 10 avr. 2019, 12:10

            et le fichier s’appelle bien blueingot.json ?

            1 réponse Dernière réponse Répondre Citer 0
            • JustAnDev
              JustAnDev dernière édition par 10 avr. 2019, 12:16

              ca a changé mais c’est pas ma texture

              s

              1 réponse Dernière réponse Répondre Citer 0
              • robin4002
                robin4002 Moddeurs confirmés Rédacteurs Administrateurs dernière édition par 10 avr. 2019, 12:27

                Comment ça ?

                1 réponse Dernière réponse Répondre Citer 0
                • JustAnDev
                  JustAnDev dernière édition par 10 avr. 2019, 12:30

                  l’épaisseur a changé elle est comme un item

                  s

                  1 réponse Dernière réponse Répondre Citer 0
                  • JustAnDev
                    JustAnDev dernière édition par 10 avr. 2019, 12:31

                    je crois qu’il a pas trrouvé la texture

                    s

                    1 réponse Dernière réponse Répondre Citer 0
                    • 1 / 1
                    5 sur 8
                    • Premier message
                      5/8
                      Dernier message
                    Design by Woryk
                    Contact / Mentions Légales

                    MINECRAFT FORGE FRANCE © 2018

                    Powered by NodeBB