CONNEXION
  • RetourJeux
    • Sorties
    • Hit Parade
    • Les + populaires
    • Les + attendus
    • Soluces
    • Tous les Jeux
    • Gaming
  • RetourActu Gaming
    • News
    • Astuces
    • Tests
    • Previews
    • Toute l'actu gaming
  • RetourBons plans
    • Bons plans
    • Bons plans Smartphone
    • Bons plans Hardware
    • Bons plans Image et Son
    • Bons plans Amazon
    • Bons plans Cdiscount
    • Bons plans Decathlon
    • Bons plans Fnac
    • Tous les Bons plans
  • RetourJVTech
    • Actus High-Tech
    • Intelligence Artificielle
    • Smartphones
    • Mobilité urbaine
    • Hardware
    • Image et son
    • Tutoriels
    • Tests produits High-Tech
    • Guides d'achat High-Tech
    • JVTech
  • RetourCulture
    • Actus Culture
    • Culture
  • RetourVidéos
    • A la une
    • Gaming Live
    • Vidéos Tests
    • Vidéos Previews
    • Gameplay
    • Trailers
    • Chroniques
    • Replay Web TV
    • Toutes les vidéos
  • RetourForums
    • Hardware PC
    • PS5
    • Switch 2
    • Xbox Series
    • Switch
    • Pokemon pocket
    • FC 25 Ultimate Team
    • League of Legends
    • Tous les Forums
  • PC
  • PS5
  • Xbox Series
  • Switch 2
  • PS4
  • One
  • Switch
  • iOS
  • Android
  • MMO
  • RPG
  • FPS
En ce moment Genshin Impact Valhalla Breath of the wild Animal Crossing GTA 5 Red dead 2
Minecraft
  • Tout support
  • PC
  • Xbox Series
  • Switch
  • Switch 2
  • PS4
  • ONE
  • WiiU
  • PS3
  • 360
  • Vita
  • iOS
  • Android
  • Web
  • New 3DS
Forum
  • Accueil
  • Actus
  • Tests
  • Vidéos
  • Images
  • Soluces
  • Forum
Liste des sujets

[MOD] ça marche pas !

Tikiti
Tikiti
Niveau 9
15 juin 2014 à 20:01:49

Salut !

J'ai installé Forge 1.7.2 qui est parfaitement fonctionnel. :)

J'ai essayé d'installer Mutant créature pour ajouter du Fun mais étrangement, ça crash :(

Je me suis dis que j'allais laisser ça comme ça vu que Mo'creature et d'autre mods marchent.
J'ai découvert Battle Tower et ai voulu l'installer mais de nouveau, ça plante.
J'ai d'ailleurs eu le même problème avec Note Enough Items :(

Je me suis dit que c'était peut-être un problème de compatibilité et ai enlevé tous les mods sauf Shadermodcore et Optifine mais ni Mutant créature ni NEI ni Battle Towers ne marchent. :(

J'ai vérifié et tous les mods sont dans la bonne version (1.7.2)

Vous auriez une idée d'où ça peut venir ? :-(

MrTanikosan
MrTanikosan
Niveau 9
15 juin 2014 à 20:02:40

Fournis nous le crash report ça peut aider .

M45T3R_G4M3R
M45T3R_G4M3R
Niveau 3
15 juin 2014 à 20:03:20

Enlève Optifine. Il n'y a pas beaucoup de gros mods qui sont compatibles avec ce mod.

Tikiti
Tikiti
Niveau 9
15 juin 2014 à 20:11:17

Voilà celui avec les mods Mo'créature, Balkon weaponmods, Optifine, Shadermodcore et Mutant créature qui fait planter le jeux

---- Minecraft Crash Report ----
// Hi. I'm Minecraft, and I'm a crashaholic.

Time: 15/06/14 19:34
Description: There was a severe problem during mod loading that has caused the game to fail

cpw.mods.fml.common.LoaderException: java.lang.NoClassDefFoundError: thehippomaster/MutantCreatures/MutantSkeleton
at cpw.mods.fml.common.LoadController.transition(Load
Controller.java:163)

at cpw.mods.fml.common.Loader.loadMods(Loader.java:49
7)

at cpw.mods.fml.client.FMLClientHandler.beginMinecraf
tLoading(FMLClientHandler.java:201)

at net.minecraft.client.Minecraft.func_71384_a(Minecr
aft.java:498)

at net.minecraft.client.Minecraft.func_99999_d(Minecr
aft.java:853)

at net.minecraft.client.main.Main.main(SourceFile:103
)

at sun.reflect.NativeMethodAccessorImpl.invoke0(Nativ
e
Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(Native
MethodAccessorImpl.java:39)

at sun.reflect.DelegatingMethodAccessorImpl.invoke(De
legatingMethodAccessorImpl.java:25)

at java.lang.reflect.Method.invoke(Method.java:597)
at net.minecraft.launchwrapper.Launch.launch(Launch.j
ava:134)

at net.minecraft.launchwrapper.Launch.main(Launch.jav
a:28)

Caused by: java.lang.NoClassDefFoundError: thehippomaster/MutantCreatures/MutantSkeleton
at thehippomaster.MutantCreatures.item.ChemicalX.<cli
nit>(ChemicalX.java:83)

at thehippomaster.MutantCreatures.MutantCreatures.pre
Init(MutantCreatures.java:89)

at sun.reflect.NativeMethodAccessorImpl.invoke0(Nativ
e
Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(Native
MethodAccessorImpl.java:39)

at sun.reflect.DelegatingMethodAccessorImpl.invoke(De
legatingMethodAccessorImpl.java:25)

at java.lang.reflect.Method.invoke(Method.java:597)
at cpw.mods.fml.common.FMLModContainer.handleModState
Event(FMLModContainer.java:536)

at sun.reflect.NativeMethodAccessorImpl.invoke0(Nativ
e
Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(Native
MethodAccessorImpl.java:39)

at sun.reflect.DelegatingMethodAccessorImpl.invoke(De
legatingMethodAccessorImpl.java:25)

at java.lang.reflect.Method.invoke(Method.java:597)
at com.google.common.eventbus.EventHandler.handleEven
t(EventHandler.java:74)

at com.google.common.eventbus.SynchronizedEventHandle
r.handleEvent(SynchronizedEventHandler.java:47)

at com.google.common.eventbus.EventBus.dispatch(Event
Bus.java:314)

at com.google.common.eventbus.EventBus.dispatchQueued
Events(EventBus.java:296)

at com.google.common.eventbus.EventBus.post(EventBus.
java:267)

at cpw.mods.fml.common.LoadController.sendEventToModC
ontainer(LoadController.java:209)

at cpw.mods.fml.common.LoadController.propogateStateM
essage(LoadController.java:188)

at sun.reflect.NativeMethodAccessorImpl.invoke0(Nativ
e
Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(Native
MethodAccessorImpl.java:39)

at sun.reflect.DelegatingMethodAccessorImpl.invoke(De
legatingMethodAccessorImpl.java:25)

at java.lang.reflect.Method.invoke(Method.java:597)
at com.google.common.eventbus.EventHandler.handleEven
t(EventHandler.java:74)

at com.google.common.eventbus.SynchronizedEventHandle
r.handleEvent(SynchronizedEventHandler.java:47)

at com.google.common.eventbus.EventBus.dispatch(Event
Bus.java:314)

at com.google.common.eventbus.EventBus.dispatchQueued
Events(EventBus.java:296)

at com.google.common.eventbus.EventBus.post(EventBus.
java:267)

at cpw.mods.fml.common.LoadController.distributeState
Message(LoadController.java:119)

at cpw.mods.fml.common.Loader.loadMods(Loader.java:49
5)

... 10 more
Caused by: java.lang.ClassNotFoundException: thehippomaster.MutantCreatures.MutantSkeleton
at net.minecraft.launchwrapper.LaunchClassLoader.find
Class(LaunchClassLoader.java:188)

at java.lang.ClassLoader.loadClass(ClassLoader.java:3
06)

at java.lang.ClassLoader.loadClass(ClassLoader.java:2
47)

... 39 more
Caused by: java.lang.NoClassDefFoundError: thehippomaster/AnimationAPI/IAnimatedEntity
at java.lang.ClassLoader.defineClass1(Native Method)
at java.lang.ClassLoader.defineClassCond(ClassLoader.
java:637)

at java.lang.ClassLoader.defineClass(ClassLoader.java
:621)

at java.security.SecureClassLoader.defineClass(Secure
ClassLoader.java:141)

at net.minecraft.launchwrapper.LaunchClassLoader.find
Class(LaunchClassLoader.java:180)

... 41 more
Caused by: java.lang.ClassNotFoundException: thehippomaster.AnimationAPI.IAnimatedEntity
at net.minecraft.launchwrapper.LaunchClassLoader.find
Class(LaunchClassLoader.java:188)

at java.lang.ClassLoader.loadClass(ClassLoader.java:3
06)

at java.lang.ClassLoader.loadClass(ClassLoader.java:2
47)

... 46 more
Caused by: java.lang.NullPointerException

A detailed walkthrough of the error, its code path and all known details is as follows:
--------------------------------------------------
-------------------------------------

-- System Details --
Details:
Minecraft Version: 1.7.2
Operating System: Mac OS X (x86_64) version 10.9.3
Java Version: 1.6.0_65, Apple Inc.
Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Apple Inc.
Memory: 13965320 bytes (13 MB) / 135151616 bytes (128 MB) up to 1069416448 bytes (1019 MB)
JVM Flags: 1 total; -Xmx1G
AABB Pool Size: 0 (0 bytes; 0 MB) allocated, 0 (0 bytes; 0 MB) used
IntCache: cache: 0, tcache: 0, allocated: 0, tallocated: 0
FML: MCP v9.01-pre FML v7.2.125.1030 Minecraft Forge 10.12.0.1030 Optifine OptiFine_1.7.2_HD_C2 7 mods loaded, 7 mods active
mcp{8.09} [Minecraft Coder Pack] (minecraft.jar) Unloaded->Constructed->Pre-initialized
FML{7.2.125.1030} [Forge Mod Loader] (forge-1.7.2-10.12.0.1030.jar) Unloaded->Constructed->Pre-initialized
Forge{10.12.0.1030} [Minecraft Forge] (forge-1.7.2-10.12.0.1030.jar) Unloaded->Constructed->Pre-initialized
CustomSpawner{3.2.0.dev.R1} [DrZhark's CustomSpawner] (CustomMobSpawner 3.2.0-DEV-R2.zip) Unloaded->Constructed->Pre-initialized
MoCreatures{6.2.0.dev.R1} [DrZhark's Mo'Creatures Mod] (DrZharks MoCreatures Mod v6.2.0-DEV-R2.zip) Unloaded->Constructed->Pre-initialized
MutantCreatures{1.4.5} [Mutant Creatures] (MutantCreatures-1.7.2-1.4.5.jar) Unloaded->Constructed->Errored
weaponmod{1.7.2 v1.14.2} [Balkon's WeaponMod] (weaponmod-1.14.2.jar) Unloaded->Constructed->Pre-initialized

Tikiti
Tikiti
Niveau 9
15 juin 2014 à 20:57:18

:up:

BiizMo
BiizMo
Niveau 10
15 juin 2014 à 20:59:23

": Mac OS X"

la voilà l'erreur :peur:

mapX
mapX
Niveau 8
15 juin 2014 à 21:07:17

C'est une erreur sur MutantCreatures, retire-le ou met-le à jour, c'est une erreur au niveau du code, donc, tu ne peux rien y faire.

Trifrance
Trifrance
Niveau 10
15 juin 2014 à 21:13:43

Y'a toujours des mods qui marchent pas mais vérifie que t'as pas installer l'installer DZ mutant créature et pour NotEnoughtItems vérifie que t'as installer code chicken core

Tikiti
Tikiti
Niveau 9
15 juin 2014 à 21:24:57

Pour NEI, j'avais bien installé le code chicken core mais une erreur a pu survenir. Je me souviens juste qu'une page de chargement avec une table de craft ('espère que c'était pas de la merde) était apparu au moment de lancer Minecraft.

Mutant créature était en .jar quand je l'ai glissé dans le dossier mods. Je l'avais pris sur le site de minecraft-France.

Et concernant Battle Tower, je ne comprends pas non plus. J'ai pas le crash-report sous la main mais il était composé de 2 .jar :(
Je le poserais plus tard.

BiizMo -> Je ne crois pas non :)

TheCrazyChicken
TheCrazyChicken
Niveau 10
15 juin 2014 à 21:41:21

M45T3R_G4M3R Voir le profil de M45T3R_G4M3R
Posté le 15 juin 2014 à 20:08:43 Avertir un administrateur
TheCrazyChicken :d) Je sais ce que c'est un mod, c**** de cave. Je sais quel sont compatibles ou non alors ferme ta c**** de g*****.
C'te rage :hap:
Mec, je monte des modpacks avec énormément de grands mods avec Optifine, donc je sais quand même de quoi je parle. :hap:

Sinon, l'auteur, t'as pas installé AnimationAPI qui est requis pour Mutant Creatures. :oui:
Lien : http://www.curseforge.com/media/files/783/323/AnimationAPI-1.7.2-1.2.1.jar

Tikiti
Tikiti
Niveau 9
16 juin 2014 à 10:11:12

Yes ! ENfin, ça marche ! En effet, le problème venait de AnimationAPI. Merci beaucoup :merci:

Toutefois en ce qui concerne NEI et Battle Tower, je ne vois toujours pas. :(

Voilà le crash report de NEI:

---- Minecraft Crash Report ----
// Shall we play a game?

Time: 16/06/14 09:56
Description: Exception in server tick loop

java.lang.NullPointerException: Exception in server tick loop
at codechicken.nei.NEIServerConfig.isActionDisabled(N
EIServerConfig.java:133)

at codechicken.nei.NEIServerUtils.advanceDisabledTime
s(NEIServerUtils.java:99)

at codechicken.nei.ServerHandler.processDisabledPrope
rties(ServerHandler.java:61)

at codechicken.nei.ServerHandler.tickEvent(ServerHand
ler.java:38)

at cpw.mods.fml.common.eventhandler.ASMEventHandler_2
2_ServerHandler_tickEvent_WorldTickEvent.invoke(.d
ynamic)

at cpw.mods.fml.common.eventhandler.ASMEventHandler.i
nvoke(ASMEventHandler.java:51)

at cpw.mods.fml.common.eventhandler.EventBus.post(Eve
ntBus.java:122)

at cpw.mods.fml.common.FMLCommonHandler.onPreWorldTic
k(FMLCommonHandler.java:259)

at net.minecraft.server.MinecraftServer.func_71190_q(
MinecraftServer.java:642)

at net.minecraft.server.MinecraftServer.func_71217_p(
MinecraftServer.java:569)

at net.minecraft.server.integrated.IntegratedServer.f
unc_71217_p(IntegratedServer.java:185)

at net.minecraft.server.MinecraftServer.run(Minecraft
Server.java:454)

at net.minecraft.server.MinecraftServer$2.run(Minecra
ftServer.java:706)

A detailed walkthrough of the error, its code path and all known details is as follows:
--------------------------------------------------
-------------------------------------

-- System Details --
Details:
Minecraft Version: 1.7.2
Operating System: Mac OS X (x86_64) version 10.9.3
Java Version: 1.6.0_65, Apple Inc.
Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Apple Inc.
Memory: 89777384 bytes (85 MB) / 282873856 bytes (269 MB) up to 1069416448 bytes (1019 MB)
JVM Flags: 1 total; -Xmx1G
AABB Pool Size: 1520 (85120 bytes; 0 MB) allocated, 0 (0 bytes; 0 MB) used
IntCache: cache: 0, tcache: 0, allocated: 13, tallocated: 95
FML: MCP v9.01-pre FML v7.2.125.1030 Minecraft Forge 10.12.0.1030 Optifine OptiFine_1.7.2_HD_C2 8 mods loaded, 8 mods active
mcp{8.09} [Minecraft Coder Pack] (minecraft.jar) Unloaded->Constructed->Pre-initialized->Initialize
d->Post-initialized->Available->Available->Availab
le->Available

FML{7.2.125.1030} [Forge Mod Loader] (forge-1.7.2-10.12.0.1030.jar) Unloaded->Constructed->Pre-initialized->Initialize
d->Post-initialized->Available->Available->Availab
le->Available

Forge{10.12.0.1030} [Minecraft Forge] (forge-1.7.2-10.12.0.1030.jar) Unloaded->Constructed->Pre-initialized->Initialize
d->Post-initialized->Available->Available->Availab
le->Available

CodeChickenCore{1.0.0} [CodeChicken Core] (minecraft.jar) Unloaded->Constructed->Pre-initialized->Initialize
d->Post-initialized->Available->Available->Availab
le->Available

NotEnoughItems{1.0.1} [Not Enough Items] (NotEnoughItems-1.7.2-1.0.1-universal.jar) Unloaded->Constructed->Pre-initialized->Initialize
d->Post-initialized->Available->Available->Availab
le->Available

CustomSpawner{3.2.0.dev.R1} [DrZhark's CustomSpawner] (CustomMobSpawner 3.2.0-DEV-R2.zip) Unloaded->Constructed->Pre-initialized->Initialize
d->Post-initialized->Available->Available->Availab
le->Available

MoCreatures{6.2.0.dev.R1} [DrZhark's Mo'Creatures Mod] (DrZharks MoCreatures Mod v6.2.0-DEV-R2.zip) Unloaded->Constructed->Pre-initialized->Initialize
d->Post-initialized->Available->Available->Availab
le->Available

weaponmod{1.7.2 v1.14.2} [Balkon's WeaponMod] (weaponmod-1.14.2.jar) Unloaded->Constructed->Pre-initialized->Initialize
d->Post-initialized->Available->Available->Availab
le->Available

Profiler Position: N/A (disabled)
Vec3 Pool Size: 0 (0 bytes; 0 MB) allocated, 0 (0 bytes; 0 MB) used
Player Count: 0 / 8; []
Type: Integrated Server (map_client.txt)
Is Modded: Definitely; Client brand changed to 'fml,forge'

Et celui de Battle Tower:

---- Minecraft Crash Report ----
// Oops.

Time: 16/06/14 10:08
Description: There was a severe problem during mod loading that has caused the game to fail

cpw.mods.fml.common.LoaderException: java.lang.NoSuchMethodError: cpw.mods.fml.common.registry.GameData.getItemRegis
try()Lcpw/mods/fml/common/registry/FMLControlledNa
mespacedRegistry;

at cpw.mods.fml.common.LoadController.transition(Load
Controller.java:163)

at cpw.mods.fml.common.Loader.initializeMods(Loader.j
ava:677)

at cpw.mods.fml.client.FMLClientHandler.finishMinecra
ftLoading(FMLClientHandler.java:267)

at net.minecraft.client.Minecraft.func_71384_a(Minecr
aft.java:559)

at net.minecraft.client.Minecraft.func_99999_d(Minecr
aft.java:853)

at net.minecraft.client.main.Main.main(SourceFile:103
)

at sun.reflect.NativeMethodAccessorImpl.invoke0(Nativ
e
Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(Native
MethodAccessorImpl.java:39)

at sun.reflect.DelegatingMethodAccessorImpl.invoke(De
legatingMethodAccessorImpl.java:25)

at java.lang.reflect.Method.invoke(Method.java:597)
at net.minecraft.launchwrapper.Launch.launch(Launch.j
ava:134)

at net.minecraft.launchwrapper.Launch.main(Launch.jav
a:28)

Caused by: java.lang.NoSuchMethodError: cpw.mods.fml.common.registry.GameData.getItemRegis
try()Lcpw/mods/fml/common/registry/FMLControlledNa
mespacedRegistry;

at atomicstryker.battletowers.common.TowerStageItemMa
nager.tryFindingObject(TowerStageItemManager.java:
92)

at atomicstryker.battletowers.common.TowerStageItemMa
nager.<init>(TowerStageItemManager.java:45)

at atomicstryker.battletowers.common.AS_BattleTowersC
ore.loadForgeConfig(AS_BattleTowersCore.java:129)

at atomicstryker.battletowers.common.AS_BattleTowersC
ore.modsLoaded(AS_BattleTowersCore.java:98)

at sun.reflect.NativeMethodAccessorImpl.invoke0(Nativ
e
Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(Native
MethodAccessorImpl.java:39)

at sun.reflect.DelegatingMethodAccessorImpl.invoke(De
legatingMethodAccessorImpl.java:25)

at java.lang.reflect.Method.invoke(Method.java:597)
at cpw.mods.fml.common.FMLModContainer.handleModState
Event(FMLModContainer.java:536)

at sun.reflect.GeneratedMethodAccessor5.invoke(Unknow
n
Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(De
legatingMethodAccessorImpl.java:25)

at java.lang.reflect.Method.invoke(Method.java:597)
at com.google.common.eventbus.EventHandler.handleEven
t(EventHandler.java:74)

at com.google.common.eventbus.SynchronizedEventHandle
r.handleEvent(SynchronizedEventHandler.java:47)

at com.google.common.eventbus.EventBus.dispatch(Event
Bus.java:314)

at com.google.common.eventbus.EventBus.dispatchQueued
Events(EventBus.java:296)

at com.google.common.eventbus.EventBus.post(EventBus.
java:267)

at cpw.mods.fml.common.LoadController.sendEventToModC
ontainer(LoadController.java:209)

at cpw.mods.fml.common.LoadController.propogateStateM
essage(LoadController.java:188)

at sun.reflect.NativeMethodAccessorImpl.invoke0(Nativ
e
Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(Native
MethodAccessorImpl.java:39)

at sun.reflect.DelegatingMethodAccessorImpl.invoke(De
legatingMethodAccessorImpl.java:25)

at java.lang.reflect.Method.invoke(Method.java:597)
at com.google.common.eventbus.EventHandler.handleEven
t(EventHandler.java:74)

at com.google.common.eventbus.SynchronizedEventHandle
r.handleEvent(SynchronizedEventHandler.java:47)

at com.google.common.eventbus.EventBus.dispatch(Event
Bus.java:314)

at com.google.common.eventbus.EventBus.dispatchQueued
Events(EventBus.java:296)

at com.google.common.eventbus.EventBus.post(EventBus.
java:267)

at cpw.mods.fml.common.LoadController.distributeState
Message(LoadController.java:119)

at cpw.mods.fml.common.Loader.initializeMods(Loader.j
ava:676)

... 10 more

A detailed walkthrough of the error, its code path and all known details is as follows:
--------------------------------------------------
-------------------------------------

-- System Details --
Details:
Minecraft Version: 1.7.2
Operating System: Mac OS X (x86_64) version 10.9.3
Java Version: 1.6.0_65, Apple Inc.
Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Apple Inc.
Memory: 58067128 bytes (55 MB) / 160894976 bytes (153 MB) up to 1069416448 bytes (1019 MB)
JVM Flags: 1 total; -Xmx1G
AABB Pool Size: 0 (0 bytes; 0 MB) allocated, 0 (0 bytes; 0 MB) used
IntCache: cache: 0, tcache: 0, allocated: 0, tallocated: 0
FML: MCP v9.01-pre FML v7.2.125.1030 Minecraft Forge 10.12.0.1030 Optifine OptiFine_1.7.2_HD_C2 8 mods loaded, 8 mods active
mcp{8.09} [Minecraft Coder Pack] (minecraft.jar) Unloaded->Constructed->Pre-initialized->Initialize
d->Post-initialized

FML{7.2.125.1030} [Forge Mod Loader] (forge-1.7.2-10.12.0.1030.jar) Unloaded->Constructed->Pre-initialized->Initialize
d->Post-initialized

Forge{10.12.0.1030} [Minecraft Forge] (forge-1.7.2-10.12.0.1030.jar) Unloaded->Constructed->Pre-initialized->Initialize
d->Post-initialized

BattleTowers{1.4.7} [Battle Towers] (BattleTowers-1.7.2.jar) Unloaded->Constructed->Pre-initialized->Initialize
d->Errored

CustomSpawner{3.2.0.dev.R1} [DrZhark's CustomSpawner] (CustomMobSpawner 3.2.0-DEV-R2.zip) Unloaded->Constructed->Pre-initialized->Initialize
d->Post-initialized

MoCreatures{6.2.0.dev.R1} [DrZhark's Mo'Creatures Mod] (DrZharks MoCreatures Mod v6.2.0-DEV-R2.zip) Unloaded->Constructed->Pre-initialized->Initialize
d->Post-initialized

AS_UpdateCheck{1.1.5} [AtomicStryker Update Check Mod] (UpdateCheckerMod-1.7.2.jar) Unloaded->Constructed->Pre-initialized->Initialize
d->Post-initialized

weaponmod{1.7.2 v1.14.2} [Balkon's WeaponMod] (weaponmod-1.14.2.jar) Unloaded->Constructed->Pre-initialized->Initialize
d->Post-initialized

Désolé pour le pavé et encore merci pour votre aide :-d

Tikiti
Tikiti
Niveau 9
16 juin 2014 à 12:44:24

:up: please :)

Tikiti
Tikiti
Niveau 9
16 juin 2014 à 18:50:50

re :up:

ArceuStarYT
ArceuStarYT
Niveau 1
28 décembre 2016 à 14:26:48

Bonjour je me permet de t'apporter de l'aide. Tu as deux option

Trouver le mod core ( qu'il faut pour démarrer NEI )

Ou Tu télécharge JEI ( Just enough Item )

Voici Voila j'éspere avoir était utile Au revoir et bon jeux :p

TYT ArceuStar Allias LaZerSouls Co-leader de la GS et Modo trial de la TYT

LeGeko
LeGeko
Niveau 15
28 décembre 2016 à 14:32:49

2 ans plus tôt ça aurait pû le faire :oui:

ArceuStarYT
ArceuStarYT
Niveau 1
28 décembre 2016 à 16:48:01

J'ai pas le droit d'aidé ?

LeGeko
LeGeko
Niveau 15
28 décembre 2016 à 17:03:37

Si bien sur, mais répondre sur un topic datant de juin 2014 c'est pas ce qu'il y a de mieux à faire...

Sous forums
  • Recherche de joueurs et serveurs PC/Consoles