Giter VIP home page Giter VIP logo

dungeon-mobs's Introduction

DUNGEON MOBS

Hello, folks. Been quite awhile since this mod was updated, and - at this point in my life - I think it's time to admit that I'm not coming back to it.

Don't get me wrong, it was fun while it lasted. The modding community in Minecraft, though, is... difficult, at the best of times, and trying to keep up with all the madness that was Forge back in the day was tiring.

Some of you, over the years, mentioned the possibility of me posting the code somewhere, or making it "open source," as it were. I resisted, sometimes vehemently, and it is only now that I'll tell you why.

I don't believe in open source.

That probably sounds bizarre, coming from someone whose first real programming project of any merit was this: a mod to a game that was "sort of" open source (ah, the days of helping in deobfuscating Notch's code... good times). But I really simply don't believe in the idea of giving up creative control over something because of some weird ideology: at the end of the day, I really do believe in capitalism, and open source sort of flies in the face of that.

Now, you may say, "But GnomeWorks, you gave your mod away for free. You never even implemented any of those weird 'look at an ad for 5 seconds before you can download my stuff' thing, and were also vehemently against those! So what gives?" The answer is that this project was intended as a way for me to hone my craft. That other people could use it and give me feedback was payment enough: the apprentice does not - and should not - expect to be paid for his efforts, save in the form of appreciation from those who receive his work (or their criticism - but that, too, is appreciation of a kind).

Some have lamented the lapse of this mod from the community, and I know that nothing could ever quite take its place: there are some who tried, and I'm sure they were successful in their own way. But Dungeon Mobs was special, in that I had a very specific philosophy and very specific design approach in mind, throughout the entirety of the mod. Other monster mods had - and still perhaps to this day, retain - a sort of weird thing about adding in a bunch of superfluous nonsense, items and pets and dimensions and... ugh.

The engineer knows his work is done not when there is nothing left to add, but nothing left to take away. I was very cautious about what mobs I added, and even kept a list of future plans: alas, it is likely now that few of those will ever see fruition, if any.

And so, here is my final gift to the Minecraft community: what was to be Dungeon Mobs v4.2.0, which includes the beamos monster, which was teased a few years ago. I never did get it working properly, but I don't want to go through all the noise with Forge and such of getting a Java development environment for Minecraft set up on this machine, so... you'll have to slog through it. Should be fairly simple to at least comment it out, if you know what you're doing: or, if you're feeling real gutsy, go ahead and try to figure out how to make it work (pro tip: don't attempt to work out whether or not the beamos is looking at a player based on its rotation angle, there's a client/server divide there, which is what eventually made me give up on this incarnation of the beamos on a HD that crashed).

Well... there it is, then. It's been a fun ride, and maybe someone out there will pick this up and run with it.

So long, and thanks for all the fish.

dungeon-mobs's People

Contributors

blackjar72 avatar gnomeworks avatar sunconure11 avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar

Forkers

dither001

dungeon-mobs's Issues

Console spam from EntitySoniceBoom

I get lots of this in the console when fighting some of the dungeon mobs:

> [19:01:10] [Server thread/INFO] [STDOUT]: [com.gw.dm.projectile.EntitySonicBoom:func_70106_y:294]: Sonic boom died!

Minor fixes to existing creatures

  1. Give thoqquas back the ability to create actual lava instead of creating hot magma directly.
  2. Improve rakshasa magic missles (make them weightless while removing height correction in targeting).

Anythings else...?

Un-Nerf Thoqqua

In the process of updating the thoqqua I modified (and deleted) some code before understanding how it all works. Currently thoqquas no longer create lava, but turn stone directly into hot magma. It might be a good idea to re-instate the old code relating to turning stone to lava (and back again when the thoqqua dies or despawns).

Missing sound files?

"[14:48:30] [Client thread/WARN] [net.minecraft.client.audio.SoundHandler]: File dungeonmobs:sounds/g2_l.ogg does not exist, cannot add it to event dungeonmobs:g2_l"

Discovered this line while looking into an "impossible" sound engine critical error that keeps crashing forge.

The full log is too long for pastebin, so I'm just gonna keep it to the sound manager portion. (the crash happens independently of your and lycanite's mobs, as I have gotten the same result without either enabled.)
https://pastebin.com/fxVWTFcZ

Remove some of the more annoying sounds

Like the Troll for example. At least maybe lower volume?

Thanks for remaking this BTW, love this mod. You are doing such a great job with this. In the future maybe you could see about bringing back "Better Dungeons" too.

Crash with RFdimensions

When loading RFdimensions that do not have a stronghold dimlet, this crash occurs. Not sure which side is not working right, but after dungeon mobs in removed the problem is resolved. Thanks!

Time: 10/19/19 11:01 AM
Description: Exception ticking world

java.lang.NullPointerException: Exception ticking world
at net.minecraft.world.gen.structure.MapGenStronghold.func_189104_c(MapGenStronghold.java:141)
at net.minecraft.world.gen.structure.MapGenStronghold.func_180706_b(MapGenStronghold.java:77)
at mcjty.rftoolsdim.dimensions.world.GenericChunkGenerator.func_180513_a(GenericChunkGenerator.java:772)
at com.gw.dm.util.DMGenerationHandler.generateTraps(DMGenerationHandler.java:45)
at com.gw.dm.util.DMGenerationHandler.generate(DMGenerationHandler.java:37)
at net.minecraftforge.fml.common.registry.GameRegistry.generateWorld(GameRegistry.java:167)
at net.minecraft.world.chunk.Chunk.func_186034_a(Chunk.java:1020)
at net.minecraft.world.chunk.Chunk.func_186030_a(Chunk.java:999)
at net.minecraft.world.gen.ChunkProviderServer.func_186025_d(ChunkProviderServer.java:157)
at net.minecraft.server.management.PlayerChunkMapEntry.func_187268_a(PlayerChunkMapEntry.java:126)
at net.minecraft.server.management.PlayerChunkMap.func_72693_b(PlayerChunkMap.java:226)
at net.minecraft.world.WorldServer.func_72835_b(WorldServer.java:227)
at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:756)
at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:668)
at net.minecraft.server.integrated.IntegratedServer.func_71217_p(IntegratedServer.java:252)
at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:526)
at java.lang.Thread.run(Unknown Source)

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

-- Head --
Thread: Server thread
Stacktrace:
at net.minecraft.world.gen.structure.MapGenStronghold.func_189104_c(MapGenStronghold.java:141)
at net.minecraft.world.gen.structure.MapGenStronghold.func_180706_b(MapGenStronghold.java:77)
at mcjty.rftoolsdim.dimensions.world.GenericChunkGenerator.func_180513_a(GenericChunkGenerator.java:772)
at com.gw.dm.util.DMGenerationHandler.generateTraps(DMGenerationHandler.java:45)
at com.gw.dm.util.DMGenerationHandler.generate(DMGenerationHandler.java:37)
at net.minecraftforge.fml.common.registry.GameRegistry.generateWorld(GameRegistry.java:167)
at net.minecraft.world.chunk.Chunk.func_186034_a(Chunk.java:1020)
at net.minecraft.world.chunk.Chunk.func_186030_a(Chunk.java:999)
at net.minecraft.world.gen.ChunkProviderServer.func_186025_d(ChunkProviderServer.java:157)
at net.minecraft.server.management.PlayerChunkMapEntry.func_187268_a(PlayerChunkMapEntry.java:126)
at net.minecraft.server.management.PlayerChunkMap.func_72693_b(PlayerChunkMap.java:226)
at net.minecraft.world.WorldServer.func_72835_b(WorldServer.java:227)

-- Affected level --
Details:
Level name: RF dimensions
All players: 1 total; [EntityPlayerMP['tt77779'/71, l='RF dimensions', x=483.07, y=20.71, z=-529.71]]
Chunk stats: ServerChunkCache: 10 Drop: 0
Level seed: -3029314054707965792
Level generator: ID 00 - default, ver 1. Features enabled: false
Level generator options:
Level spawn location: World: (0,0,0), Chunk: (at 0,0,0 in 0,0; contains blocks 0,0,0 to 15,255,15), Region: (0,0; contains chunks 0,0 to 31,31, blocks 0,0,0 to 511,255,511)
Level time: 0 game time, 0 day time
Level dimension: 0
Level storage version: 0x00000 - Unknown?
Level weather: Rain time: 0 (now: false), thunder time: 0 (now: false)
Level game mode: ERROR NullPointerException: null
Stacktrace:
at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:756)
at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:668)
at net.minecraft.server.integrated.IntegratedServer.func_71217_p(IntegratedServer.java:252)
at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:526)
at java.lang.Thread.run(Unknown Source)

-- System Details --
Details:
Minecraft Version: 1.12.2
Operating System: Windows 10 (amd64) version 10.0
Java Version: 1.8.0_221, Oracle Corporation
Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
Memory: 1515144248 bytes (1444 MB) / 5456789504 bytes (5204 MB) up to 7158628352 bytes (6827 MB)
JVM Flags: 4 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xmx7680m -Xms256m -XX:PermSize=256m
IntCache: cache: 0, tcache: 0, allocated: 15, tallocated: 95
FML: MCP 9.42 Powered by Forge 14.23.5.2847 Optifine OptiFine_1.12.2_HD_U_E3 175 mods loaded, 175 mods active
States: 'U' = Unloaded 'L' = Loaded 'C' = Constructed 'H' = Pre-initialized 'I' = Initialized 'J' = Post-initialized 'A' = Available 'D' = Disabled 'E' = Errored

| State  | ID                                | Version                  | Source                                             | Signature                                |
|:------ |:--------------------------------- |:------------------------ |:-------------------------------------------------- |:---------------------------------------- |
| LCHIJA | minecraft                         | 1.12.2                   | minecraft.jar                                      | None                                     |
| LCHIJA | mcp                               | 9.42                     | minecraft.jar                                      | None                                     |
| LCHIJA | FML                               | 8.0.99.99                | forge-1.12.2-14.23.5.2847.jar                      | None                                     |
| LCHIJA | forge                             | 14.23.5.2847             | forge-1.12.2-14.23.5.2847.jar                      | None                                     |
| LCHIJA | creativecoredummy                 | 1.0.0                    | minecraft.jar                                      | None                                     |
| LCHIJA | littletilescore                   | 1.0.0                    | minecraft.jar                                      | None                                     |
| LCHIJA | opticmanager                      | 1.0                      | minecraft.jar                                      | None                                     |
| LCHIJA | foamfixcore                       | 7.7.4                    | minecraft.jar                                      | None                                     |
| LCHIJA | srm-hooks                         | 1.12.2-1.0.0             | minecraft.jar                                      | None                                     |
| LCHIJA | amidst-forge                      | 1.12.2-0.6.2             | amidst-forge-1.12.2-0.6.2.jar                      | None                                     |
| LCHIJA | mantle                            | 1.12-1.3.3.55            | Mantle-1.12-1.3.3.55.jar                           | None                                     |
| LCHIJA | inspirations                      | 1.12.2-0.2.8             | Inspirations-1.12.2-0.2.8.jar                      | None                                     |
| LCHIJA | placebo                           | 1.6.0                    | Placebo-1.12.2-1.6.0.jar                           | None                                     |
| LCHIJA | apotheosis                        | 1.10.4                   | Apotheosis-1.12.2-1.10.5.jar                       | None                                     |
| LCHIJA | jei                               | 4.15.0.268               | jei_1.12.2-4.15.0.268.jar                          | None                                     |
| LCHIJA | appleskin                         | 1.0.9                    | AppleSkin-mc1.12-1.0.9.jar                         | None                                     |
| LCHIJA | appliedenergistics2               | rv6-stable-7             | appliedenergistics2-rv6-stable-7.jar               | dfa4d3ac143316c6f32aa1a1beda1e34d42132e5 |
| LCHIJA | baubles                           | 1.5.2                    | Baubles-1.12-1.5.2.jar                             | None                                     |
| LCHIJA | gbook_snapshot                    | 2.9.1.s5                 | Guidebook-1.12.2-2.9.1.s5.jar                      | None                                     |
| LCHIJA | arcanearchives                    | 0.2.0.9                  | arcanearchives-0.2.0.9.jar                         | None                                     |
| LCHIJA | morphtool                         | 1.2-21                   | Morph-o-Tool-1.2-21.jar                            | None                                     |
| LCHIJA | quark                             | r1.6-177                 | Quark-r1.6-177.jar                                 | None                                     |
| LCHIJA | autoreglib                        | 1.3-32                   | AutoRegLib-1.3-32.jar                              | None                                     |
| LCHIJA | codechickenlib                    | 3.2.3.358                | CodeChickenLib-1.12.2-3.2.3.358-universal.jar      | f1850c39b2516232a2108a7bd84d1cb5df93b261 |
| LCHIJA | avaritia                          | 3.3.0                    | Avaritia-1.12.2-3.3.0.33-universal.jar             | None                                     |
| LCHIJA | avaritiatweaks                    | 1.12.2-1.1               | AvaritiaTweaks-1.12.2-1.1.jar                      | 4ffa87db52cf086d00ecc4853a929367b1c39b5c |
| LCHIJA | baublelicious                     | 1.4.0-4                  | Baublelicious-1.4.0-4.jar                          | None                                     |
| LCHIJA | betterbuilderswands               | 0.11.1                   | BetterBuildersWands-1.12-0.11.1.245+69d0d70.jar    | None                                     |
| LCHIJA | patchouli                         | 1.0-20                   | Patchouli-1.0-20.jar                               | None                                     |
| LCHIJA | bewitchment                       | 0.20.8                   | bewitchment-1.12.2-0.0.20.8.jar                    | None                                     |
| LCHIJA | bibliocraft                       | 2.4.5                    | BiblioCraft[v2.4.5][MC1.12.2].jar                  | None                                     |
| LCHIJA | biomesoplenty                     | 7.0.1.2352               | BiomesOPlenty-1.12.2-7.0.1.2352-universal.jar      | None                                     |
| LCHIJA | bountifulbaubles                  | 0.0.1                    | Bountiful Baubles-1.12.2-0.1.2.jar                 | None                                     |
| LCHIJA | redstoneflux                      | 2.1.0                    | RedstoneFlux-1.12-2.1.0.6-universal.jar            | 8a6abf2cb9e141b866580d369ba6548732eff25f |
| LCHIJA | brandonscore                      | 2.4.17                   | BrandonsCore-1.12.2-2.4.17.208-universal.jar       | None                                     |
| LCHIJA | buildcraftlib                     | 7.99.24.3                | buildcraft-all-7.99.24.3.jar                       | None                                     |
| LCHIJA | buildcraftcore                    | 7.99.24.3                | buildcraft-all-7.99.24.3.jar                       | None                                     |
| LCHIJA | buildcraftbuilders                | 7.99.24.3                | buildcraft-all-7.99.24.3.jar                       | None                                     |
| LCHIJA | buildcrafttransport               | 7.99.24.3                | buildcraft-all-7.99.24.3.jar                       | None                                     |
| LCHIJA | buildcraftsilicon                 | 7.99.24.3                | buildcraft-all-7.99.24.3.jar                       | None                                     |
| LCHIJA | theoneprobe                       | 1.4.28                   | theoneprobe-1.12-1.4.28.jar                        | None                                     |
| LCHIJA | buildcraftcompat                  | 7.99.24.3                | buildcraft-all-7.99.24.3.jar                       | None                                     |
| LCHIJA | buildcraftenergy                  | 7.99.24.3                | buildcraft-all-7.99.24.3.jar                       | None                                     |
| LCHIJA | buildcraftfactory                 | 7.99.24.3                | buildcraft-all-7.99.24.3.jar                       | None                                     |
| LCHIJA | buildcraftrobotics                | 7.99.24.3                | buildcraft-all-7.99.24.3.jar                       | None                                     |
| LCHIJA | buildinggadgets                   | 2.7.3                    | BuildingGadgets-2.7.3.jar                          | None                                     |
| LCHIJA | cdm                               | 0.4.1                    | cdm-0.4.1-mc1.12.2.jar                             | None                                     |
| LCHIJA | chameleon                         | 1.12-4.1.3               | Chameleon-1.12-4.1.3.jar                           | None                                     |
| LCHIJA | classiccombat                     | 1.0.1                    | ClassicCombat-1.0.1.jar                            | None                                     |
| LCHIJA | climaticbiomesjbg                 | 2.14.8                   | ClimaticBiomes-2.14.8-MC1.12.2.jar                 | None                                     |
| LCHIJA | cofhcore                          | 4.6.3                    | CoFHCore-1.12.2-4.6.3.27-universal.jar             | None                                     |
| LCHIJA | cofhworld                         | 1.3.1                    | CoFHWorld-1.12.2-1.3.1.7-universal.jar             | 8a6abf2cb9e141b866580d369ba6548732eff25f |
| LCHIJA | compactmachines3                  | 3.0.18                   | compactmachines3-1.12.2-3.0.18-b278.jar            | None                                     |
| LCHIJA | controlling                       | 3.0.7                    | Controlling-3.0.7.jar                              | None                                     |
| LCHIJA | cookingforblockheads              | 6.4.71                   | CookingForBlockheads_1.12.2-6.4.71.jar             | None                                     |
| LCHIJA | igcm                              | 1.2.2                    | IGCM_v1.2.10_mc1.12.2.jar                          | None                                     |
| LCHIJA | creativecore                      | 1.9.9                    | CreativeCore_v1.9.68_mc1.12.2.jar                  | None                                     |
| LCHIJA | ptrmodellib                       | 1.0.4                    | PTRLib-1.0.4.jar                                   | None                                     |
| LCHIJA | props                             | 2.6.3                    | Decocraft-2.6.3_1.12.2.jar                         | None                                     |
| LCHIJA | eleccore                          | 1.9.452                  | ElecCore-1.12.2-1.9.452.jar                        | None                                     |
| LCHIJA | mysticalworld                     | 1.12.2-1.4.5             | MysticWorld-1.12.2-1.4.5.jar                       | None                                     |
| LCHIJA | endercore                         | 1.12.2-0.5.69            | EnderCore-1.12.2-0.5.69.jar                        | None                                     |
| LCHIJA | thermalfoundation                 | 2.6.3                    | ThermalFoundation-1.12.2-2.6.3.27-universal.jar    | 8a6abf2cb9e141b866580d369ba6548732eff25f |
| LCHIJA | draconicevolution                 | 2.3.24                   | Draconic-Evolution-1.12.2-2.3.24.349-universal.jar | None                                     |
| LCHIJA | thermalexpansion                  | 5.5.4                    | ThermalExpansion-1.12.2-5.5.4.43-universal.jar     | 8a6abf2cb9e141b866580d369ba6548732eff25f |
| LCHIJA | enderio                           | 5.1.51                   | EnderIO-1.12.2-5.1.51.jar                          | None                                     |
| LCHIJA | mcjtylib_ng                       | 3.5.4                    | mcjtylib-1.12-3.5.4.jar                            | None                                     |
| LCHIJA | rftools                           | 7.72                     | rftools-1.12-7.72.jar                              | None                                     |
| LCHIJA | deepresonance                     | 1.8.0                    | deepresonance-1.12-1.8.0.jar                       | None                                     |
| LCHIJA | journeymap                        | 1.12.2-5.5.5             | journeymap-1.12.2-5.5.5.jar                        | None                                     |
| LCHIJA | defaultoptions                    | 9.2.8                    | DefaultOptions_1.12.2-9.2.8.jar                    | None                                     |
| LCHIJA | ding                              | 1.0.2                    | Ding-1.12.2-1.0.2.jar                              | 4db5c2bd1b556f252a5b8b54b256d381b2a0a6b8 |
| LCHIJA | doggytalents                      | 1.15.1.4                 | DoggyTalents-1.12.2-1.15.1.4-universal.jar         | None                                     |
| LCHIJA | mocreatures                       | 12.0.5                   | DrZharks MoCreatures Mod-12.0.5.jar                | None                                     |
| LCHIJA | dungeonmobs                       | 5.8.4                    | dungeonmobs-5.8.4-MC1.12.2.jar                     | None                                     |
| LCHIJA | effortlessbuilding                | 1.12.2-2.13              | effortlessbuilding-1.12.2-2.13.jar                 | None                                     |
| LCHIJA | enderiointegrationtic             | 5.1.51                   | EnderIO-1.12.2-5.1.51.jar                          | None                                     |
| LCHIJA | enderiobase                       | 5.1.51                   | EnderIO-1.12.2-5.1.51.jar                          | None                                     |
| LCHIJA | enderioconduits                   | 5.1.51                   | EnderIO-1.12.2-5.1.51.jar                          | None                                     |
| LCHIJA | enderioconduitsappliedenergistics | 5.1.51                   | EnderIO-1.12.2-5.1.51.jar                          | None                                     |
| LCHIJA | enderioconduitsopencomputers      | 5.1.51                   | EnderIO-1.12.2-5.1.51.jar                          | None                                     |
| LCHIJA | enderioconduitsrefinedstorage     | 5.1.51                   | EnderIO-1.12.2-5.1.51.jar                          | None                                     |
| LCHIJA | enderiointegrationforestry        | 5.1.51                   | EnderIO-1.12.2-5.1.51.jar                          | None                                     |
| LCHIJA | tconstruct                        | 1.12.2-2.12.0.157        | TConstruct-1.12.2-2.12.0.157.jar                   | None                                     |
| LCHIJA | enderiointegrationticlate         | 5.1.51                   | EnderIO-1.12.2-5.1.51.jar                          | None                                     |
| LCHIJA | enderiomachines                   | 5.1.51                   | EnderIO-1.12.2-5.1.51.jar                          | None                                     |
| LCHIJA | enderiopowertools                 | 5.1.51                   | EnderIO-1.12.2-5.1.51.jar                          | None                                     |
| LCHIJA | enderstorage                      | 2.4.6.137                | EnderStorage-1.12.2-2.4.6.137-universal.jar        | f1850c39b2516232a2108a7bd84d1cb5df93b261 |
| LCHIJA | energyconverters                  | 1.3.3.19                 | energyconverters_1.12.2-1.3.3.19.jar               | None                                     |
| LCHIJA | minerva                           | 1.0.13                   | minerva-library-1.0.13.jar                         | b851b8b7c7f4d8d0e910ff27618150ba80c026ec |
| LCHIJA | extraalchemy                      | 0.5.1                    | extraalchemy-0.5.1.jar                             | b851b8b7c7f4d8d0e910ff27618150ba80c026ec |
| LCHIJA | extrautils2                       | 1.0                      | extrautils2-1.12-1.9.9.jar                         | None                                     |
| LCHIJA | fairylights                       | 2.1.9                    | fairylights-2.1.9-1.12.2.jar                       | None                                     |
| LCHIJA | foamfix                           | 0.10.5-1.12.2            | foamfix-0.10.5-1.12.2.jar                          | None                                     |
| LCHIJA | forgelin                          | 1.8.4                    | Forgelin-1.8.4.jar                                 | None                                     |
| LCHIJA | forgemultipartcbe                 | 2.6.2.83                 | ForgeMultipart-1.12.2-2.6.2.83-universal.jar       | f1850c39b2516232a2108a7bd84d1cb5df93b261 |
| LCHIJA | microblockcbe                     | 2.6.2.83                 | ForgeMultipart-1.12.2-2.6.2.83-universal.jar       | None                                     |
| LCHIJA | minecraftmultipartcbe             | 2.6.2.83                 | ForgeMultipart-1.12.2-2.6.2.83-universal.jar       | None                                     |
| LCHIJA | cfm                               | 6.3.1                    | furniture-6.3.1-1.12.2.jar                         | None                                     |
| LCHIJA | gravestone                        | 1.3.1                    | GraveStone-1.12.2-Graves-1.3.1.jar                 | None                                     |
| LCHIJA | gravestone-extended               | 1.3.5.1                  | GraveStone-1.12.2-Extended-1.3.5.1.jar             | None                                     |
| LCHIJA | mrtjpcore                         | 2.1.4.43                 | MrTJPCore-1.12.2-2.1.4.43-universal.jar            | None                                     |
| LCHIJA | projectred-core                   | 4.9.4.120                | ProjectRed-1.12.2-4.9.4.120-Base.jar               | None                                     |
| LCHIJA | projectred-exploration            | 4.9.4.120                | ProjectRed-1.12.2-4.9.4.120-world.jar              | None                                     |
| LCHIJA | ic2                               | 2.8.1001                 | IC2Classic 1.12-1.5.4.5.jar                        | None                                     |
| LCHIJA | ic2-classic-spmod                 | 0.0.0.0                  | IC2Classic 1.12-1.5.4.5.jar                        | None                                     |
| LCHIJA | gravisuit                         | 1.0.7                    | gravisuit-1.0.7.jar                                | None                                     |
| LCHIJA | gtclassic                         | 1.0.4                    | GTClassic-1.0.4.jar                                | None                                     |
| LCHIJA | guideapi                          | 1.12-2.1.8-63            | Guide-API-1.12-2.1.8-63.jar                        | None                                     |
| LCHIJA | harvest                           | 1.12-1.2.7-20            | Harvest-1.12-1.2.7-20.jar                          | None                                     |
| LCHIJA | hotornot                          | 1.1.2                    | HotOrNot-1.12-1.1.2-16.jar                         | None                                     |
| LCHIJA | ic2c_extras                       | 1.4.4.4                  | IC2CExtras-1.4.4.4.jar                             | None                                     |
| LCHIJA | llibrary                          | 1.7.19                   | llibrary-1.7.19-1.12.2.jar                         | b9f30a813bee3b9dd5652c460310cfcd54f6b7ec |
| LCHIJA | iceandfire                        | 1.8.2                    | iceandfire-1.8.2.jar                               | None                                     |
| LCHIJA | ikwid                             | 1.0.2                    | ikwid-1.0.2.jar                                    | None                                     |
| LCHIJA | immersiveengineering              | 0.12-92                  | ImmersiveEngineering-0.12-92.jar                   | 4cb49fcde3b43048c9889e0a3d083225da926334 |
| LCHIJA | immersivecables                   | 1.3.2                    | ImmersiveCables-1.12.2-1.3.2.jar                   | None                                     |
| LCHIJA | immersivepetroleum                | 1.1.9                    | immersivepetroleum-1.12.2-1.1.9.jar                | None                                     |
| LCHIJA | immersivetech                     | 1.3.10                   | immersivetech-1.12-1.3.10.jar                      | None                                     |
| LCHIJA | inventorytweaks                   | 1.63+release.109.220f184 | InventoryTweaks-1.63.jar                           | 55d2cd4f5f0961410bf7b91ef6c6bf00a766dcbe |
| LCHIJA | ironchest                         | 1.12.2-7.0.67.844        | ironchest-1.12.2-7.0.72.847.jar                    | None                                     |
| LCHIJA | littletiles                       | 1.5.0                    | LittleTiles_v1.5.0-pre167_mc1.12.2.jar             | None                                     |
| LCHIJA | livingenchantment                 | 3.1.9                    | living_enchantment-3.1.9.jar                       | None                                     |
| LCHIJA | locks                             | 2.2.1                    | Locks-2.2.1.jar                                    | None                                     |
| LCHIJA | magneticraft                      | 2.7.0                    | Magneticraft_1.12-2.8.2-dev.jar                    | None                                     |
| LCHIJA | malisiscore                       | 1.12.2-6.5.1-SNAPSHOT    | malisiscore-1.12.2-6.5.1.jar                       | None                                     |
| LCHIJA | malisisdoors                      | 1.12.2-7.3.0             | malisisdoors-1.12.2-7.3.0.jar                      | None                                     |
| LCHIJA | malisisswitches                   | 1.12.2-5.1.0             | malisisswitches-1.12.2-5.1.0.jar                   | None                                     |
| LCHIJA | mca                               | 6.0.1                    | MCA-1.12.2-6.0.1-universal.jar                     | None                                     |
| LCHIJA | modularforcefieldsystem           | 3.0.1                    | MFFS-1.12.2-4.0.1.0_1.12_cc3a5aa.jar               | None                                     |
| LCHIJA | mightyarchitect                   | 0.3.0                    | mightyarchitect-0.3.0.jar                          | None                                     |
| LCHIJA | mobends                           | 0.24                     | mobends-0.24_for_MC-1.12.jar                       | None                                     |
| LCHIJA | modelloader                       | 1.1.7                    | modelloader-1.1.7.jar                              | None                                     |
| LCHIJA | mousetweaks                       | 2.10                     | MouseTweaks-2.10-mc1.12.2.jar                      | None                                     |
| LCHIJA | mystcraft                         | 0.13.7.04                | mystcraft-1.12.2-0.13.7.04.jar                     | None                                     |
| LCHIJA | natura                            | 1.12.2-4.3.2.69          | natura-1.12.2-4.3.2.69.jar                         | None                                     |
| LCHIJA | nei                               | 2.4.3                    | NotEnoughItems-1.12.2-2.4.3.245-universal.jar      | f1850c39b2516232a2108a7bd84d1cb5df93b261 |
| LCHIJA | nuclearcraft                      | 2.18k                    | NuclearCraft-2.18k-1.12.2.jar                      | None                                     |
| LCHIJA | octahedroid                       | 1.0.3                    | octahedroid-1.0.3.jar                              | None                                     |
| LCHIJA | opframe                           | 1.4.0                    | OnlinePicFrame_v1.4.28_mc1.12.2.jar                | None                                     |
| LCHIJA | harvestcraft                      | 1.12.2zb                 | Pam's HarvestCraft 1.12.2zf.jar                    | None                                     |
| LCHIJA | pamsimpleharvest                  | 2.0.0                    | pamsimpleharvest-2.0.0.jar                         | None                                     |
| LCHIJA | placeableitems                    | 3.3                      | placeableitems-3.3.jar                             | None                                     |
| LCHIJA | projecte                          | 1.12.2-PE1.4.1           | ProjectE-1.12.2-PE1.4.1.jar                        | None                                     |
| LCHIJA | projectex                         | 1.2.0.39                 | ProjectEX-1.2.0.39.jar                             | None                                     |
| LCHIJA | projectred-compat                 | 1.0                      | ProjectRed-1.12.2-4.9.4.120-compat.jar             | None                                     |
| LCHIJA | projectred-integration            | 4.9.4.120                | ProjectRed-1.12.2-4.9.4.120-integration.jar        | None                                     |
| LCHIJA | projectred-transmission           | 4.9.4.120                | ProjectRed-1.12.2-4.9.4.120-integration.jar        | None                                     |
| LCHIJA | projectred-fabrication            | 4.9.4.120                | ProjectRed-1.12.2-4.9.4.120-fabrication.jar        | None                                     |
| LCHIJA | projectred-illumination           | 4.9.4.120                | ProjectRed-1.12.2-4.9.4.120-lighting.jar           | None                                     |
| LCHIJA | projectred-expansion              | 4.9.4.120                | ProjectRed-1.12.2-4.9.4.120-mechanical.jar         | None                                     |
| LCHIJA | projectred-relocation             | 4.9.4.120                | ProjectRed-1.12.2-4.9.4.120-mechanical.jar         | None                                     |
| LCHIJA | projectred-transportation         | 4.9.4.120                | ProjectRed-1.12.2-4.9.4.120-mechanical.jar         | None                                     |
| LCHIJA | quarkoddities                     | 1                        | QuarkOddities-1.12.2.jar                           | None                                     |
| LCHIJA | rflux                             | 0.4.0                    | rflux-1.12-0.4.0.jar                               | None                                     |
| LCHIJA | rftoolscontrol                    | 2.0.2                    | rftoolsctrl-1.12-2.0.2.jar                         | None                                     |
| LCHIJA | rftoolsdim                        | 5.71                     | rftoolsdim-1.12-5.71.jar                           | None                                     |
| LCHIJA | rftoolspower                      | 1.2.0                    | rftoolspower-1.12-1.2.0.jar                        | None                                     |
| LCHIJA | roguelike                         | 1.8.0                    | RoguelikeDungeons-1.12.2-1.8.0.jar                 | None                                     |
| LCHIJA | rsgauges                          | 1.1.8                    | rsgauges-1.12.2-1.1.8.jar                          | ed58ed655893ced6280650866985abcae2bf7559 |
| LCHIJA | rustic                            | 1.1.1                    | rustic-1.1.1.jar                                   | None                                     |
| LCHIJA | secretroomsmod                    | 5.6.4                    | secretroomsmod-1.12.2-5.6.4.jar                    | None                                     |
| LCHIJA | stepup                            | 1.0.2-mc1.10-1.12.2      | StepUp-1.0.2-mc1.10-1.12.jar                       | None                                     |
| LCHIJA | storagedrawers                    | 1.12.2-5.4.0             | StorageDrawers-1.12.2-5.4.0.jar                    | None                                     |
| LCHIJA | thermalcultivation                | 0.3.3                    | ThermalCultivation-1.12.2-0.3.3.12-universal.jar   | 8a6abf2cb9e141b866580d369ba6548732eff25f |
| LCHIJA | thermaldynamics                   | 2.5.5                    | ThermalDynamics-1.12.2-2.5.5.21-universal.jar      | 8a6abf2cb9e141b866580d369ba6548732eff25f |
| LCHIJA | thermalinnovation                 | 0.3.3                    | ThermalInnovation-1.12.2-0.3.3.12-universal.jar    | 8a6abf2cb9e141b866580d369ba6548732eff25f |
| LCHIJA | tinkertoolleveling                | 1.12.2-1.1.0.DEV.b23e769 | TinkerToolLeveling-1.12.2-1.1.0.jar                | None                                     |
| LCHIJA | vampirism                         | 1.5.4                    | Vampirism-1.12.2-1.5.4.jar                         | None                                     |
| LCHIJA | teamlapen-lib                     | 1.5.4                    | Vampirism-1.12.2-1.5.4.jar                         | None                                     |
| LCHIJA | wrcbe                             | 2.3.2                    | WR-CBE-1.12.2-2.3.2.33-universal.jar               | f1850c39b2516232a2108a7bd84d1cb5df93b261 |
| LCHIJA | ladylib                           | 2.1                      | Ladylib-2.1.jar                                    | None                                     |
| LCHIJA | lumen                             | 0.4.0                    | lumen-Beta 0.4.1.jar                               | None                                     |
| LCHIJA | eleccoreloader                    | 1.9.452                  | ElecCore-1.12.2-1.9.452.jar                        | None                                     |
| LCHIJA | mysticallib                       | 1.12.2-1.3.8             | mysticallib-1.12.2-1.3.8.jar                       | None                                     |

Loaded coremods (and transformers): 

ApotheosisCore (Apotheosis-1.12.2-1.10.5.jar)
shadows.ApotheosisTransformer
MalisisSwitchesPlugin (malisisswitches-1.12.2-5.1.0.jar)

Do not report to Forge! (If you haven't disabled the FoamFix coremod, try disabling it in the config! Note that this bit of text will still appear.) (foamfix-0.10.5-1.12.2.jar)
pl.asie.foamfix.coremod.FoamFixTransformer
Quark Plugin (Quark-r1.6-177.jar)
vazkii.quark.base.asm.ClassTransformer
ForgelinPlugin (Forgelin-1.8.4.jar)

OpticPatchingLoader (OpticManager_v1.1.6_mc1.12.2.jar)
com.creativemd.opticmanager.OpticTransformer
IELoadingPlugin (ImmersiveEngineering-core-0.12-92.jar)
blusunrize.immersiveengineering.common.asm.IEClassTransformer
llibrary (llibrary-core-1.0.11-1.12.2.jar)
net.ilexiconn.llibrary.server.core.plugin.LLibraryTransformer
net.ilexiconn.llibrary.server.core.patcher.LLibraryRuntimePatcher
AALoadingPlugin (arcanearchives-0.2.0.9.jar)

Inventory Tweaks Coremod (InventoryTweaks-1.63.jar)
invtweaks.forge.asm.ContainerTransformer
EnderCorePlugin (EnderCore-1.12.2-0.5.69-core.jar)
com.enderio.core.common.transform.EnderCoreTransformer
com.enderio.core.common.transform.SimpleMixinPatcher
IGCMPatchingLoader (IGCM_v1.2.10_mc1.12.2.jar)
com.creativemd.igcm.core.IGCMTransformer
LittlePatchingLoader (LittleTiles_v1.5.0-pre167_mc1.12.2.jar)
com.creativemd.littletiles.LittleTilesTransformer
SecretRoomsMod-Core (secretroomsmod-1.12.2-5.6.4.jar)
com.wynprice.secretroomsmod.core.SecretRoomsTransformer
CreativePatchingLoader (CreativeCore_v1.9.68_mc1.12.2.jar)

MalisisCorePlugin (malisiscore-1.12.2-6.5.1.jar)

iceandfire (iceandfire-1.8.2.jar)
com.github.alexthe666.iceandfire.patcher.IceAndFireRuntimePatcher
GL info: ERROR RuntimeException: No OpenGL context found in the current thread.
Pulsar/inspirations loaded Pulses:
- InspirationsShared (Enabled/Forced)
- InspirationsBuilding (Enabled/Not Forced)
- InspirationsUtility (Enabled/Not Forced)
- InspirationsTools (Enabled/Not Forced)
- InspirationsRecipes (Enabled/Not Forced)
- InspirationsTweaks (Enabled/Not Forced)
- InspirationsShared (Enabled/Forced)
- TheOneProbePlugin (Enabled/Not Forced)

AE2 Version: stable rv6-stable-7 for Forge 14.23.5.2768
Pulsar/tconstruct loaded Pulses: 
	- TinkerCommons (Enabled/Forced)
	- TinkerWorld (Enabled/Not Forced)
	- TinkerTools (Enabled/Not Forced)
	- TinkerHarvestTools (Enabled/Forced)
	- TinkerMeleeWeapons (Enabled/Forced)
	- TinkerRangedWeapons (Enabled/Forced)
	- TinkerModifiers (Enabled/Forced)
	- TinkerSmeltery (Enabled/Not Forced)
	- TinkerGadgets (Enabled/Not Forced)
	- TinkerOredict (Enabled/Forced)
	- TinkerIntegration (Enabled/Forced)
	- TinkerFluids (Enabled/Forced)
	- TinkerMaterials (Enabled/Forced)
	- TinkerModelRegister (Enabled/Forced)
	- theoneprobeIntegration (Enabled/Not Forced)

Pulsar/natura loaded Pulses: 
	- NaturaCommons (Enabled/Forced)
	- NaturaOverworld (Enabled/Not Forced)
	- NaturaNether (Enabled/Not Forced)
	- NaturaDecorative (Enabled/Not Forced)
	- NaturaTools (Enabled/Not Forced)
	- NaturaEntities (Enabled/Not Forced)
	- NaturaOredict (Enabled/Forced)
	- NaturaWorld (Enabled/Not Forced)

Ender IO: Found the following problem(s) with your installation (That does NOT mean that Ender IO caused the crash or was involved in it in any way. We add this information to help finding common problems, not as an invitation to post any crash you encounter to Ender IO's issue tracker. Always check the stack trace above to see which mod is most likely failing.):
              * Optifine is installed. This is NOT supported.
             This may (look up the meaning of 'may' in the dictionary if you're not sure what it means) have caused the error. Try reproducing the crash WITHOUT this/these mod(s) before reporting it.

!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
!!!You are looking at the diagnostics information, not at the crash.       !!!
!!!Scroll up until you see the line with '---- Minecraft Crash Report ----'!!!
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!

AE2 Integration: IC2:ON, RC:OFF, MFR:OFF, Waila:OFF, InvTweaks:ON, JEI:ON, Mekanism:OFF, OpenComputers:OFF, THE_ONE_PROBE:ON, TESLA:OFF, CRAFTTWEAKER:OFF
Profiler Position: N/A (disabled)
Player Count: 1 / 8; [EntityPlayerMP['tt77779'/71, l='RF dimensions', x=483.07, y=20.71, z=-529.71]]
Type: Integrated Server (map_client.txt)
Is Modded: Definitely; Client brand changed to 'fml,forge'
OptiFine Version: OptiFine_1.12.2_HD_U_E3
OptiFine Build: 20181210-121000
Render Distance Chunks: 12
Mipmaps: 0
Anisotropic Filtering: 1
Antialiasing: 0
Multitexture: false
Shaders: Sildurs Vibrant Shaders v1.23 Medium.zip
OpenGlVersion: 4.6.0 NVIDIA 398.36
OpenGlRenderer: GeForce GTX 960M/PCIe/SSE2
OpenGlVendor: NVIDIA Corporation
CpuCount: 8

[Feature Request] mob ability configuration

As a client I want to have the ability to configure each mob's abilities, so that I can disable/edit ones that we do not like, so that we don't have to completely disable certain mobs.

Examples:

  • to disable the 1 hit kill chance from cockatrice, or at least set it to 0% chance
  • to blacklist certain potion effects for the beholder's beam
  • to prevent music discs from dropping on killing destrachan
  • to prevent fire spreading from hellhounds
  • to disable the webs from caveFisher
  • to have the cafeFisher's webs dissapear after a certain amount of ticks (configurable amount of time)
  • to configure how much damage the manticore's spines do

thank you.

Possible conflict with Incontrol mod

Hi. I use Incontrol to configure mobs spawn rate, and while other mods work as intended, I can't do anything with dungeon mobs. They spawn in very small numbers regardless of spawnrate in either Dungeon Mobs or Incontrol config.

More configuration

I will probably do these sometime:

  1. Add config options for rust monster foods
  2. Add config options for shrieker summons

Also, this overlaps with biome-specific spawns (aka, biome dictionary support), as these would also need config options. Possibly mini-config files for each mob in a sub-folder (this is why it uses its own folder instead even though the current config doesn't warrant it).

Two issues?

  1. Is it possible to remove the music discs dropping from destrachan?
  2. the spike traps fly up infinitely if you jump above them (please make them stop after a certain distance and/or make them go down after a certain amount of time)

[Feature Request] Per mob Power Multiplier

Please add a way to decrease and decrease power per mob rather than globally. At the moment I have to prevent certain mobs from spawning because they are too powerful for our players.

As a client I want to be able to set the power of each mob individually so that I can allow all mobs to be enabled.

Thank you.

Cockatrice Not Disableable

I am having an issue where when I set B:Cockatrice=false in my config, the cockatrice still appears as a spawnable mob. This does not hold true with other mobs I have disabled.

Versions:
Minecraft 1.12.2
Forge 14.23.5.2781
Dungeon Mobs 5.7.0-MC1.12.2

Server Crash.

I am currently running

  • SpongeForge version: 1.12.2-2705-7.1.0-BETA-3433

  • Forge version: 14.23.4.2747

  • Java version: Java(TM) SE Runtime Environment (build 1.8.0_181-b13)

  • Operating System: Debian 9

  • Plugins (27): Minecraft, Minecraft Coder Pack, SpongeAPI, SpongeForge, FastAsyncWorldEdit, BeanCore, CatClearLag, CommandSync, EconomyLite, GriefPrevention, HuskyCrates, HuskyUI, LuckPerms, Nucleus, PayDay, PlaceholderAPI, ProjectCore, QuestItemHelper, SkyClaims, StackBan, UltimateChat, UniversalMarket, VirtualChest, VirtualTool, Wasted, WorldEdit, spark

  • Mods (52): Minecraft, Minecraft Coder Pack, Forge Mod Loader, Minecraft Forge, SpongeAPI, SpongeForge, AI Improvements, Auto Crafter, Better Questing, BiblioCraft, CoFH Core, CoFH World, CodeChicken Lib, Console Filter, Construct's Armory, CraftTweaker JEI Support, CraftTweaker2, CreativeCore, CreativeCoreDummy, CustomNPCs, Dungeon Mods, Ex Nihilo Creatio, Fishing Net Mod, Hammer Core, HoloInventory, Immersive Engineering, Immersive Tech, InstantUnify, Iron Chest, ItemPhysic, Just Enough Items, LagGoggles, Mantle, McJtyLib, Mekanism, MrCrayfish's Furniture Mod, Parachronology, QuestUtils, Quick Leaf Decay, Redstone Arsenal, Redstone Flux, Solar Flux Reborn, Standard Expansion, Thermal Dynamics, Thermal Expansion, Thermal Foundation, Thermal Innovation, Tinkers' Construct, Tree Chopper, UniDict, VanillaFix, WanionLib

Issue Description
If you break a trap with blades in the creativity mode, then the console will have a lot of errors. One of the monsters attacking the player caused the crash of the server. See logs.

logs.zip

Outer Thing creates way too many particles when Quark is used with Dungeon Mobs

Quark's "improved fire" feature causes flaming entities such as burning monsters and fireballs to emit torch particles. This isn't a problem in normal gameplay, but the Outer Thing produces so many fireballs that the amount of particles Quark creates brings the game to a slideshow for several seconds - often long enough for the Outer Thing to fire again, resulting in a never-ending lag spike.

I do recognize this is technically to blame on Quark, but I feel like a workaround from this end is a much better option than asking Quark's devs to add an exception specifically for the Outer Mob from this mod. I would suggest replacing the monster's fireballs with some other similar-behaving type of projectile that is not on fire, so that it won't produce particles. It is my assumption that the Outer Mob's aesthetic is not too reliant on fire for this change to be viable.

If you want to take some time on this, it could be interesting to explore giving it a new hazard for its projectiles to produce - maybe its new projectiles would place down a small amount of acid, or eat away at the ground, or perhaps transform it into something a little less safe to walk on? If you'd rather keep fireballs as the default behavior, though, it'd be lovely to just get a config toggle that swaps them out for Light Balls, like those used by the Fallen Angel. I'd love to be able to re-add this mob to my worlds, but with the current behavior I'm unfortunately forced to choose between the Elder Mob or Improved Fire.

Cockatrice

I was turned to stone by a Cockatrice while exploring a dungeon, when I went back to my death I found my statue and broke it but none of my items dropped so I lost everything. As far as I know the statue is supposed to drop your previously had items. I'm not sure if I broke it incorrectly or what not but I am quite confused and would love and explanation.

Mobs Spawning Anywhere? (I.e., at any elivation, reguardless of setting)

It has been reported that the mobs are now spawning anywhere, regardless of config. I have not observed it directly, but if so it needs to be addressed. This is only said to be a problem with the latest version (version 5.5.0). But currently, when combined with some (unknown) mods altitude restrictions and the need to see sky disappear.

Dungeon "Mods" ?

asd
isnt the mod name "Dungeon Mobs" ? why JEI catches it as "Dungeon Mods" ?

Offhand deleted when Petrified by Cokatrice

MC: 1.12.2
Mod Ver: 5.8.5
Tested in an instance with just forge and this mod, if turned to stone by a cocatrice, items in offhand are just deleted and no longer exist.

In the case where baubles exist, gravestones can pick them up; but the offhand still goes poof.

Replication steps:

  1. spawn in new world, get yourself a cocatrice egg and random item for offhand.
  2. use the egg and get turned to stone with the item of choice in your offhand
  3. break your stone self with a pickaxe, and notice your offhand item is gone
  4. cry

Configurable Spawn Rates

Love the models, but I pretty much never see any of the mobs in game. Not sure if something else is messing with spawn rates or if DMR mobs are supposed to be exceedingly rare. Anyway, configurable spawn rates would be helpful. Either per mob or maybe as a ratio against other spawns. Thanks for looking!

TPS lag from blade trap

As of 1.12.2-1.4.0, blade trap are using ~1% server CPU by itself.

image

world.getEntitiesWithinAABB() is very slow, should be only called as a last resort, every ticks.
Current version is calling it every ticks, for every tile entities.

Consider scanning the player list instead of all entities, using world.getPlayers().
Consider checking for players only every few seconds with a bit of randomness.

JustEnoughResources integration

As of dungeonmobs-5.4.2-MC1.12.2, entity drops are missing in JustEnoughResources-1.12.2-0.8.9.48.
To my understanding, integration shall be added through their API.

Fix lizalfos properly

I'm unsure as how to approach this, but maybe look at various mods that have mobs that summon copies of themselves? There's even one, unused, in vanilla's code.

Modernize Drops

Make the mobs drops that don't require custom enchantment code use modern, data pack friendly, JSON files.

Please Register Loot Tables to allow LootTweaker Integration (suggestion)

In developing my modpack I discovered that Dungeon Mobs Reborn was not registering any loot tables for the mobs it adds. This is an issue because without appropriately registered loot tables the modpack development tool LootTweaker cannot edit the drops for a mob. I would love to use LootTweaker to add drops to the various Dungeon Mobs Reborn mobs as they make very frightening adversaries and they should have rewards that are appropriate for their difficulty, but unfortunately with unregistered loot tables I cannot do that.

To confirm that this wasn't a mod interaction with another mod in my pack, I made a new instance with the following details:

Minecraft v1.12.2
Forge v14.23.5.2795
CraftTweaker v4.1.13
Dungeon Mobs Reborn v5.5.1
LootTweaker v0.0.8

In this instance, I created a new world and used the command "/ct loottables all" to dump all registered loot tables. I then checked in the "[Instance]\dumps\loot_tables" directory and confirmed that no loot tables were dumped that originated from Dungeon Mobs Reborn.

In the mean time, if you cannot push an update that registers this mod's loot tables for whatever reason, if you could post the locations of the loot tables within the mod I could potentially use that to hack together a way to edit the loot tables. Currently LootTweaker cannot do this, but in their upcoming 0.0.9 release they're adding a way to edit an unregistered loot table, but only if you already know its directory path. Without knowing where to write to that feature is insufficient - I need your help to find the directory path.

Thank you for your time and understanding.

New creatures

I wasn't planning on adding a lot of new creatures, but I have ideas for two:

  1. Displacer Beast -- does not render a model, but has a EntityDisplacerBeastImage entity that wanders within a couple blocks as does. (So it appears to be 0-3 blocks from where it is).

  2. Tarrasque -- a full boss level creature, probably merging some D&D with the traditional creature of French legend. Problem -- its main powers are resistances, making it a melee super-tank, rather than having a special attack power. Probably with a diamond shell (drops a bunch of diamonds). Not technically unique, but only one allowed in a world at once.

Compare:
https://en.wikipedia.org/wiki/Tarrasque_(Dungeons_%26_Dragons)
https://en.wikipedia.org/wiki/Tarasque

A couple other ideas:

  1. Ghost or spectre, something to attach the D&D trope of "only harmed by (magic or) magic weapons" to.

  2. I have some really cool ideas for maralith / type V demon. Six rapid hits in melee range; archvile like attack at range.

EDIT: I have added sound for all these creature to the repo some time ago (they are not referenced in code). I don't know if I'll ever make them, but if I come back to this later (and some version hasn't been added yet) its still not impossible.

Rakshasa server crash

Server crash right after player gets killed by a Rakshasa.

https://paste.dimdev.org/ikajurutib.rb

Server crashed again right after restarting from that,
https://paste.dimdev.org/wazaginoco.rb

had to disable the mob from the config in order for the world to be playable again.

Previously I had already seen those mobs spawn around with no issues (just by exploring around in spectator mode) but it was until now that I've seen it fight something.
It's a shame that I had to disable such an interesting mob.

Cannot use boat after being affected by "addled" (vescavor)

After being addled by a vescavor the keyboard controls will not work for steering a boat. This lasts until the players logs out and back in again.

Apparently the normal control binding for steering boats (horses? other things?) are now separate from normal movement -- these are lost when addled to be replaced by backward version and need to restored separately. (Just an initial guess.)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.