This mod adds many new mobs to specific biome, dimensions and other environments such as lava! These new mobs are mostly hostile but there are some passive ones too that can be bred for special food. Many mobs can be tamed, used as mounts and even summoned as temporary minion hordes!
This mod also adds deadly world events that start randomly every hour or so (highly configurable), these events spawn swarms of deadly mobs as well as other hazards!
This mod takes inspiration from other games and mythologies and is well known for it's Doom (by ID Software) inspired Demon Mobs for the Nether, but has much more than just that!
Support the Cause!
Additional Mods:
Here are a few mods that use or add support to this mod:
- Thaumcraft Mod Aspects Adds Thaumcraft Aspects to mobs from this mod and others.
- Doomlike Dungeons Randomly generated dungeons supports this mod with a custom theme config.
- Roguelike Dungeons Has custom spawner support for it's dungeons!
Special Thanks:
I'd like to give a special thanks to everyone who has downloaded and enjoyed this mod, every download that goes through Curse (both direct and through packs) helps support me in taking time to work on this mod, but what truly motivates me the most is to hear and even see (YouTube, Twitch, etc) people enjoy my hard work and there is much more to come!
A thanks to Gooderness for the epic mob event voice overs!
A big thanks goes to translators, helping bring you Lycanite's Mobs in your language and I'd also like to give a special thanks to all those who have donated and be sure to contact me for your very own Familiar Minion.
Join the Official Nephrite Server with Lycanite's Mobs:
Mod Packs:
Feel free to include this mod in your public/private mod pack! I strongly believe that all mods should be allowed in public packs as sharing should be in the spirit of the Minecraft community! Please provide credit to me (Lycanite) and a link to the mod website.
Please don't provide direct links to this mod alone (unless it is linked inside of modpack config or something). I hope to eventually remove Adfly from which point I wont care where my mod is linked from, currently though I use Adfly, Google Ads on the mod website, donations and Patreon to help fund both the mod website and the free to access public Nephrite World Modded Server.
Videos - Survival Series and Modpacks:
Videos - Reviews:
1
Hmmm... i can't edit any json files (in "creatures" folder, for example). All changes i've made reset after the game is launched. Even if this files are "read-only".
Version 1.20.2.3.
UPD: Nevermind, this is Twitch issue. Solved
I will update russian translation soon, via github.
1
I have translated all strings from .lang file much as possible correctly =)
Thaks for update!
1
http://www.mediafire.com/download/ws3yni13gl67613/ru_RU_Caveworld_1.7.10-v1.5.4.zip
Thanks for your mod!
1
My updated translation for the latest version of Enhanced Biomes.
By the way, I want to note that current Russian translation contains some errors. And translator did not look russian analogues for US Soil Taxonomy (NRCS) terms from your mod, that is sad.
1
Thanks!
1
And i got this crash again...
---- Minecraft Crash Report ----
// I bet Cylons wouldn't have this problem.
Time: 12.09.14 11:14
Description: Exception in server tick loop
cpw.mods.fml.common.LoaderException: java.lang.NoClassDefFoundError: net/minecraft/client/entity/EntityClientPlayerMP
at cpw.mods.fml.common.LoadController.transition(LoadController.java:162)
at cpw.mods.fml.common.Loader.preinitializeMods(Loader.java:515)
at cpw.mods.fml.server.FMLServerHandler.beginServerLoading(FMLServerHandler.java:88)
at cpw.mods.fml.common.FMLCommonHandler.onServerStart(FMLCommonHandler.java:313)
at net.minecraft.server.dedicated.DedicatedServer.func_71197_b(DedicatedServer.java:117)
at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:387)
at net.minecraft.server.MinecraftServer$2.run(MinecraftServer.java:685)
Caused by: java.lang.NoClassDefFoundError: net/minecraft/client/entity/EntityClientPlayerMP
at doc.mods.dynamictanks.DynamicLiquidTanksCore.preInit(DynamicLiquidTanksCore.java:51)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
at cpw.mods.fml.common.FMLModContainer.handleModStateEvent(FMLModContainer.java:513)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
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:208)
at cpw.mods.fml.common.LoadController.propogateStateMessage(LoadController.java:187)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
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:118)
at cpw.mods.fml.common.Loader.preinitializeMods(Loader.java:513)
... 5 more
Caused by: java.lang.ClassNotFoundException: net.minecraft.client.entity.EntityClientPlayerMP
at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:188)
at java.lang.ClassLoader.loadClass(Unknown Source)
at java.lang.ClassLoader.loadClass(Unknown Source)
... 33 more
Caused by: java.lang.NullPointerException
at org.objectweb.asm.ClassReader.<init>(Unknown Source)
at cpw.mods.fml.common.asm.transformers.TerminalTransformer.transform(TerminalTransformer.java:14)
at net.minecraft.launchwrapper.LaunchClassLoader.runTransformers(LaunchClassLoader.java:276)
at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:174)
... 35 more
A detailed walkthrough of the error, its code path and all known details is as follows:
---------------------------------------------------------------------------------------
-- System Details --
Details:
Minecraft Version: 1.7.10
Operating System: Windows 8.1 (amd64) version 6.3
Java Version: 1.7.0_65, Oracle Corporation
Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
Memory: 1684891512 bytes (1606 MB) / 2058878976 bytes (1963 MB) up to 2058878976 bytes (1963 MB)
JVM Flags: 2 total; -Xms2048M -Xmx2048M
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.25.1208 Minecraft Forge 10.13.0.1208 4 mods loaded, 4 mods active
mcp{9.05} [Minecraft Coder Pack] (minecraft.jar) Unloaded->Constructed->Pre-initialized
FML{7.10.25.1208} [Forge Mod Loader] (forge-1.7.10-10.13.0.1208-universal.jar) Unloaded->Constructed->Pre-initialized
Forge{10.13.0.1208} [Minecraft Forge] (forge-1.7.10-10.13.0.1208-universal.jar) Unloaded->Constructed->Pre-initialized
dynamictanks{1.0} [Dynamic Liquid Tanks 2.1] (dynamictanks-1.1.02.jar) Unloaded->Constructed->Errored
Profiler Position: N/A (disabled)
Is Modded: Definitely; Server brand changed to 'fml,forge'
Type: Dedicated Server (map_server.txt)
Here is full fml-server-latest.log: https://www.mediafire.com/?r0x2iztasx90tb8. Maybe it's any help.
1
http://www.mediafire.com/download/a2eqbsljo592yz3/ru_RU_Enhanced_Biomes_pre-2.4a_for_MC_1.7.10.zip
1
http://www.mediafire.com/download/u2aw404a1nta2xf/ru_RU_VanillaPlus-1.7.10-1.4.2.zip
1
I try to explain... When i cut down other trees, durability of the axe is decreased and i spend my time depending of the size of the tree. Big tree = more time to cut. But trees from Mists of RioV felled instantly, like in a creative mode. Durability of the axe isn't wasted. That's what I want to fix.