There is one God. The creator of the heavens and the earth, who sent his son down to earth to save us... he loves you and he's pursuing you. Return to him.
...yeah, I'm one of THOSE guys.
"Some may say that you are a Christian because you were raised in a christian family, but even if my mother was a calculus teacher, no mater what she told me, two plus two would still equal four." - Dr. S. Jenkins
"I'm not a hater, I just know you're wrong. You need to realize that." - Unknown
It gets closer. Mostly system improvements. Worldgen, Loot distribution. Bug fixes. Ore drills are overhauled. No new guns except the few I already had in the last dev build. I think I will need beta testers this time. A few things need to be fixed. All these issues (https://github.com/pWn3d1337/Techguns/milestone/1) are pretty much fixed. Pretty much fixed means: "It should work, but I'm not 100% sure".
It gets closer. Mostly system improvements. Worldgen, Loot distribution. Bug fixes. Ore drills are overhauled. No new guns except the few I already had in the last dev build. I think I will need beta testers this time. A few things need to be fixed. All these issues (https://github.com/pWn3d1337/Techguns/milestone/1) are pretty much fixed. Pretty much fixed means: "It should work, but I'm not 100% sure".
YES! This sounds great. I would be happy to test too!
Rollback Post to RevisionRollBack
There is one God. The creator of the heavens and the earth, who sent his son down to earth to save us... he loves you and he's pursuing you. Return to him.
...yeah, I'm one of THOSE guys.
"Some may say that you are a Christian because you were raised in a christian family, but even if my mother was a calculus teacher, no mater what she told me, two plus two would still equal four." - Dr. S. Jenkins
"I'm not a hater, I just know you're wrong. You need to realize that." - Unknown
Does Techguns change mob spawning? I can't find any vanilla mobs...
Rollback Post to RevisionRollBack
There is one God. The creator of the heavens and the earth, who sent his son down to earth to save us... he loves you and he's pursuing you. Return to him.
...yeah, I'm one of THOSE guys.
"Some may say that you are a Christian because you were raised in a christian family, but even if my mother was a calculus teacher, no mater what she told me, two plus two would still equal four." - Dr. S. Jenkins
"I'm not a hater, I just know you're wrong. You need to realize that." - Unknown
No, but they get more rare because of the new mobs. You can reduce the spawnweight in the config file.
well, I reduced their spawn only to see that nearly NO mobs are spawning....
Rollback Post to RevisionRollBack
There is one God. The creator of the heavens and the earth, who sent his son down to earth to save us... he loves you and he's pursuing you. Return to him.
...yeah, I'm one of THOSE guys.
"Some may say that you are a Christian because you were raised in a christian family, but even if my mother was a calculus teacher, no mater what she told me, two plus two would still equal four." - Dr. S. Jenkins
"I'm not a hater, I just know you're wrong. You need to realize that." - Unknown
Just got this crash when loading up the game for a second time...
// Surprise! Haha. Well, this is awkward.
Time: 2/17/17 6:43 PM
Description: Initializing game
java.lang.IllegalArgumentException: Cannot create a fluidstack from a null fluid
at net.minecraftforge.fluids.FluidStack.(FluidStack.java:36)
at techguns.TGMachineRecipes.addRecipes(TGMachineRecipes.java:127)
at techguns.Techguns.postInit(Techguns.java:686)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at cpw.mods.fml.common.FMLModContainer.handleModStateEvent(FMLModContainer.java:532)
at sun.reflect.GeneratedMethodAccessor2.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74)
at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47)
at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322)
at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304)
at com.google.common.eventbus.EventBus.post(EventBus.java:275)
at cpw.mods.fml.common.LoadController.sendEventToModContainer(LoadController.java:212)
at cpw.mods.fml.common.LoadController.propogateStateMessage(LoadController.java:190)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74)
at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47)
at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322)
at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304)
at com.google.common.eventbus.EventBus.post(EventBus.java:275)
at cpw.mods.fml.common.LoadController.distributeStateMessage(LoadController.java:119)
at cpw.mods.fml.common.Loader.initializeMods(Loader.java:742)
at cpw.mods.fml.client.FMLClientHandler.finishMinecraftLoading(FMLClientHandler.java:311)
at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:552)
at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:878)
at net.minecraft.client.main.Main.main(SourceFile:148)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at net.minecraft.launchwrapper.Launch.launch(Launch.java:135)
at net.minecraft.launchwrapper.Launch.main(Launch.java:28)
A detailed walkthrough of the error, its code path and all known details is as follows:
---------------------------------------------------------------------------------------
-- Head --
Stacktrace:
at net.minecraftforge.fluids.FluidStack.(FluidStack.java:36)
at techguns.TGMachineRecipes.addRecipes(TGMachineRecipes.java:127)
at techguns.Techguns.postInit(Techguns.java:686)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at cpw.mods.fml.common.FMLModContainer.handleModStateEvent(FMLModContainer.java:532)
at sun.reflect.GeneratedMethodAccessor2.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74)
at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47)
at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322)
at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304)
at com.google.common.eventbus.EventBus.post(EventBus.java:275)
at cpw.mods.fml.common.LoadController.sendEventToModContainer(LoadController.java:212)
at cpw.mods.fml.common.LoadController.propogateStateMessage(LoadController.java:190)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74)
at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47)
at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322)
at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304)
at com.google.common.eventbus.EventBus.post(EventBus.java:275)
at cpw.mods.fml.common.LoadController.distributeStateMessage(LoadController.java:119)
at cpw.mods.fml.common.Loader.initializeMods(Loader.java:742)
at cpw.mods.fml.client.FMLClientHandler.finishMinecraftLoading(FMLClientHandler.java:311)
at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:552)
-- Initialization --
Details:
Stacktrace:
at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:878)
at net.minecraft.client.main.Main.main(SourceFile:148)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at net.minecraft.launchwrapper.Launch.launch(Launch.java:135)
at net.minecraft.launchwrapper.Launch.main(Launch.java:28)
-- System Details --
Details:
Minecraft Version: 1.7.10
Operating System: Mac OS X (x86_64) version 10.9.5
Java Version: 1.8.0_74, Oracle Corporation
Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
Memory: 1385799216 bytes (1321 MB) / 2976382976 bytes (2838 MB) up to 4772593664 bytes (4551 MB)
JVM Flags: 4 total; -Xms1G -Xmx5G -XX:PermSize=3G -XX:MaxPermSize=6G
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.05 FML v7.10.99.99 Minecraft Forge 10.13.4.1614 Optifine OptiFine_1.7.10_HD_U_D4 26 mods loaded, 26 mods active
States: 'U' = Unloaded 'L' = Loaded 'C' = Constructed 'H' = Pre-initialized 'I' = Initialized 'J' = Post-initialized 'A' = Available 'D' = Disabled 'E' = Errored
UCHIJ mcp{9.05} [Minecraft Coder Pack] (minecraft.jar)
UCHIJ FML{7.10.99.99} [Forge Mod Loader] (forge-1.7.10-10.13.4.1614-1.7.10.jar)
UCHIJ Forge{10.13.4.1614} [Minecraft Forge] (forge-1.7.10-10.13.4.1614-1.7.10.jar)
UCHIJ TooManyItems{1.7.10} [TooManyItems] (minecraft.jar)
UCHIJ alluwant{2.1} [All U Want] (All-U-Want 2.1.jar)
UCHIJ armourersWorkshop{1.7.10-0.42.5} [Armourer's Workshop] (Armourers-Workshop-1.7.10-0.42.5.jar)
UCHIJ plushieWrapper{0.0.0} [Plushie Wrapper] (Armourers-Workshop-1.7.10-0.42.5.jar)
UCHIJ XaeroBetterPvP{1.6.1.2} [Better PVP Mod] (BetterPvP_1.6.1.2_Forge_1.7.10.jar)
UCHIJ chisel{2.9.4.10} [Chisel] (Chisel-2.9.4.10.jar)
UCHIJ customnpcs{1.7.10d} [CustomNpcs] (CustomNPCs_1.7.10d(21feb16).jar)
UCHIJ DamageIndicatorsMod{3.2.0} [Damage Indicators] (Damage-Indicators-Mod-1.7.10.jar)
UCHIJ PTRModelLib{1.0.0} [PTRModelLib] (Decocraft-2.3.5_1.7.10.jar)
UCHIJ props{2.3.4} [Decocraft] (Decocraft-2.3.5_1.7.10.jar)
UCHIJ ganysend{1.11.3} [Gany's End] (Ganys End-1.11.3.jar)
UCHIJ ganysnether{1.8.1} [Gany's Nether] (Ganys Nether-1.8.1.jar)
UCHIJ ganyssurface{1.12.8} [Gany's Surface] (Ganys Surface-1.12.8.jar)
UCHIJ kcweaponmod{0.1.5} [KC's Weapon Mod v0.1.5] (KCs Weapon Mod v0.1.5 (MC 1.7.10) (Weap v1.3).jar)
UCHIJ halocraft{0.7.6} [Halocraft v0.7.6] (Halocraft v0.7.6 (MC 1.7.10) (KCWM Weap v1.3).jar)
UCHIJ killerchief_halocraft{0.7.0} [HalocraftOldIDUpdater] (Halocraft v0.7.6 (MC 1.7.10) (KCWM Weap v1.3).jar)
UCHIJ JoypadSplitscreenMod{1.7.10-0.22} [Joypad / SplitScreen Mod] (JoypadMod-1.7.10-10.13.4.1614-1.7.10-Test.jar)
UCHIJ Mantle{1.7.10-0.3.2.jenkins184} [Mantle] (Mantle-1.7.10-0.3.2.jar)
UCHIJ mw{1.1} [Modern Warfare] (mw-1.6_mc1.7.10.jar)
UCHIJ NBTEdit{1.7.2.2} [In-game NBTEdit] (NBTEdit_1.7.10.jar)
UCHIJ TConstruct{1.7.10-1.8.8.build988} [Tinkers' Construct] (TConstruct-1.7.10-1.8.8.jar)
UCHIE Techguns{0.1.2} [Techguns] (Techguns.beta.1.2_alphatest1.jar)
UCHIJ worldedit{6.0-beta-01} [WorldEdit] (worldedit-forge-mc1.7.10-6.0-beta-01.jar)
GL info: ' Vendor: 'Intel Inc.' Version: '2.1 INTEL-8.28.37' Renderer: 'Intel Iris OpenGL Engine'
Mantle Environment: DO NOT REPORT THIS CRASH! Unsupported mods in environment: optifine
TConstruct Environment: Environment healthy.
Chisel: Errors like "[FML]: Unable to lookup ..." are NOT the cause of this crash. You can safely ignore these errors. And update forge while you're at it.
Launched Version: 1.7.10-Forge10.13.4.1614-1.7.10
LWJGL: 2.9.1
OpenGL: Intel Iris OpenGL Engine GL version 2.1 INTEL-8.28.37, Intel Inc.
GL Caps: Using GL 1.3 multitexturing.
Using framebuffer objects because ARB_framebuffer_object is supported and separate blending is supported.
Anisotropic filtering is supported and maximum anisotropy is 16.
Shaders are available because OpenGL 2.1 is supported.
Is Modded: Definitely; Client brand changed to 'fml,forge'
Type: Client (map_client.txt)
Resource Packs: [Hero's Fate_texture_pack]
Current Language: English (US)
Profiler Position: N/A (disabled)
Vec3 Pool Size: 0 (0 bytes; 0 MB) allocated, 0 (0 bytes; 0 MB) used
Anisotropic Filtering: Off (1)
Rollback Post to RevisionRollBack
There is one God. The creator of the heavens and the earth, who sent his son down to earth to save us... he loves you and he's pursuing you. Return to him.
...yeah, I'm one of THOSE guys.
"Some may say that you are a Christian because you were raised in a christian family, but even if my mother was a calculus teacher, no mater what she told me, two plus two would still equal four." - Dr. S. Jenkins
"I'm not a hater, I just know you're wrong. You need to realize that." - Unknown
I need help! i cannot run this mod: this is what i get
The game crashed whilst there was a severe problem during mod loading that has caused the game to fail
The game crashed whilst there was a severe problem during mod loading that has caused the game to fail
Error: cpw.mods.fml.common.LoaderException: java.lang.NoClassDefFoundError: techguns/items/OreClusterScanner
I need help! i cannot run this mod: this is what i get
The game crashed whilst there was a severe problem during mod loading that has caused the game to fail
The game crashed whilst there was a severe problem during mod loading that has caused the game to fail
Error: cpw.mods.fml.common.LoaderException: java.lang.NoClassDefFoundError: techguns/items/OreClusterScanner
You did not install the requirements. Cofhlib and chisel are required.
Just got this crash when loading up the game for a second time...
// Surprise! Haha. Well, this is awkward.
Time: 2/17/17 6:43 PM
Description: Initializing game
java.lang.IllegalArgumentException: Cannot create a fluidstack from a null fluid
at net.minecraftforge.fluids.FluidStack.(FluidStack.java:36)
at techguns.TGMachineRecipes.addRecipes(TGMachineRecipes.java:127)
at techguns.Techguns.postInit(Techguns.java:686)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at cpw.mods.fml.common.FMLModContainer.handleModStateEvent(FMLModContainer.java:532)
at sun.reflect.GeneratedMethodAccessor2.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74)
at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47)
at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322)
at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304)
at com.google.common.eventbus.EventBus.post(EventBus.java:275)
at cpw.mods.fml.common.LoadController.sendEventToModContainer(LoadController.java:212)
at cpw.mods.fml.common.LoadController.propogateStateMessage(LoadController.java:190)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74)
at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47)
at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322)
at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304)
at com.google.common.eventbus.EventBus.post(EventBus.java:275)
at cpw.mods.fml.common.LoadController.distributeStateMessage(LoadController.java:119)
at cpw.mods.fml.common.Loader.initializeMods(Loader.java:742)
at cpw.mods.fml.client.FMLClientHandler.finishMinecraftLoading(FMLClientHandler.java:311)
at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:552)
at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:878)
at net.minecraft.client.main.Main.main(SourceFile:148)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at net.minecraft.launchwrapper.Launch.launch(Launch.java:135)
at net.minecraft.launchwrapper.Launch.main(Launch.java:28)
A detailed walkthrough of the error, its code path and all known details is as follows:
---------------------------------------------------------------------------------------
-- Head --
Stacktrace:
at net.minecraftforge.fluids.FluidStack.(FluidStack.java:36)
at techguns.TGMachineRecipes.addRecipes(TGMachineRecipes.java:127)
at techguns.Techguns.postInit(Techguns.java:686)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at cpw.mods.fml.common.FMLModContainer.handleModStateEvent(FMLModContainer.java:532)
at sun.reflect.GeneratedMethodAccessor2.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74)
at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47)
at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322)
at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304)
at com.google.common.eventbus.EventBus.post(EventBus.java:275)
at cpw.mods.fml.common.LoadController.sendEventToModContainer(LoadController.java:212)
at cpw.mods.fml.common.LoadController.propogateStateMessage(LoadController.java:190)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74)
at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47)
at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322)
at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304)
at com.google.common.eventbus.EventBus.post(EventBus.java:275)
at cpw.mods.fml.common.LoadController.distributeStateMessage(LoadController.java:119)
at cpw.mods.fml.common.Loader.initializeMods(Loader.java:742)
at cpw.mods.fml.client.FMLClientHandler.finishMinecraftLoading(FMLClientHandler.java:311)
at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:552)
-- Initialization --
Details:
Stacktrace:
at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:878)
at net.minecraft.client.main.Main.main(SourceFile:148)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at net.minecraft.launchwrapper.Launch.launch(Launch.java:135)
at net.minecraft.launchwrapper.Launch.main(Launch.java:28)
-- System Details --
Details:
Minecraft Version: 1.7.10
Operating System: Mac OS X (x86_64) version 10.9.5
Java Version: 1.8.0_74, Oracle Corporation
Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
Memory: 1385799216 bytes (1321 MB) / 2976382976 bytes (2838 MB) up to 4772593664 bytes (4551 MB)
JVM Flags: 4 total; -Xms1G -Xmx5G -XX:PermSize=3G -XX:MaxPermSize=6G
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.05 FML v7.10.99.99 Minecraft Forge 10.13.4.1614 Optifine OptiFine_1.7.10_HD_U_D4 26 mods loaded, 26 mods active
States: 'U' = Unloaded 'L' = Loaded 'C' = Constructed 'H' = Pre-initialized 'I' = Initialized 'J' = Post-initialized 'A' = Available 'D' = Disabled 'E' = Errored
UCHIJ mcp{9.05} [Minecraft Coder Pack] (minecraft.jar)
UCHIJ FML{7.10.99.99} [Forge Mod Loader] (forge-1.7.10-10.13.4.1614-1.7.10.jar)
UCHIJ Forge{10.13.4.1614} [Minecraft Forge] (forge-1.7.10-10.13.4.1614-1.7.10.jar)
UCHIJ TooManyItems{1.7.10} [TooManyItems] (minecraft.jar)
UCHIJ alluwant{2.1} [All U Want] (All-U-Want 2.1.jar)
UCHIJ armourersWorkshop{1.7.10-0.42.5} [Armourer's Workshop] (Armourers-Workshop-1.7.10-0.42.5.jar)
UCHIJ plushieWrapper{0.0.0} [Plushie Wrapper] (Armourers-Workshop-1.7.10-0.42.5.jar)
UCHIJ XaeroBetterPvP{1.6.1.2} [Better PVP Mod] (BetterPvP_1.6.1.2_Forge_1.7.10.jar)
UCHIJ chisel{2.9.4.10} [Chisel] (Chisel-2.9.4.10.jar)
UCHIJ customnpcs{1.7.10d} [CustomNpcs] (CustomNPCs_1.7.10d(21feb16).jar)
UCHIJ DamageIndicatorsMod{3.2.0} [Damage Indicators] (Damage-Indicators-Mod-1.7.10.jar)
UCHIJ PTRModelLib{1.0.0} [PTRModelLib] (Decocraft-2.3.5_1.7.10.jar)
UCHIJ props{2.3.4} [Decocraft] (Decocraft-2.3.5_1.7.10.jar)
UCHIJ ganysend{1.11.3} [Gany's End] (Ganys End-1.11.3.jar)
UCHIJ ganysnether{1.8.1} [Gany's Nether] (Ganys Nether-1.8.1.jar)
UCHIJ ganyssurface{1.12.8} [Gany's Surface] (Ganys Surface-1.12.8.jar)
UCHIJ kcweaponmod{0.1.5} [KC's Weapon Mod v0.1.5] (KCs Weapon Mod v0.1.5 (MC 1.7.10) (Weap v1.3).jar)
UCHIJ halocraft{0.7.6} [Halocraft v0.7.6] (Halocraft v0.7.6 (MC 1.7.10) (KCWM Weap v1.3).jar)
UCHIJ killerchief_halocraft{0.7.0} [HalocraftOldIDUpdater] (Halocraft v0.7.6 (MC 1.7.10) (KCWM Weap v1.3).jar)
UCHIJ JoypadSplitscreenMod{1.7.10-0.22} [Joypad / SplitScreen Mod] (JoypadMod-1.7.10-10.13.4.1614-1.7.10-Test.jar)
UCHIJ Mantle{1.7.10-0.3.2.jenkins184} [Mantle] (Mantle-1.7.10-0.3.2.jar)
UCHIJ mw{1.1} [Modern Warfare] (mw-1.6_mc1.7.10.jar)
UCHIJ NBTEdit{1.7.2.2} [In-game NBTEdit] (NBTEdit_1.7.10.jar)
UCHIJ TConstruct{1.7.10-1.8.8.build988} [Tinkers' Construct] (TConstruct-1.7.10-1.8.8.jar)
UCHIE Techguns{0.1.2} [Techguns] (Techguns.beta.1.2_alphatest1.jar)
UCHIJ worldedit{6.0-beta-01} [WorldEdit] (worldedit-forge-mc1.7.10-6.0-beta-01.jar)
GL info: ' Vendor: 'Intel Inc.' Version: '2.1 INTEL-8.28.37' Renderer: 'Intel Iris OpenGL Engine'
Mantle Environment: DO NOT REPORT THIS CRASH! Unsupported mods in environment: optifine
TConstruct Environment: Environment healthy.
Chisel: Errors like "[FML]: Unable to lookup ..." are NOT the cause of this crash. You can safely ignore these errors. And update forge while you're at it.
Launched Version: 1.7.10-Forge10.13.4.1614-1.7.10
LWJGL: 2.9.1
OpenGL: Intel Iris OpenGL Engine GL version 2.1 INTEL-8.28.37, Intel Inc.
GL Caps: Using GL 1.3 multitexturing.
Using framebuffer objects because ARB_framebuffer_object is supported and separate blending is supported.
Anisotropic filtering is supported and maximum anisotropy is 16.
Shaders are available because OpenGL 2.1 is supported.
Is Modded: Definitely; Client brand changed to 'fml,forge'
Type: Client (map_client.txt)
Resource Packs: [Hero's Fate_texture_pack]
Current Language: English (US)
Profiler Position: N/A (disabled)
Vec3 Pool Size: 0 (0 bytes; 0 MB) allocated, 0 (0 bytes; 0 MB) used
Anisotropic Filtering: Off (1)
i can confirm the problem with vanilla spawning. i have set TG spawn to 0 and i get no vanilla mobs spawn except endermen. no creeper, zombie, spider, or skeletons spawn. it also seems to effect thaumcraft angry zombies if that helps.
the last one. along with modifying individual TG mobs up and down as well. the spawn rate works as in i get more or less TG mobs to spawn , but no vanilla except endermen at all no matter what i set. i also just tried the mod just another spawner to see if it would make a difference, but it had the same effect.
disregard. i found the problem i believe. it was lycantites mobs. i took that out and everybody is spawning side by side. sorry for the bother and thanks for the help!
There is one God. The creator of the heavens and the earth, who sent his son down to earth to save us... he loves you and he's pursuing you. Return to him.
...yeah, I'm one of THOSE guys.
"Some may say that you are a Christian because you were raised in a christian family, but even if my mother was a calculus teacher, no mater what she told me, two plus two would still equal four." - Dr. S. Jenkins
"I'm not a hater, I just know you're wrong. You need to realize that." - Unknown
i fixed the problem with lycantites if your interested. the mob type general config files have a 'modify vanilla mobs' value at the bottom. just set that to false and it fixes everything.
There is one God. The creator of the heavens and the earth, who sent his son down to earth to save us... he loves you and he's pursuing you. Return to him.
...yeah, I'm one of THOSE guys.
"Some may say that you are a Christian because you were raised in a christian family, but even if my mother was a calculus teacher, no mater what she told me, two plus two would still equal four." - Dr. S. Jenkins
"I'm not a hater, I just know you're wrong. You need to realize that." - Unknown
Update status?
There is one God. The creator of the heavens and the earth, who sent his son down to earth to save us... he loves you and he's pursuing you. Return to him.
...yeah, I'm one of THOSE guys.
"Some may say that you are a Christian because you were raised in a christian family, but even if my mother was a calculus teacher, no mater what she told me, two plus two would still equal four." - Dr. S. Jenkins
"I'm not a hater, I just know you're wrong. You need to realize that." - Unknown
It gets closer. Mostly system improvements. Worldgen, Loot distribution. Bug fixes. Ore drills are overhauled. No new guns except the few I already had in the last dev build. I think I will need beta testers this time. A few things need to be fixed. All these issues (https://github.com/pWn3d1337/Techguns/milestone/1) are pretty much fixed. Pretty much fixed means: "It should work, but I'm not 100% sure".
Techguns Mod
YES! This sounds great. I would be happy to test too!
There is one God. The creator of the heavens and the earth, who sent his son down to earth to save us... he loves you and he's pursuing you. Return to him.
...yeah, I'm one of THOSE guys.
"Some may say that you are a Christian because you were raised in a christian family, but even if my mother was a calculus teacher, no mater what she told me, two plus two would still equal four." - Dr. S. Jenkins
"I'm not a hater, I just know you're wrong. You need to realize that." - Unknown
Does Techguns change mob spawning? I can't find any vanilla mobs...
There is one God. The creator of the heavens and the earth, who sent his son down to earth to save us... he loves you and he's pursuing you. Return to him.
...yeah, I'm one of THOSE guys.
"Some may say that you are a Christian because you were raised in a christian family, but even if my mother was a calculus teacher, no mater what she told me, two plus two would still equal four." - Dr. S. Jenkins
"I'm not a hater, I just know you're wrong. You need to realize that." - Unknown
No, but they get more rare because of the new mobs. You can reduce the spawnweight in the config file.
Techguns Mod
well, I reduced their spawn only to see that nearly NO mobs are spawning....
There is one God. The creator of the heavens and the earth, who sent his son down to earth to save us... he loves you and he's pursuing you. Return to him.
...yeah, I'm one of THOSE guys.
"Some may say that you are a Christian because you were raised in a christian family, but even if my mother was a calculus teacher, no mater what she told me, two plus two would still equal four." - Dr. S. Jenkins
"I'm not a hater, I just know you're wrong. You need to realize that." - Unknown
I just uploaded a public test version for beta 1.2: https://minecraft.curseforge.com/projects/techguns/files/2382804
Report bugs here or in the issue tracker (https://github.com/pWn3d1337/Techguns/issues/). When I said no new guns a few days before, I changed my mind and made 2 :lol:.
Biggest changes:
Bug Fixes and improvements
Ore Drills Improved
A lot of new config options
More world spawns
Akimbo Weapons
Techguns Mod
Just got this crash when loading up the game for a second time...
// Surprise! Haha. Well, this is awkward.
Time: 2/17/17 6:43 PM
Description: Initializing game
java.lang.IllegalArgumentException: Cannot create a fluidstack from a null fluid
at net.minecraftforge.fluids.FluidStack.(FluidStack.java:36)
at techguns.TGMachineRecipes.addRecipes(TGMachineRecipes.java:127)
at techguns.Techguns.postInit(Techguns.java:686)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at cpw.mods.fml.common.FMLModContainer.handleModStateEvent(FMLModContainer.java:532)
at sun.reflect.GeneratedMethodAccessor2.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74)
at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47)
at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322)
at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304)
at com.google.common.eventbus.EventBus.post(EventBus.java:275)
at cpw.mods.fml.common.LoadController.sendEventToModContainer(LoadController.java:212)
at cpw.mods.fml.common.LoadController.propogateStateMessage(LoadController.java:190)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74)
at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47)
at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322)
at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304)
at com.google.common.eventbus.EventBus.post(EventBus.java:275)
at cpw.mods.fml.common.LoadController.distributeStateMessage(LoadController.java:119)
at cpw.mods.fml.common.Loader.initializeMods(Loader.java:742)
at cpw.mods.fml.client.FMLClientHandler.finishMinecraftLoading(FMLClientHandler.java:311)
at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:552)
at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:878)
at net.minecraft.client.main.Main.main(SourceFile:148)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at net.minecraft.launchwrapper.Launch.launch(Launch.java:135)
at net.minecraft.launchwrapper.Launch.main(Launch.java:28)
A detailed walkthrough of the error, its code path and all known details is as follows:
---------------------------------------------------------------------------------------
-- Head --
Stacktrace:
at net.minecraftforge.fluids.FluidStack.(FluidStack.java:36)
at techguns.TGMachineRecipes.addRecipes(TGMachineRecipes.java:127)
at techguns.Techguns.postInit(Techguns.java:686)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at cpw.mods.fml.common.FMLModContainer.handleModStateEvent(FMLModContainer.java:532)
at sun.reflect.GeneratedMethodAccessor2.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74)
at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47)
at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322)
at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304)
at com.google.common.eventbus.EventBus.post(EventBus.java:275)
at cpw.mods.fml.common.LoadController.sendEventToModContainer(LoadController.java:212)
at cpw.mods.fml.common.LoadController.propogateStateMessage(LoadController.java:190)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74)
at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47)
at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322)
at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304)
at com.google.common.eventbus.EventBus.post(EventBus.java:275)
at cpw.mods.fml.common.LoadController.distributeStateMessage(LoadController.java:119)
at cpw.mods.fml.common.Loader.initializeMods(Loader.java:742)
at cpw.mods.fml.client.FMLClientHandler.finishMinecraftLoading(FMLClientHandler.java:311)
at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:552)
-- Initialization --
Details:
Stacktrace:
at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:878)
at net.minecraft.client.main.Main.main(SourceFile:148)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at net.minecraft.launchwrapper.Launch.launch(Launch.java:135)
at net.minecraft.launchwrapper.Launch.main(Launch.java:28)
-- System Details --
Details:
Minecraft Version: 1.7.10
Operating System: Mac OS X (x86_64) version 10.9.5
Java Version: 1.8.0_74, Oracle Corporation
Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
Memory: 1385799216 bytes (1321 MB) / 2976382976 bytes (2838 MB) up to 4772593664 bytes (4551 MB)
JVM Flags: 4 total; -Xms1G -Xmx5G -XX:PermSize=3G -XX:MaxPermSize=6G
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.05 FML v7.10.99.99 Minecraft Forge 10.13.4.1614 Optifine OptiFine_1.7.10_HD_U_D4 26 mods loaded, 26 mods active
States: 'U' = Unloaded 'L' = Loaded 'C' = Constructed 'H' = Pre-initialized 'I' = Initialized 'J' = Post-initialized 'A' = Available 'D' = Disabled 'E' = Errored
UCHIJ mcp{9.05} [Minecraft Coder Pack] (minecraft.jar)
UCHIJ FML{7.10.99.99} [Forge Mod Loader] (forge-1.7.10-10.13.4.1614-1.7.10.jar)
UCHIJ Forge{10.13.4.1614} [Minecraft Forge] (forge-1.7.10-10.13.4.1614-1.7.10.jar)
UCHIJ TooManyItems{1.7.10} [TooManyItems] (minecraft.jar)
UCHIJ alluwant{2.1} [All U Want] (All-U-Want 2.1.jar)
UCHIJ armourersWorkshop{1.7.10-0.42.5} [Armourer's Workshop] (Armourers-Workshop-1.7.10-0.42.5.jar)
UCHIJ plushieWrapper{0.0.0} [Plushie Wrapper] (Armourers-Workshop-1.7.10-0.42.5.jar)
UCHIJ XaeroBetterPvP{1.6.1.2} [Better PVP Mod] (BetterPvP_1.6.1.2_Forge_1.7.10.jar)
UCHIJ chisel{2.9.4.10} [Chisel] (Chisel-2.9.4.10.jar)
UCHIJ customnpcs{1.7.10d} [CustomNpcs] (CustomNPCs_1.7.10d(21feb16).jar)
UCHIJ DamageIndicatorsMod{3.2.0} [Damage Indicators] (Damage-Indicators-Mod-1.7.10.jar)
UCHIJ PTRModelLib{1.0.0} [PTRModelLib] (Decocraft-2.3.5_1.7.10.jar)
UCHIJ props{2.3.4} [Decocraft] (Decocraft-2.3.5_1.7.10.jar)
UCHIJ ganysend{1.11.3} [Gany's End] (Ganys End-1.11.3.jar)
UCHIJ ganysnether{1.8.1} [Gany's Nether] (Ganys Nether-1.8.1.jar)
UCHIJ ganyssurface{1.12.8} [Gany's Surface] (Ganys Surface-1.12.8.jar)
UCHIJ kcweaponmod{0.1.5} [KC's Weapon Mod v0.1.5] (KCs Weapon Mod v0.1.5 (MC 1.7.10) (Weap v1.3).jar)
UCHIJ halocraft{0.7.6} [Halocraft v0.7.6] (Halocraft v0.7.6 (MC 1.7.10) (KCWM Weap v1.3).jar)
UCHIJ killerchief_halocraft{0.7.0} [HalocraftOldIDUpdater] (Halocraft v0.7.6 (MC 1.7.10) (KCWM Weap v1.3).jar)
UCHIJ JoypadSplitscreenMod{1.7.10-0.22} [Joypad / SplitScreen Mod] (JoypadMod-1.7.10-10.13.4.1614-1.7.10-Test.jar)
UCHIJ Mantle{1.7.10-0.3.2.jenkins184} [Mantle] (Mantle-1.7.10-0.3.2.jar)
UCHIJ mw{1.1} [Modern Warfare] (mw-1.6_mc1.7.10.jar)
UCHIJ NBTEdit{1.7.2.2} [In-game NBTEdit] (NBTEdit_1.7.10.jar)
UCHIJ TConstruct{1.7.10-1.8.8.build988} [Tinkers' Construct] (TConstruct-1.7.10-1.8.8.jar)
UCHIE Techguns{0.1.2} [Techguns] (Techguns.beta.1.2_alphatest1.jar)
UCHIJ worldedit{6.0-beta-01} [WorldEdit] (worldedit-forge-mc1.7.10-6.0-beta-01.jar)
GL info: ' Vendor: 'Intel Inc.' Version: '2.1 INTEL-8.28.37' Renderer: 'Intel Iris OpenGL Engine'
Mantle Environment: DO NOT REPORT THIS CRASH! Unsupported mods in environment: optifine
TConstruct Environment: Environment healthy.
Chisel: Errors like "[FML]: Unable to lookup ..." are NOT the cause of this crash. You can safely ignore these errors. And update forge while you're at it.
Launched Version: 1.7.10-Forge10.13.4.1614-1.7.10
LWJGL: 2.9.1
OpenGL: Intel Iris OpenGL Engine GL version 2.1 INTEL-8.28.37, Intel Inc.
GL Caps: Using GL 1.3 multitexturing.
Using framebuffer objects because ARB_framebuffer_object is supported and separate blending is supported.
Anisotropic filtering is supported and maximum anisotropy is 16.
Shaders are available because OpenGL 2.1 is supported.
Is Modded: Definitely; Client brand changed to 'fml,forge'
Type: Client (map_client.txt)
Resource Packs: [Hero's Fate_texture_pack]
Current Language: English (US)
Profiler Position: N/A (disabled)
Vec3 Pool Size: 0 (0 bytes; 0 MB) allocated, 0 (0 bytes; 0 MB) used
Anisotropic Filtering: Off (1)
There is one God. The creator of the heavens and the earth, who sent his son down to earth to save us... he loves you and he's pursuing you. Return to him.
...yeah, I'm one of THOSE guys.
"Some may say that you are a Christian because you were raised in a christian family, but even if my mother was a calculus teacher, no mater what she told me, two plus two would still equal four." - Dr. S. Jenkins
"I'm not a hater, I just know you're wrong. You need to realize that." - Unknown
I need help! i cannot run this mod: this is what i get
The game crashed whilst there was a severe problem during mod loading that has caused the game to fail
The game crashed whilst there was a severe problem during mod loading that has caused the game to fail
Error: cpw.mods.fml.common.LoaderException: java.lang.NoClassDefFoundError: techguns/items/OreClusterScanner
You did not install the requirements. Cofhlib and chisel are required.
Techguns Mod
I see the problem, I'm gonna fix this.
Techguns Mod
I just uploaded Alphatest2 to curse, should fix the previous crash problem. Might take a few minutes until it's available to download.
Techguns Mod
Okay, thank you it works now
i can confirm the problem with vanilla spawning. i have set TG spawn to 0 and i get no vanilla mobs spawn except endermen. no creeper, zombie, spider, or skeletons spawn. it also seems to effect thaumcraft angry zombies if that helps.
What exactly have you set to 0?
Have you set this two to zero?
Techguns Mod
the last one. along with modifying individual TG mobs up and down as well. the spawn rate works as in i get more or less TG mobs to spawn , but no vanilla except endermen at all no matter what i set. i also just tried the mod just another spawner to see if it would make a difference, but it had the same effect.
disregard. i found the problem i believe. it was lycantites mobs. i took that out and everybody is spawning side by side. sorry for the bother and thanks for the help!
Oh, that fixed it. Sorry pwnd. I also had lycanites
There is one God. The creator of the heavens and the earth, who sent his son down to earth to save us... he loves you and he's pursuing you. Return to him.
...yeah, I'm one of THOSE guys.
"Some may say that you are a Christian because you were raised in a christian family, but even if my mother was a calculus teacher, no mater what she told me, two plus two would still equal four." - Dr. S. Jenkins
"I'm not a hater, I just know you're wrong. You need to realize that." - Unknown
i fixed the problem with lycantites if your interested. the mob type general config files have a 'modify vanilla mobs' value at the bottom. just set that to false and it fixes everything.
YAY!
There is one God. The creator of the heavens and the earth, who sent his son down to earth to save us... he loves you and he's pursuing you. Return to him.
...yeah, I'm one of THOSE guys.
"Some may say that you are a Christian because you were raised in a christian family, but even if my mother was a calculus teacher, no mater what she told me, two plus two would still equal four." - Dr. S. Jenkins
"I'm not a hater, I just know you're wrong. You need to realize that." - Unknown