Giter Club home page Giter Club logo

maelstrommod's People

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

maelstrommod's Issues

[Question] Alternative maelstrom gauntlet

So, long story short: I've been playing with your mod on 1.12.2 and during some play-tests (for my modpack) i've noticed that there is 2 different versions of maelstrom gauntlet, regular one and alternative. It appears that alternative has 2 phases, but it doesnt appear in the crimson kingdom arena.
So, i'd like to ask, is there a way i could replace the regular one with alternative? I can understand a few things about coding so i may try to edit the structure itself and then compile the mod, but in case there's any other way to do it, please tell me, or guide me wich structure should i edit. Thank you
P.s. i've looked in the configs, but didnt notice anything that could help me

[suggestion] gamestage compatibility

it would be cool to implement a gamestage compatibility for invasions, so a modpack dev can have more control on how to start invasions.

A name for the gamestage could be for example: startmaelstrominvasion or canmaelstrominvade.

Some good config could be:
-if use the gamestage to trigger invasions (inasions will start after the stage is set, after the altready configurable time is passed)

invaders tower

i work a server as god and added this mod probs is wasnt ready for the spawning of such invaders tower and took it away how can i spawn this invasion again

Translation of Mod Korean Version

I'm a Korean fan of this mod.
So I translated this mod into Korean.
I hope this translation will be applied to the next version. :)
Here's the file.
Since .jar file is not supported, we are forced to upload it as .zip file.
mm_kr.zip
(I'm sorry if my English was weird because I used a translator.)

Massive framerate drops caused by particles.

Describe the bug
Large amounts of framerate drops occur when in the proximity of the Maelstrom tower, or in the Fracture dimension near the Maelstrom castle thing, they stop happening when particles are turned down to Minimal.

To Reproduce
Steps to reproduce the behavior:

  1. Wait for the Maelstrom tower to spawn
  2. Turn particles up to All

Forge Version and Maelstrom Mod Version
Forge: 14.23.5.2847
Maelstrom Mod: 1.12.2-0.3.3

Herobrine dimension issue

In the herobrine dimension (dont know its name) you are constantly being pulled in to an especific direction. Is it a bug or is it made on purpose?

[0.4.1-Snapshot.3]Ticking Entity Crash upon Monolith Fight

Describe the bug
Smacked the Monolith and instantly crashed to desktop. I have a few other mob-affecting mods on this instance and can attempt to reproduce without them if necessary, but the crash log only seemed to indicate an issue with the monolith reading what mobs it can spawn from the Maelstrom config.

Crash Report: https://gist.github.com/SandwichHorror/f33f1681eb96092bbe9ee67515805561

To Reproduce
Aggro the Monolith.

Forge Version and Maelstrom Mod Version
Latest 1.12 Forge; 0.4.1-snapshot.3

attackAll unintended behaviour (probably)

Describe the bug
with attackAll set to true, maelstrom mobs attach also eachother, don't know if this is intended or not

To Reproduce
Steps to reproduce the behavior:
-set attackAll to true
-watch them kill themselfs
-...
-profit

Forge Version and Maelstrom Mod Version
forge: 14.23.5.2854
mod: 1.12.2-0.4

Maelstrom dosent work with my modpack

---- Minecraft Crash Report ----
// This doesn't make any sense!

Time: 2020-10-31 11:49:52 CDT
Description: Initializing game

net.minecraftforge.fml.common.LoaderExceptionModCrash: Caught exception from Maelstrom Mod (mm)
Caused by: java.lang.RuntimeException: Duplicate stat id: "TranslatableComponent{key='stat.entityKill', args=[TranslatableComponent{key='entity.beast.name', args=[], siblings=[], style=Style{hasParent=true, color=null, bold=null, italic=null, underlined=null, obfuscated=null, clickEvent=null, hoverEvent=null, insertion=null}}], siblings=[], style=Style{hasParent=false, color=null, bold=null, italic=null, underlined=null, obfuscated=null, clickEvent=null, hoverEvent=null, insertion=null}}" and "TranslatableComponent{key='stat.entityKill', args=[TranslatableComponent{key='entity.beast.name', args=[], siblings=[], style=Style{hasParent=true, color=null, bold=null, italic=null, underlined=null, obfuscated=null, clickEvent=null, hoverEvent=null, insertion=null}}], siblings=[], style=Style{hasParent=false, color=null, bold=null, italic=null, underlined=null, obfuscated=null, clickEvent=null, hoverEvent=null, insertion=null}}" at id stat.killEntity.beast
at net.minecraft.stats.StatBase.registerStat(SourceFile:41)
at net.minecraft.stats.StatList.getStatKillEntity(StatList.java:305)
at net.minecraft.entity.EntityList$EntityEggInfo.(EntityList.java:450)
at net.minecraftforge.fml.common.registry.EntityRegistry.registerEgg(EntityRegistry.java:242)
at net.minecraftforge.fml.common.registry.EntityRegistry.registerModEntity(EntityRegistry.java:193)
at com.barribob.MaelstromMod.init.ModEntities.registerEntityWithID(ModEntities.java:278)
at com.barribob.MaelstromMod.init.ModEntities.registerEntities(ModEntities.java:180)
at com.barribob.MaelstromMod.Main.PreInit(Main.java:62)
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:497)
at net.minecraftforge.fml.common.FMLModContainer.handleModStateEvent(FMLModContainer.java:637)
at sun.reflect.GeneratedMethodAccessor10.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:497)
at com.google.common.eventbus.Subscriber.invokeSubscriberMethod(Subscriber.java:91)
at com.google.common.eventbus.Subscriber$SynchronizedSubscriber.invokeSubscriberMethod(Subscriber.java:150)
at com.google.common.eventbus.Subscriber$1.run(Subscriber.java:76)
at com.google.common.util.concurrent.MoreExecutors$DirectExecutor.execute(MoreExecutors.java:399)
at com.google.common.eventbus.Subscriber.dispatchEvent(Subscriber.java:71)
at com.google.common.eventbus.Dispatcher$PerThreadQueuedDispatcher.dispatch(Dispatcher.java:116)
at com.google.common.eventbus.EventBus.post(EventBus.java:217)
at net.minecraftforge.fml.common.LoadController.sendEventToModContainer(LoadController.java:219)
at net.minecraftforge.fml.common.LoadController.propogateStateMessage(LoadController.java:197)
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:497)
at com.google.common.eventbus.Subscriber.invokeSubscriberMethod(Subscriber.java:91)
at com.google.common.eventbus.Subscriber$SynchronizedSubscriber.invokeSubscriberMethod(Subscriber.java:150)
at com.google.common.eventbus.Subscriber$1.run(Subscriber.java:76)
at com.google.common.util.concurrent.MoreExecutors$DirectExecutor.execute(MoreExecutors.java:399)
at com.google.common.eventbus.Subscriber.dispatchEvent(Subscriber.java:71)
at com.google.common.eventbus.Dispatcher$PerThreadQueuedDispatcher.dispatch(Dispatcher.java:116)
at com.google.common.eventbus.EventBus.post(EventBus.java:217)
at net.minecraftforge.fml.common.LoadController.distributeStateMessage(LoadController.java:136)
at net.minecraftforge.fml.common.Loader.preinitializeMods(Loader.java:629)
at net.minecraftforge.fml.client.FMLClientHandler.beginMinecraftLoading(FMLClientHandler.java:252)
at net.minecraft.client.Minecraft.init(Minecraft.java:467)
at net.minecraft.client.Minecraft.run(Minecraft.java:3931)
at net.minecraft.client.main.Main.main(SourceFile:123)
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:497)
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:

-- System Details --
Minecraft Version: 1.12.2
Operating System: Windows 10 (amd64) version 10.0
Java Version: 1.8.0_51, Oracle Corporation
Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
Memory: 433099192 bytes (413 MB) / 1073741824 bytes (1024 MB) up to 2147483648 bytes (2048 MB)
JVM Flags: 8 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xmx2G -XX:+UnlockExperimentalVMOptions -XX:+UseG1GC -XX:G1NewSizePercent=20 -XX:G1ReservePercent=20 -XX:MaxGCPauseMillis=50 -XX:G1HeapRegionSize=32M
IntCache: cache: 0, tcache: 0, allocated: 0, tallocated: 0
FML: MCP 9.42 Powered by Forge 14.23.5.2847 Optifine OptiFine_1.12.2_HD_U_F5 132 mods loaded, 131 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                                |
   |:----- |:-------------------- |:------------------- |:-------------------------------------------------- |:---------------------------------------- |
   | LCH   | minecraft            | 1.12.2              | minecraft.jar                                      | None                                     |
   | LCH   | mcp                  | 9.42                | minecraft.jar                                      | None                                     |
   | LCH   | FML                  | 8.0.99.99           | forge-1.12.2-14.23.5.2847.jar                      | None                                     |
   | LCH   | forge                | 14.23.5.2847        | forge-1.12.2-14.23.5.2847.jar                      | None                                     |
   | LCH   | openmodscore         | 0.12.2              | minecraft.jar                                      | None                                     |
   | LCH   | foamfixcore          | 7.7.4               | minecraft.jar                                      | None                                     |
   | LCH   | damageindicatorsmod  | 1.0                 | [1.12.2]DamageIndicatorsMod-3.5.1.jar              | None                                     |
   | LCH   | jei                  | 4.15.0.268          | jei_1.12.2-4.15.0.268.jar                          | None                                     |
   | LCH   | abyssalcraft         | 1.9.19.1            | AbyssalCraft-1.12.2-1.9.19.1.jar                   | 220f10d3a93b3ff5fbaa7434cc629d863d6751b9 |
   | LCH   | abyssaldepths        | 1.12.2-0.3.1        | AbyssalDepths-1.12.2-0.3.1.jar                     | 25e0dcff5b5a7325d7c28898af41ff8b0ba41b77 |
   | LCH   | fastbench            | 1.7.2               | FastWorkbench-1.12.2-1.7.2.jar                     | None                                     |
   | LCH   | actuallyadditions    | 1.12.2-r151         | ActuallyAdditions-1.12.2-r151-2.jar                | None                                     |
   | LCH   | baubles              | 1.5.2               | Baubles-1.12-1.5.2.jar                             | None                                     |
   | LCH   | actuallybaubles      | 1.1                 | ActuallyBaubles-1.12-1.1.jar                       | None                                     |
   | LCH   | aether_legacy        | 1.4.4               | aether_legacy-1.12.2-v1.4.4.jar                    | None                                     |
   | LCH   | kagic                | X11p13              | kagic-X11p13.jar                                   | None                                     |
   | LCH   | allthesingleladies   | 1.6                 | allthesingleladies-1.6.jar                         | None                                     |
   | LCH   | animalbikes          | 1.11.2              | AnimalBikes_1.12.2(13Jan19).jar                    | None                                     |
   | LCH   | artisans_tabs        | 1.3.0.3             | Artisan's+Tabs+-+v-1.12.2-1.3.0.3.jar              | None                                     |
   | LCH   | atum                 | 2.0.17              | Atum-1.12.2-2.0.17.jar                             | None                                     |
   | LCH   | autoreglib           | 1.3-32              | AutoRegLib-1.3-32.jar                              | None                                     |
   | LCH   | codechickenlib       | 3.2.3.358           | CodeChickenLib-1.12.2-3.2.3.358-universal.jar      | f1850c39b2516232a2108a7bd84d1cb5df93b261 |
   | LCH   | avaritia             | 3.3.0               | Avaritia-1.12.2-3.3.0.33-universal.jar             | None                                     |
   | LCH   | thaumcraft           | 6.1.BETA26          | Thaumcraft-1.12.2-6.1.BETA26.jar                   | None                                     |
   | LCH   | botania              | r1.10-363           | Botania+r1.10-363.jar                              | None                                     |
   | LCH   | avaritiatweaks       | @VERSION@           | Avaritia's+Complement-1.12.2-1.2a.jar              | None                                     |
   | LCH   | battletowers         | 1.6.5               | BattleTowers-1.12.2.jar                            | None                                     |
   | LCH   | blocklings           | 1.0                 | Blocklings+6.0.1_b+-+1.12.2.jar                    | None                                     |
   | LCH   | bookshelf            | 2.3.590             | Bookshelf-1.12.2-2.3.590.jar                       | d476d1b22b218a10d845928d1665d45fce301b27 |
   | LCH   | redstoneflux         | 2.1.1               | RedstoneFlux-1.12-2.1.1.1-universal.jar            | None                                     |
   | LCH   | brandonscore         | 2.4.18              | BrandonsCore-1.12.2-2.4.18.210-universal.jar       | None                                     |
   | LCH   | crafttweaker         | 4.1.20              | CraftTweaker2-1.12-4.1.20.574.jar                  | None                                     |
   | LCH   | cfm                  | 6.3.0               | cfm-6.3.0-mc1.12.2.jar                             | None                                     |
   | LCH   | chancecubes          | 1.12.2-5.0.2.345    | ChanceCubes-1.12.2-5.0.2.345.jar                   | None                                     |
   | LCH   | chickens             | 6.1.0               | chickens-6.1.0.jar                                 | None                                     |
   | LCH   | ctm                  | MC1.12.2-1.0.2.31   | CTM-MC1.12.2-1.0.2.31.jar                          | None                                     |
   | LCH   | chisel               | MC1.12.2-1.0.2.45   | Chisel-MC1.12.2-1.0.2.45.jar                       | None                                     |
   | LCH   | chunkanimator        | 1.2                 | ChunkAnimator-MC1.12-1.2.jar                       | None                                     |
   | LCH   | clumps               | 3.1.2               | Clumps-3.1.2.jar                                   | None                                     |
   | LCH   | cyclopscore          | 1.6.1               | CyclopsCore-1.12.2-1.6.1.jar                       | bd0353b3e8a2810d60dd584e256e364bc3bedd44 |
   | LCH   | colossalchests       | 1.7.3               | ColossalChests-1.12.2-1.7.3.jar                    | bd0353b3e8a2810d60dd584e256e364bc3bedd44 |
   | LCH   | craftablehorsearmour | 1.3                 | CraftableHorseArmour-1.3.0-1.12.jar                | None                                     |
   | LCH   | ctgui                | 1.0.0               | CraftTweaker2-1.12-4.1.20.574.jar                  | None                                     |
   | LCH   | crafttweakerjei      | 2.0.3               | CraftTweaker2-1.12-4.1.20.574.jar                  | None                                     |
   | LCH   | customnpcs           | 1.12                | CustomNPCs_1.12.2-(01Oct19).jar                    | None                                     |
   | LCH   | cxlibrary            | 1.6.1               | cxlibrary-1.12.1-1.6.1.jar                         | None                                     |
   | LCH   | deathquotes          | 1.2.0               | DeathQuotes-1.2.0-mc1.12-forge.jar                 | None                                     |
   | LCH   | defiledlands         | 1.4.3               | defiledlands-1.12.2-1.4.3.jar                      | None                                     |
   | LCH   | derpcats             | 1.9.3               | derpcats-1.9.3.jar                                 | None                                     |
   | LCH   | doge                 | 0.6.0               | DogeMod-1.12.2-0.6.0.jar                           | None                                     |
   | LCH   | dldungeonsjbg        | 1.12.10             | DoomlikeDungeons-1.12.10-MC1.12.2.jar              | None                                     |
   | LCH   | draconicevolution    | 2.3.25              | Draconic-Evolution-1.12.2-2.3.25.351-universal.jar | None                                     |
   | LCH   | dragonmounts         | 1.12.2-1.6.3        | DragonMounts2-1.12.2-1.6.3.jar                     | None                                     |
   | LCH   | engender_companion   | V0.3PA              | Engender+Companion+V0.3PA+1.12.2.jar               | None                                     |
   | LCH   | ageofabyssalcraft    | 0.7                 | Engender+Mod-1.12.2-0.7-pre1.jar                   | None                                     |
   | LCH   | ageofchaos           | 0.7                 | Engender+Mod-1.12.2-0.7-pre1.jar                   | None                                     |
   | LCH   | ageofminecraft       | 0.7                 | Engender+Mod-1.12.2-0.7-pre1.jar                   | None                                     |
   | LCH   | erebus               | 1.0.31              | Erebus-1.0.31.jar                                  | None                                     |
   | LCH   | evep                 | 1.5.1               | evep-1.5.1.jar                                     | None                                     |
   | LCH   | extrautils2          | 1.0                 | extrautils2-1.12-1.9.9.jar                         | None                                     |
   | LCH   | fcl                  | 1.XII.54            | Fexcraft+Common+Library-1.XII.54.jar               | None                                     |
   | LCH   | famm                 | 3.3.0               | FAMM-3.3.0.jar                                     | None                                     |
   | LCH   | farlanders           | 1.0.1               | farlanders-1.12.2-1.0.1.jar                        | None                                     |
   | LCH   | fastfurnace          | 1.3.1               | FastFurnace-1.12.2-1.3.1.jar                       | None                                     |
   | LCH   | tmt                  | 1.8                 | Fexcraft+Common+Library-1.XII.54.jar               | None                                     |
   | LCH   | foamfix              | 0.10.10-1.12.2      | foamfix-0.10.10-1.12.2.jar                         | None                                     |
   | LCH   | forgelin             | 1.8.4               | Forgelin-1.8.4.jar                                 | None                                     |
   | LCH   | futureminecraf       | 1.3.0.2             | FutureVersions+v1.3.0.2.jar                        | None                                     |
   | LCH   | gargoyles            | 1                   | Gargoyles+mod+1.12.2+patch+1.jar                   | None                                     |
   | LCH   | uteamcore            | 2.2.5.147           | u_team_core-1.12.2-2.2.5.147.jar                   | None                                     |
   | LCH   | halloween_luckyblock | 2.2.2.8             | halloween_luckyblock-1.12.2-2.2.2.8.jar            | None                                     |
   | LCH   | headcrumbs           | 2.0.4               | Headcrumbs-1.12.2-2.0.5.17.jar                     | None                                     |
   | LCH   | heroicarmory         | 1.1.3               | heroicarmory-1.2.0.jar                             | None                                     |
   | LCH   | hunterillager        | 1.2                 | hunterillager-1.12.2-1.2.jar                       | None                                     |
   | LCH   | huntingdim           | 1.0.42              | HuntingDimension-1.12.2-1.0.42.jar                 | d476d1b22b218a10d845928d1665d45fce301b27 |
   | LCH   | icbmclassic          | 1.12.2-3.3.0.63     | ICBM-classic-1.12.2-3.3.0b63.jar                   | None                                     |
   | LCH   | ichunutil            | 7.2.2               | iChunUtil-1.12.2-7.2.2.jar                         | 4db5c2bd1b556f252a5b8b54b256d381b2a0a6b8 |
   | LCH   | illagers_plus        | 1.1                 | IllagersPlus-1.12.2-1.1.3.jar                      | None                                     |
   | LCH   | yba                  | 1.0                 | Implements+of+Extinction+v1.1B-1.12.2.jar          | None                                     |
   | LCH   | imsm                 | 1.12                | Instant-Massive-Structures-Mod-1.12.2.jar          | None                                     |
   | LCH   | inventorypets        | 2.0.5               | inventorypets-1.12-2.0.5.jar                       | None                                     |
   | LCH   | ironchest            | 1.12.2-7.0.67.844   | ironchest-1.12.2-7.0.72.847.jar                    | None                                     |
   | LCH   | jmr                  | 1.6                 | John+Mod+Resurrected+1.6-1.12.2.jar                | None                                     |
   | LCH   | journeymap           | 1.12.2-5.5.5        | journeymap-1.12.2-5.5.5.jar                        | None                                     |
   | LCH   | jeid                 | 1.0.3-55            | JustEnoughIDs-1.0.3-55.jar                         | None                                     |
   | LCH   | jeresources          | 0.9.2.60            | JustEnoughResources-1.12.2-0.9.2.60.jar            | None                                     |
   | LCH   | libraryex            | 1.1.3               | LibraryEx-1.12.2-1.1.3.jar                         | None                                     |
   | LCH   | lootbags             | 2.5.8.5             | LootBags-1.12.2-2.5.8.5.jar                        | None                                     |
   | LCH   | lootoverhaul         | 1.2                 | LootOverhaul-1.2.jar                               | None                                     |
   | LCH   | lost_aether          | 1.0.1               | lost-aether-content-1.12.2-1.0.1.jar               | None                                     |
   | LCH   | lucky                | 7.6.0               | Lucky-Block-Mod-1.12.2.zip                         | None                                     |
   | LCH   | lycanitesmobs        | 2.0.0.0 - MC 1.12.2 | lycanitesmobs-1.12.2-2.0.0.0.jar                   | None                                     |
   | LCE   | mm                   | 0.4                 | Maelstrom+Mod-0.4.jar                              | None                                     |
   | LC    | mclib                | 1.0.4               | mclib-1.0.4-1.12.2.jar                             | None                                     |
   | LC    | memeinabottle        | 2.1.1               | MemeInABottle-1.12.X-2.1.1.jar                     | None                                     |
   | LC    | metamorph            | 1.1.10              | metamorph-1.1.10-1.12.2.jar                        | None                                     |
   | LC    | mightyenderchicken   | 7.3.0               | MightyEnderChicken-1.12.2-7.3.0.jar                | 4db5c2bd1b556f252a5b8b54b256d381b2a0a6b8 |
   | LC    | mocreatures          | 12.0.5              | Mo-Creatures-Mod-1.12.2.jar                        | None                                     |
   | LC    | mobbattle            | 2.3.3               | MobBattleMod-1.12.2-2.3.3.jar                      | None                                     |
   | LC    | moreexplosives       | 1.0.2               | More+Explosives+V1.0.2.jar                         | None                                     |
   | LC    | morefurnaces         | 1.10.5              | morechickens-1.12.2-3.1.0.jar                      | None                                     |
   | LC    | llibrary             | 1.7.19              | llibrary-1.7.19-1.12.2.jar                         | b9f30a813bee3b9dd5652c460310cfcd54f6b7ec |
   | LC    | mowziesmobs          | 1.5.4               | mowziesmobs-1.5.4.jar                              | None                                     |
   | LC    | multimob             | 1.0.5               | multimob-1.0.5.jar                                 | None                                     |
   | LC    | mutantmobs           | 1.0.1               | Mutant+Mobs+V1.0.1.jar                             | None                                     |
   | LC    | mutantbeasts         | 1.12.2-0.7.1        | MutantBeasts-1.12.2-0.7.1.jar                      | 25e0dcff5b5a7325d7c28898af41ff8b0ba41b77 |
   | LC    | naturescompass       | 1.8.3               | mysticalworld-1.12.2-1.7.1.jar                     | None                                     |
   | LC    | netherex             | 2.1.7               | NetherEx-1.12.2-2.1.7.jar                          | None                                     |
   | LC    | nikkorimod           | 1.7.1               | NikkoriMOD_ver-1.7.1.jar                           | None                                     |
   | LC    | theoffhandedgamers   | 1.0.1               | OffhandedGamers_1.12.2_v1.0.1.jar                  | None                                     |
   | LC    | openmods             | 0.12.2              | OpenModsLib-1.12.2-0.12.2.jar                      | d2a9a8e8440196e26a268d1f3ddc01b2e9c572a5 |
   | LC    | openblocks           | 1.8.1               | OpenBlocks-1.12.2-1.8.1.jar                        | d2a9a8e8440196e26a268d1f3ddc01b2e9c572a5 |
   | LC    | harvestcraft         | 1.12.2zb            | p455w0rdslib-1.12.2-2.2.156.jar                    | None                                     |
   | LC    | performant           | 1.12.2-1.4          | performant-1.12.2-1.10.jar                         | None                                     |
   | LC    | potioncore           | 1.9_for_1.12.2      | PotionCore-1.9_for_1.12.2.jar                      | None                                     |
   | LC    | prefab               | 1.3.0.26            | prefab-1.3.0.26.jar                                | None                                     |
   | LC    | primitivemobs        | 1.2.3a              | primitivemobs-1.2.3a.jar                           | None                                     |
   | LC    | specialmobs          | 1.0.2_for_mc1.12.2  | specialmobs-1.0.2_for_mc1.12.2.jar                 | None                                     |
   | LC    | supertnt             | 1.0.1               | Super-TNT-Mod-1.12.2.jar                           | None                                     |
   | LC    | surge                | 2.0.77              | Surge-1.12.2-2.0.77.jar                            | d476d1b22b218a10d845928d1665d45fce301b27 |
   | LC    | iiz_tntmod_4.1       | 4.1                 | TNT Mod v4.1 MC 1.12.2.jar                         | None                                     |
   | LC    | uut                  | 1.0.3               | toy-defenders-v1.0.3.jar                           | None                                     |
   | LC    | twilightforest       | 3.10.1013           | twilightforest-1.12.2-3.10.1013-universal.jar      | None                                     |
   | LC    | vanillafix           | 1.0.10-150          | VanillaFix-1.0.10-150.jar                          | None                                     |
   | LC    | variedcommodities    | 1.12.2              | VariedCommodities_1.12.2(21nov19).jar              | None                                     |
   | LC    | waddles              | 0.6.0               | Waddles-1.12.2-0.6.0.jar                           | None                                     |
   | LC    | wolfarmor            | 3.4.1.1             | wolfarmor-1.12.2-3.4.1.1-UNIVERSAL-signed.jar      | None                                     |
   | LC    | youwinbutton         | 1.0.0               | youwinbutton-1.0.0.jar                             | None                                     |
   | LC    | phosphor-lighting    | 1.12.2-0.2.6        | Patchouli-1.0-20.jar                               | f0387d288626cc2d937daa504e74af570c52a2f1 |
   | LC    | additions            | 0.5.1               | Additions-0.5.1.jar                                | None                                     |
   | LC    | mysticallib          | 1.12.2-1.6.0        | mysticallib-1.12.2-1.6.0.jar                       | None                                     |
   | UD    | mclib_core           | 1.0.4               | minecraft.jar                                      | None                                     |

Loaded coremods (and transformers): ForgelinPlugin (Forgelin-1.8.4.jar)

                                  OpenModsCorePlugin (OpenModsLib-1.12.2-0.12.2.jar)
                                    openmods.core.OpenModsClassTransformer
                                  CXLibraryCore (cxlibrary-1.12.1-1.6.1.jar)
                                    cubex2.cxlibrary.CoreModTransformer
                                  PerformantLoadingPlugin (performant-1.12.2-1.10.jar)
                                    
                                  PhosphorFMLLoadingPlugin (Patchouli-1.0-20.jar)
                                    
                                  CTMCorePlugin (CTM-MC1.12.2-1.0.2.31.jar)
                                    team.chisel.ctm.client.asm.CTMTransformer
                                  McLib core mod (mclib-1.0.4-1.12.2.jar)
                                    mchorse.mclib.core.McLibCMClassTransformer
                                  NikkoriCorePlugin (NikkoriMOD_ver-1.7.1.jar)
                                    nikkoricore.asm.NikkoriCoreTranceformer
                                  llibrary (llibrary-core-1.0.11-1.12.2.jar)
                                    net.ilexiconn.llibrary.server.core.plugin.LLibraryTransformer
                                    net.ilexiconn.llibrary.server.core.patcher.LLibraryRuntimePatcher
                                  VanillaFixLoadingPlugin (VanillaFix-1.0.10-150.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.10-1.12.2.jar)
                                    pl.asie.foamfix.coremod.FoamFixTransformer
                                  JustEnoughIDs Extension Plugin (JustEnoughIDs-1.0.3-55.jar)
                                    org.dimdev.jeid.JEIDTransformer
                                  SurgeLoadingPlugin (Surge-1.12.2-2.0.77.jar)
                                    
                                  WolfArmorCore (wolfarmor-1.12.2-3.4.1.1-UNIVERSAL-signed.jar)
                                    
                                  LoadingPlugin (ChunkAnimator-MC1.12-1.2.jar)
                                    lumien.chunkanimator.asm.ClassTransformer

GL info: ' Vendor: 'Intel' Version: '4.6.0 - Build 26.20.100.8141' Renderer: 'Intel(R) UHD Graphics 630'
OpenModsLib class transformers: [llama_null_fix:FINISHED],[horse_base_null_fix:FINISHED],[pre_world_render_hook:FINISHED],[player_render_hook:FINISHED],[horse_null_fix:FINISHED]
Suspected Mods: Maelstrom Mod (mm)
Launched Version: 1.12.2-forge1.12.2-14.23.5.2847
LWJGL: 2.9.4
OpenGL: Intel(R) UHD Graphics 630 GL version 4.6.0 - Build 26.20.100.8141, Intel
GL Caps: Using GL 1.3 multitexturing.
Using GL 1.3 texture combiners.
Using framebuffer objects because OpenGL 3.0 is supported and separate blending is supported.
Shaders are available because OpenGL 2.1 is supported.
VBOs are available because OpenGL 1.5 is supported.
Using VBOs: Yes
Is Modded: Definitely; Client brand changed to 'fml,forge'
Type: Client (map_client.txt)
Resource Packs: Lucky+Block+Omega.zip
Current Language: English (US)
Profiler Position: N/A (disabled)
CPU: 8x Intel(R) Core(TM) i5-9300H CPU @ 2.40GHz
i use the latest forge 1.1.2.2 version and the latest maelstrom version

Fracture dimension causes Minecraft to use up all of system's RAM and VRAM, and weirdly high GPU usage

Describe the bug
When player is in Fracture dimension VRAM usage slowly rises up, and when it reaches about 95% RAM usage starts to catch up as well(beyond JVM argument setting). Eventually both end up trying to reach system's limit and causes in-game visual to glitch/flicker. GPU usage suddenly spike up to 100% during that process, but temperature stays relatively fine without noticeable fan noise. Average fps get little lower too, and it drastically worsen when Iooking at structures(fortress, mineshaft village)
I found this issue on my personal modpack and was able to reproduce on freshly installed Forge instance with only Maelstrom mod. I never had this issue with other Maelstrom dimensions or dimensions from several different mods in general. This only happens in Fracture dimension.

Screenshots/Videos
GPU usage is absurdly high, VRAM and RAM are getting consumed by Minecraft:
unknown_2022 08 26-14 01

Eventually VRAM and RAM usage will reach system's limit, and in-game visuals start to glitch (video on imgur: https://imgur.com/a/O2W1cpr)

Occupied system resource stays almost same after leaving the dimension or quitting save. Closing Minecraft process is only way to clear them.
unknown_2022 08 26-14 15

To Reproduce

  1. Install Maelstrom on Forge instance
  2. launch game and enter Fracture dimension
  3. Idle/explore in the dimension
    Note that amount of time required to fully reproduce the issue depends on available RAM and VRAM amount.

Forge Version and Maelstrom Mod Version
Forge: 14.23.5.2860
Maelstrom mod: 0.4.4

log
lastest.log
debug.log

Hardware
GPU: Radeon RX 570 Series
CPU: AMD Ryzen 5 3500 6-Core Processor
VRAM: 4096MB
RAM: 16GB

The Fracture causing massive lag

Once entering the Fracture dimension , it causes massive lag to my game, and i can't pinpoint why, both framerate and server-wise, to a point where my entire PC can't keep up, it appears that no other dimension has this issue, only this one, tried setting graphics to fast and had the same issues.

Here's a link to the logs: https://pastebin.com/MnF9VdhM

I tried warping to the dark nexus to get rid of the lag, but nothing responded and had to force close the game.

Maelstrom 0.3.4
forge-14.23.5.2854

Malestrom Tower

I accidently destroyed the tower in my world. Can I spawn the tower back? I already tried reinstalling the mod and it just appears in the same spot but half destroyed.

Crash Report

---- Minecraft Crash Report ----

WARNING: coremods are present:
Contact their authors BEFORE contacting forge

// Don't be sad, have a hug! <3

Time: 8/22/20 12:24 PM
Description: Ticking entity

java.lang.NullPointerException: Ticking entity
at com.barribob.MaelstromMod.entity.projectile.EntityHealerOrb.bulletHit(EntityHealerOrb.java:288)
at com.barribob.MaelstromMod.entity.projectile.EntityHealerOrb.func_70071_h_(EntityHealerOrb.java:201)
at net.minecraft.world.World.func_72866_a(World.java:1993)
at net.minecraft.world.WorldServer.func_72866_a(WorldServer.java:832)
at net.minecraft.world.World.func_72870_g(World.java:1955)
at net.minecraft.world.World.func_72939_s(World.java:1759)
at net.minecraft.world.WorldServer.func_72939_s(WorldServer.java:613)
at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:767)
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(Thread.java:745)

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

-- Head --
Thread: Server thread
Stacktrace:
at com.barribob.MaelstromMod.entity.projectile.EntityHealerOrb.bulletHit(EntityHealerOrb.java:288)
at com.barribob.MaelstromMod.entity.projectile.EntityHealerOrb.func_70071_h_(EntityHealerOrb.java:201)
at net.minecraft.world.World.func_72866_a(World.java:1993)
at net.minecraft.world.WorldServer.func_72866_a(WorldServer.java:832)
at net.minecraft.world.World.func_72870_g(World.java:1955)

-- Entity being ticked --
Details:
Entity Type: mm:healer_orb (com.barribob.MaelstromMod.entity.projectile.EntityHealerOrb)
Entity ID: 723
Entity Name: entity.healer_orb.name
Entity's Exact location: 326.26, 29.27, 283.80
Entity's Block location: World: (326,29,283), Chunk: (at 6,1,11 in 20,17; contains blocks 320,0,272 to 335,255,287), Region: (0,0; contains chunks 0,0 to 31,31, blocks 0,0,0 to 511,255,511)
Entity's Momentum: 0.00, 0.00, 0.30
Entity's Passengers: []
Entity's Vehicle: ERROR NullPointerException: null
Stacktrace:
at net.minecraft.world.World.func_72939_s(World.java:1759)
at net.minecraft.world.WorldServer.func_72939_s(WorldServer.java:613)

-- Affected level --
Details:
Level name: 새로운 세계
All players: 1 total; [EntityPlayerMP['Garam1207'/716, l='새로운 세계', x=327.70, y=10.00, z=287.50]]
Chunk stats: ServerChunkCache: 181 Drop: 0
Level seed: -628065721898659222
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:767)
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(Thread.java:745)

-- System Details --
Details:
Minecraft Version: 1.12.2
Operating System: Windows 10 (amd64) version 10.0
Java Version: 1.8.0_51, Oracle Corporation
Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
Memory: 454834928 bytes (433 MB) / 939524096 bytes (896 MB) up to 5368709120 bytes (5120 MB)
JVM Flags: 8 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xmx5G -XX:+UnlockExperimentalVMOptions -XX:+UseG1GC -XX:G1NewSizePercent=20 -XX:G1ReservePercent=20 -XX:MaxGCPauseMillis=50 -XX:G1HeapRegionSize=32M
IntCache: cache: 0, tcache: 0, allocated: 12, tallocated: 94
FML: MCP 9.42 Powered by Forge 14.23.5.2768 Optifine OptiFine_1.12.2_HD_U_E3 9 mods loaded, 9 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                                |
|:--------- |:------------------- |:------------ |:----------------------------------------- |:---------------------------------------- |
| UCHIJAAAA | minecraft           | 1.12.2       | minecraft.jar                             | None                                     |
| UCHIJAAAA | mcp                 | 9.42         | minecraft.jar                             | None                                     |
| UCHIJAAAA | FML                 | 8.0.99.99    | forge-1.12.2-14.23.5.2768.jar             | e3c3d50c7c986df74c645c0ac54639741c90a557 |
| UCHIJAAAA | forge               | 14.23.5.2768 | forge-1.12.2-14.23.5.2768.jar             | e3c3d50c7c986df74c645c0ac54639741c90a557 |
| UCHIJAAAA | voxelmap            | 1.9.25       | forgemod_VoxelMap-1.9.28_for_1.12.2.jar   | None                                     |
| UCHIJAAAA | damageindicatorsmod | 1.0          | [1.12.2]DamageIndicatorsMod-3.5.1 (1).jar | None                                     |
| UCHIJAAAA | gokistats           | 1.2.8.2      | gokiStats-1.2.8.2.jar                     | None                                     |
| UCHIJAAAA | jei                 | 4.13.1.225   | jei_1.12.2-4.13.1.225.jar                 | None                                     |
| UCHIJAAAA | mm                  | 0.4          | Maelstrom+Mod-0.4 (2).jar                 | None                                     |

Loaded coremods (and transformers): 
GL info: ~~ERROR~~ RuntimeException: No OpenGL context found in the current thread.
Profiler Position: N/A (disabled)
Player Count: 1 / 8; [EntityPlayerMP['Garam1207'/716, l='새로운 세계', x=327.70, y=10.00, z=287.50]]
Type: Integrated Server (map_client.txt)
Is Modded: Definitely; Client brand changed to 'fml,forge'

Weird visual of the fog in the canyon dimension

Describe the bug
when you getting high in the canyon dimension and look down. the fog is look weirdly black
here a screen https://imgur.com/mXv3AMV

To Reproduce
just go in the canyon dimension, get high (around the top of the canion) and look down

Forge Version and Maelstrom Mod Version
forge: 1.12.2 - 14.23.5.2847
maelstrom: 0.3.2

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.