Code Monkey home page Code Monkey logo

pandoras-creatures's People

Contributors

andrew0030 avatar telepathicgrunt avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar

pandoras-creatures's Issues

Registry Object Not Present [CRASH]

Downloaded newest version of the mod today, game crashed with this error before startup.

Crash log
https://pastebin.com/f68C2qh6
Screenshots
Screenshot 2020-09-24 183241

Versions
1.15.2-1.0.1

I do have other mods installed, however the game crashed with this specifici message, so I'm supposing the issue is coming from here

Non thread-safe dispenser behavior registration

The current dispenser behavior registration is not thread safe, as FMLCommonSetup is a parallel dispatched event and DispenserBlock#registerDispenseBehavior does not support concurrency. When additional mods are installed which have this similar code the game may fail to load from the internal registry map being put into a bad state.

Stacktrace:

java.lang.ArrayIndexOutOfBoundsException: 1024
	at it.unimi.dsi.fastutil.objects.Object2ObjectOpenHashMap.rehash(Object2ObjectOpenHashMap.java:906) ~[?:?]
	at it.unimi.dsi.fastutil.objects.Object2ObjectOpenHashMap.insert(Object2ObjectOpenHashMap.java:273) ~[?:?]
	at it.unimi.dsi.fastutil.objects.Object2ObjectOpenHashMap.put(Object2ObjectOpenHashMap.java:281) ~[?:?]
	at net.minecraft.block.DispenserBlock.func_199774_a(SourceFile:46) ~[?:?]
	at andrews.pandoras_creatures.registry.util.PCDispenserBehaviors.registerAll(PCDispenserBehaviors.java:47) ~[?:1.14.4-0.13.1]
	at andrews.pandoras_creatures.Main.setupCommon(Main.java:91) ~[?:1.14.4-0.13.1]

The typical remedy is to use DeferredWorkQueue as you have so far for entity spawn registration. This issue also applies to the current feature registration as that is not concurrent either.

[BUG] Update message appears every time players get near each other on a server.

Describe the bug
The update available message displays every time a player approaches another on a SMP server from a distance. This is particularly noticeable when flying around with an elytra.

To Reproduce
Steps to reproduce the behavior:

  1. Be on multiplayer server with more than one player online.
  2. Approach other player (might be a 128 block distance, haven't checked exactly).
  3. Update message displays.
  4. Move back away out of range.
  5. Repeat steps 2-4 to get infinite update chat messages.

Expected behavior
Give the update message at most once per session. Further, the config probably shouldn't even default to showing the message even once, as most players are likely to be playing on a modpack where they don't control the update frequency.

Screenshots
These messages were all within the space of ten seconds - I moved away from a player, then towards, then away, then towards, etc. This would be far worse if more than one other player was online. There were another six of these messages while I was writing this bug report without me moving.
https://imgur.com/PbVh4UT

Note
The Forge event that you are subscribed to likely fires for every player, every time they are loaded by the client. A simple fix may be ensuring that the player is the local player.

[BUG] Arachnon & Hellhound sounds too loud.

Describe the bug
Arachnon and Hellhound sounds seem very off compared to other sounds from vanilla and this mod. They're way too loud, almost like they're bass boosted.

To Reproduce
Steps to reproduce the behavior:

  1. Start a world
  2. Spawn each of the pandora's creatures and a zombie
  3. Notice that the Arachnon and Hellhound will both try to bust your ear drums.

Expected behavior
Arachnon and Hellhounds to not be so loud.

Versions
Pandoras Creatures-1.16.3-2.0.1

[BUG] Odd Bug with Arachnon Hammer while using FTB Ultimine

Describe the bug
When Using FTB ultimine and mining using "Small Tunnel" when you mine facing the east and sometimes west and only the east this happens after a short stretch of working.

To Reproduce
Steps to reproduce the behavior:

  1. Have Pandora's Creatures 1.16.3-2.0.1 install with FTB Ultimine installed (and possibly Corial Tombstone but i dont think their soulbound enchant has a effect)
  2. Set "vein mine" setting to "Small Tunnel"
  3. Face East or west
  4. Vein Mine

Expected behavior
To create a 3x3 Tunnel till the end of the vein mine

Screenshots
image

Versions
Pandora's Creatures 1.16.3-2.0.1
image

[BUG] End Troll Boxes losing Items

Describe the bug
End Troll Boxes will lose some of the items if opened in hand.

To Reproduce
Steps to reproduce the behavior:

  1. Get a Troll Box and place it
  2. Fill 4 or more rows with items
  3. Break it
  4. Open it in hand
  5. Place it again

Expected behavior
The items that couldn't be shown while opened in hand still being in the Box.

Screenshots
N/A

Debug crash log
N/A

Versions
Pandora's Creatures: 2.0.1
Forge: 35.1.7

Additional context
The items only disappear if the Box had been opened in hand.
Breaking and replacing it wont make the items disappear, but opening it will.

[1.15.2] Unable to override End Troll's damage via NBT commands

Describe the bug
Unable to modify the generic.attackDamage of an End Troll in my custom-pve-arena with the /summon command and/or /data merge entity command. I am hoping to buff the damage of the End Troll using NBT commands as I do with other mobs in my pve-arena to hopefully use the End Troll as a miniboss in modded end-game content.

To Reproduce
Steps to reproduce the behavior:

  1. Run this command /summon pandoras_creatures:end_troll ~ ~ ~ {Attributes:[{Name:generic.attackDamage,Base:30}]}
  2. Then check the entity NBT using /data get entity {}
  3. generic.attackDamage did not register.
  4. Try to merge instead with /data merge entity <entity UID> {Attributes:[{Name:generic.attackDamage,Base:30}]}
  5. Same thing

Expected behavior
With other mobs like Zombies, I am able to alter their generic.attackDamage, amongst other attributes, via minecraft commands.

Screenshots
If applicable, add screenshots to help explain your problem.
image

Versions
The mod version that was being used. You may also add the forge version or other mods versions here, if its a compatibility issue, or if it seems like it would be useful to do so.
pandoras_creatures-1.15.2-1.0.0.jar

[Suggestion] ingame documentation / tooltips

Would be great to have a little manual or somesuch that has a quick description of the mobs and how to tame them etc. As an alternative, a tooltip on items such as the herb bundle would be useful, as no one is ever going to guess that it's use is to tame Bufflon, and on a modpack server, noone ever goes and looks online for the info, they just either don't make the item in the first place, or just chuck it in a chest and never look at it again.

[FEATURE] A New Boss

So I love the mobs from Pandora and there's no boss so I will love to see a boss mob added in to the mod .It has to be a gaint mob e.g. A Huge Toad/Frog ,A Bull ,A Mystic and way more

I hope this mod grows big with variety of creatures

[BUG] Sounds from mobs are weird, don't echo properly

Describe the bug
The sounds from the mobs do not echo properly, and get cut off when you are a few blocks away

To Reproduce
Steps to reproduce the behavior:

  1. Poison a mob
  2. step a few blocks back
  3. Notice how the mob sounds sound a bit off, they aren't dynamic and don't echo. They get cut off instantly

Expected behavior
For them to echo like vanilla mobs

Screenshots
https://streamable.com/920l3i
Notice how when I fly a few blocks back, the Bufflon sounds instantly stop. The Bufflon sounds never lowered in volume either, stayed the same volume even though I was going back.

Versions
1.16.3
Forge 34.1.12

[BUG][1.15.2]Trying to do /locate command on End Prison can cause the world to hang under certain circumstances

When using Pandoras Creatures with any other mod that imports structures into their own dimension, using /locate for the End Prison structure will cause the game to hang forever and need task manager to force close it. This can easily be reproduced by using World Blender and Pandoras Creatures along by configuring world blender to import structures into its own dimension.

My suspicion on this hang is that it is caused by this line of code.
https://github.com/andrew0030/Pandoras-Creatures/blob/master/src/main/java/andrews/pandoras_creatures/world/structures/end_prison/EndPrisonStructure.java#L59

What I think is happening is since world blender imports both end cities and the End Prison to it's biomes, using the locate command will always return false for every chunk since the biome will always have an end city which means the locate command will keep running forever looking for a chunk that can return true.

This check is also perplexing as well as you should be filtering out biomes with End Cities when add your structure to biomes instead of doing it in structure gen. Doing filtering when adding structure is the best practice to do.

for(Biome biome : BiomeDictionary.getBiomes(Type.END))

A simple if(biome.hasStructure(Feature.END_CITY) check in that loop will add your End Prison to all end biomes without end cities which will reproduce the result you want and you can remove that if(!chunkGen.hasStructure(biome, Feature.END_CITY)) out of the EndPrisonStructure class.

Hopefully this will resolve the hang and will help with mod compatibility! Let me know if you need more info.

[CRASH] Server Compability

Hello, I am Josh, one of the people who tried putting your mod on a private forge "friends-only" modded server. I don't know if it's my side or your side, but your mod doesn't allow me to use it. Once I tried it and ran the forgerserver.jar, It had loaded the last mod, which was yours, and crashed, turning off rapidly on it's on. I go on trying to run the run.bat cmd, and it still doesn't work. It told me that an error had occured and that I needed to press any key to exit the .bat cmd, so I did.

Frankly, this might be me or the folder/system itself, as some other mods do this aswell. This is just a heads up to see if anything is wrong with it.

Love you, love your shoes, toodleoos,
Josh.

[BUG] Bug with VoxelMap

Hello, My Name is Richard, I am Brazilian

Help pelase!!!

I came through this to report a Bug in Pandoras Creatures with VoxelMap.

video is here:
https://youtu.be/UNfVXxJNj4U

While I'm next to the Arachnon Monster, the screen is giving a strange purple wink, only when I'm using VoxelMap, when I remove it from the Mods folder the bug stops.

I hope you fix it soon or help me fix this bug, why am I not leaving VoxelMap.

Nether Acidic Archvine Balance

I'd like to address a few things with the acidic archvines found in the Nether, and would be happy to split this into multiple issues if preferred.

The acidic archvines in the Nether currently make surviving there impossible. You need to bring at least one item from the overworld (leaves, as well as iron for shears to obtain them), meaning any survival players trying to start in the Nether will be completely halted from progress, unless they stay hidden inside walls.
My first suggestion here is to provide an alternative Nether-based recipe for the plant hat (possibly substituting leaves for the mushroom tops found in crimson and warped forest biomes.

Additionally, the range of these creatures seems a bit far, as they are able to pull you all the way to the ceiling of a large open area, which spells certain death in most cases. Perhaps a range of 16 blocks or so would be fair, combined with some kind of sound or particles coming from the creature to help locate it before you're too close.

My next suggestion would be to allow countering these creatures in some way; possibly by having the tongue be a projectile that strikes at you with an audible cue to grab you, so that you might punch or shield from it. It would also help to be able to cut yourself free from the vine while it's pulling you to it, potentially by using a sword.
Some telegraphs could help the experience too, by having a sound and visual as it latches onto you, allowing a brief window to escape from it before you're pulled up.
These changes would make it reasonably effective to counter the archvines, as currently the moment you're lifted off the ground, you are as good as dead.

Thank you for your time, I hope some of these suggestions make it into the mod, as it is otherwise a delight to play with.

incorrect arachnon spawning

hello, it seems that the arachnon mob spawns regardless of difficulty, and because of this they spawn EXTREMELY fast and despawn immedietly if you are in peaceful mode (like it sawns, the game checks if it can spawn, realises it shouldnt then despawns it)
In the attached file i have recorded a little clip of this bug

New folder.zip

[CRASH] Optifine x Acidic Archvine

To Reproduce
The crash has happened pretty sporadically and at unexpected moments, but it has always happened in the Nether with the Acidic Archvine involved and with Optifine running as well. Without Optifine it doesn't seem to be happening.

Crash log
https://pastebin.com/eNdumhvX
https://pastebin.com/GADBzKRR
https://pastebin.com/Z63Wniz5

Additional context
I don't think it makes much of a difference, but this happened while playing the modpack Harrowing Adventures by Darkfiend009 on Curseforge that has Pandoras Creatures in it.

Invalid Jar detection on Version 1.16.5-2.0.1

"Pandoras Creatures has detected an invalid jar file. Please... ":

After loading world, immediately get this error pop-up in-game on screen:

image

Debug crash log
---- Minecraft Crash Report ----
// But it works on my machine.

Time: 10/27/21 4:14 PM
Description: Manually triggered debug crash

java.lang.Throwable: null
at net.minecraft.client.KeyboardListener.func_204870_b(KeyboardListener.java:423) ~[?:?] {re:classloading,pl:accesstransformer:B,pl:runtimedistcleaner:A}
at net.minecraft.client.Minecraft.func_71407_l(Minecraft.java:1539) ~[?:?] {re:mixin,pl:accesstransformer:B,pl:runtimedistcleaner:A,re:classloading,pl:accesstransformer:B,pl:mixin:A,pl:runtimedistcleaner:A}
at net.minecraft.client.Minecraft.func_195542_b(Minecraft.java:953) [?:?] {re:mixin,pl:accesstransformer:B,pl:runtimedistcleaner:A,re:classloading,pl:accesstransformer:B,pl:mixin:A,pl:runtimedistcleaner:A}
at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:607) [?:?] {re:mixin,pl:accesstransformer:B,pl:runtimedistcleaner:A,re:classloading,pl:accesstransformer:B,pl:mixin:A,pl:runtimedistcleaner:A}
at net.minecraft.client.main.Main.main(Main.java:184) [?:?] {re:classloading,pl:runtimedistcleaner:A}
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_51] {}
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_51] {}
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_51] {}
at java.lang.reflect.Method.invoke(Method.java:497) ~[?:1.8.0_51] {}
at net.minecraftforge.fml.loading.FMLClientLaunchProvider.lambda$launchService$0(FMLClientLaunchProvider.java:51) [forge-1.16.5-36.2.8.jar:36.2] {}
at net.minecraftforge.fml.loading.FMLClientLaunchProvider$$Lambda$487/1713252253.call(Unknown Source) [forge-1.16.5-36.2.8.jar:36.2] {}
at cpw.mods.modlauncher.LaunchServiceHandlerDecorator.launch(LaunchServiceHandlerDecorator.java:37) [modlauncher-8.0.9.jar:?] {}
at cpw.mods.modlauncher.LaunchServiceHandler.launch(LaunchServiceHandler.java:54) [modlauncher-8.0.9.jar:?] {}
at cpw.mods.modlauncher.LaunchServiceHandler.launch(LaunchServiceHandler.java:72) [modlauncher-8.0.9.jar:?] {}
at cpw.mods.modlauncher.Launcher.run(Launcher.java:82) [modlauncher-8.0.9.jar:?] {re:classloading}
at cpw.mods.modlauncher.Launcher.main(Launcher.java:66) [modlauncher-8.0.9.jar:?] {re:classloading}

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

-- Head --
Thread: Render thread
Stacktrace:
at net.minecraft.client.KeyboardListener.func_204870_b(KeyboardListener.java:423) ~[?:?] {re:classloading,pl:accesstransformer:B,pl:runtimedistcleaner:A}
-- Affected level --
Details:
All players: 1 total; [ClientPlayerEntity['YancyPro'/68002, l='ClientLevel', x=3483.45, y=72.00, z=6030.70]]
Chunk stats: Client Chunk Cache: 1089, 729
Level dimension: minecraft:overworld
Level spawn location: World: (-64,73,-208), Chunk: (at 0,4,0 in -4,-13; contains blocks -64,0,-208 to -49,255,-193), Region: (-1,-1; contains chunks -32,-32 to -1,-1, blocks -512,0,-512 to -1,255,-1)
Level time: 25338920 game time, 1216910 day time
Server brand: forge
Server type: Integrated singleplayer server
Stacktrace:
at net.minecraft.client.world.ClientWorld.func_72914_a(ClientWorld.java:447) ~[?:?] {re:mixin,pl:accesstransformer:B,xf:fml:astralsorcery:sun_brightness_client,xf:fml:xaeroworldmap:xaero_wm_clientworldclass,xf:fml:xaerominimap:xaero_clientworldclass,pl:runtimedistcleaner:A,re:classloading,pl:accesstransformer:B,xf:fml:astralsorcery:sun_brightness_client,xf:fml:xaeroworldmap:xaero_wm_clientworldclass,xf:fml:xaerominimap:xaero_clientworldclass,pl:mixin:APP:abnormals_core.mixins.json:client.ClientWorldMixin,pl:mixin:APP:mixins.sndctrl.json:MixinClientWorld,pl:mixin:A,pl:runtimedistcleaner:A}
at net.minecraft.client.Minecraft.func_71396_d(Minecraft.java:2029) [?:?] {re:mixin,pl:accesstransformer:B,pl:runtimedistcleaner:A,re:classloading,pl:accesstransformer:B,pl:mixin:A,pl:runtimedistcleaner:A}
at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:623) [?:?] {re:mixin,pl:accesstransformer:B,pl:runtimedistcleaner:A,re:classloading,pl:accesstransformer:B,pl:mixin:A,pl:runtimedistcleaner:A}
at net.minecraft.client.main.Main.main(Main.java:184) [?:?] {re:classloading,pl:runtimedistcleaner:A}
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_51] {}
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_51] {}
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_51] {}
at java.lang.reflect.Method.invoke(Method.java:497) ~[?:1.8.0_51] {}
at net.minecraftforge.fml.loading.FMLClientLaunchProvider.lambda$launchService$0(FMLClientLaunchProvider.java:51) [forge-1.16.5-36.2.8.jar:36.2] {}
at net.minecraftforge.fml.loading.FMLClientLaunchProvider$$Lambda$487/1713252253.call(Unknown Source) [forge-1.16.5-36.2.8.jar:36.2] {}
at cpw.mods.modlauncher.LaunchServiceHandlerDecorator.launch(LaunchServiceHandlerDecorator.java:37) [modlauncher-8.0.9.jar:?] {}
at cpw.mods.modlauncher.LaunchServiceHandler.launch(LaunchServiceHandler.java:54) [modlauncher-8.0.9.jar:?] {}
at cpw.mods.modlauncher.LaunchServiceHandler.launch(LaunchServiceHandler.java:72) [modlauncher-8.0.9.jar:?] {}
at cpw.mods.modlauncher.Launcher.run(Launcher.java:82) [modlauncher-8.0.9.jar:?] {re:classloading}
at cpw.mods.modlauncher.Launcher.main(Launcher.java:66) [modlauncher-8.0.9.jar:?] {re:classloading}

-- System Details --
Details:
Minecraft Version: 1.16.5
Minecraft Version ID: 1.16.5
Operating System: Windows 7 (amd64) version 6.1
Java Version: 1.8.0_51, Oracle Corporation
Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
Memory: 3373575848 bytes (3217 MB) / 8589934592 bytes (8192 MB) up to 8589934592 bytes (8192 MB)
CPUs: 8
JVM Flags: 10 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xss1M -XX:+IgnoreUnrecognizedVMOptions -Xmx8G -XX:+UnlockExperimentalVMOptions -XX:+UseG1GC -XX:G1NewSizePercent=20 -XX:G1ReservePercent=20 -XX:MaxGCPauseMillis=50 -XX:G1HeapRegionSize=32M
ModLauncher: 8.0.9+86+master.3cf110c
ModLauncher launch target: fmlclient
ModLauncher naming: srg
ModLauncher services:
/mixin-0.8.4.jar mixin PLUGINSERVICE
/eventbus-4.0.0.jar eventbus PLUGINSERVICE
/forge-1.16.5-36.2.8.jar object_holder_definalize PLUGINSERVICE
/forge-1.16.5-36.2.8.jar runtime_enum_extender PLUGINSERVICE
/accesstransformers-3.0.1.jar accesstransformer PLUGINSERVICE
/forge-1.16.5-36.2.8.jar capability_inject_definalize PLUGINSERVICE
/forge-1.16.5-36.2.8.jar runtimedistcleaner PLUGINSERVICE
/mixin-0.8.4.jar mixin TRANSFORMATIONSERVICE
/forge-1.16.5-36.2.8.jar fml TRANSFORMATIONSERVICE
FML: 36.2
Forge: net.minecraftforge:36.2.8
FML Language Providers:
[email protected]
minecraft@1
Mod List:
foodexpansion-1.16.4-1.6.1.jar |Food Expansion: Reimagined |foodexpansion |1.6.1 |DONE |Manifest: NOSIGNATURE
astralsorcery-1.16-1.16.5-1.13.12.jar |Astral Sorcery |astralsorcery |1.16.5-1.13.12 |DONE |Manifest: 45:2b:0a:49:6b:65:3b:39:a9:dd:d2:5b:55:7f:82:47:a5:1d:7a:cc:7f:a8:69:73:72:53:6f:57:4d:b2:1a:b7
OreClumps-1.16-0.4.0.jar |OreClumps |oreclumps |1.16-0.4.0 |DONE |Manifest: NOSIGNATURE
Variant16x-1.16.5-v0.21.4_beta_pre6.jar |Variant16x |variant16x |0.21.4_beta_pre6 |DONE |Manifest: NOSIGNATURE
Wyrmroost-1.2.11-1.16.5.jar |Wyrmroost |wyrmroost |1.16.3-1.2.11 |DONE |Manifest: NOSIGNATURE
infernal-expansion-forge-1.16.4-1.2.0.jar |Infernal Expansion |infernalexp |Release 1.2 For 1.16|DONE |Manifest: NOSIGNATURE
upsizer-mc1.16.5-6.1.1.jar |Upsizer |upsizer |6.1.1 |DONE |Manifest: NOSIGNATURE
extrabows-v1.16.4+Forge b3.jar |Extra Bows |extrabows |v1.16.4 b3 |DONE |Manifest: NOSIGNATURE
ToroCrafts-Damage-Indicators-Mod-1.16.5.jar |ToroHealth |torohealth |NONE |DONE |Manifest: NOSIGNATURE
Industrial+Agriculture[Core]-1.16.4-1.7.1.jar |Industrial Agriculture |industrialagriculture |1.16.3-1.7.1 |DONE |Manifest: NOSIGNATURE
KleeSlabs_1.16.4-9.2.0.jar |KleeSlabs |kleeslabs |9.2.0 |DONE |Manifest: NOSIGNATURE
ForgeEndertech-1.16.5-7.2.1.0-build.0180.jar |Forge Endertech |forgeendertech |7.2.1.0 |DONE |Manifest: NOSIGNATURE
XaerosWorldMap_1.18.0_Forge_1.16.5.jar |Xaero's World Map |xaeroworldmap |1.18.0 |DONE |Manifest: NOSIGNATURE
CTM-MC1.16.5-1.1.2.6.jar |ConnectedTexturesMod |ctm |MC1.16.1-1.1.2.6 |DONE |Manifest: NOSIGNATURE
CookingForBlockheads_1.16.5-9.3.4.jar |Cooking for Blockheads |cookingforblockheads |9.3.4 |DONE |Manifest: NOSIGNATURE
Controlling-1.16.5-7.0.0.14.jar |Controlling |controlling |7.0.0.14 |DONE |Manifest: NOSIGNATURE
Placebo-1.16.5-4.4.0.jar |Placebo |placebo |4.4.0 |DONE |Manifest: NOSIGNATURE
jumpoverfences-1.16.5-1.0.1.jar |Jump Over Fences |jumpoverfences |1.16.4-1.0.1 |DONE |Manifest: NOSIGNATURE
citadel-1.8.1-1.16.5.jar |Citadel |citadel |1.8.1 |DONE |Manifest: NOSIGNATURE
alexsmobs-1.12.1-1.16.5.jar |Alex's Mobs |alexsmobs |1.12.1 |DONE |Manifest: NOSIGNATURE
Wither-Skeleton-Tweaks-1.16.4-5.2.1.jar |Wither Skeleton Tweaks |wstweaks |5.2.1 |DONE |Manifest: NOSIGNATURE
forge-branders-spawnermod-1.16.5-1.8.14.jar |Enhanced Mob Spawners |spawnermod |1.8.14 |DONE |Manifest: NOSIGNATURE
cartographer-0.0.2-1.16.5-36.0.52.jar |Cartographer |cartographer |0.0.2-1.16.5-36.0.52|DONE |Manifest: NOSIGNATURE
Bookshelf-Forge-1.16.5-10.3.29.jar |Bookshelf |bookshelf |10.3.29 |DONE |Manifest: eb:c4:b1:67:8b:f9:0c:db:dc:4f:01:b1:8e:61:64:39:4c:10:85:0b:a6:c4:c7:48:f0:fa:95:f2:cb:08:3a:e5
reliquary-1.16.5-1.3.4.1061.jar |Reliquary |xreliquary |1.16.3-1.3.4.1061 |DONE |Manifest: NOSIGNATURE
Treasure2TwilightForestLP-mc1.16.5-f36.2.0-v1.0.0.|Treasure2TwilightForestLP |treasure2_twilight_forest_lp |1.0.0 |DONE |Manifest: NOSIGNATURE
Hwyla-forge-1.10.11-B78_1.16.5.jar |Waila |waila |1.10.11-B78_1.16.2 |DONE |Manifest: NOSIGNATURE
JustEnoughResources-1.16.5-0.12.1.128.jar |Just Enough Resources |jeresources |0.12.1.128 |DONE |Manifest: NOSIGNATURE
FlamingArrowsMC1.16.5-1.0.1.jar |Flaming Arrows |flamingarrows |1.0.1 |DONE |Manifest: NOSIGNATURE
[1.16.X-1.0.11]+Dragon+Mounts+Legacy.jar |Dragon Mounts: Legacy |dragonmounts |1.0.10 |DONE |Manifest: NOSIGNATURE
Terridus_1.16.5_V3.1.jar |terridus |terridus |1.0.0 |DONE |Manifest: NOSIGNATURE
NoIncreasingRepairCost-1.16.4-1.0.0.jar |No Increasing Repair Cost |noincreasingrepaircost |NONE |DONE |Manifest: NOSIGNATURE
twilightforest-1.16.5-4.0.546-universal.jar |The Twilight Forest |twilightforest |NONE |DONE |Manifest: NOSIGNATURE
ConfigurableCane-1.16.4-2.0.0.jar |Configurable Cane |configurablecane |2.0.0 |DONE |Manifest: NOSIGNATURE
structure_gel-1.16.5-1.7.4.jar |Structure Gel API |structure_gel |1.7.4 |DONE |Manifest: NOSIGNATURE
matex-1.16.x-v1.8.4.jar |Materials Expanded |matex |1.16.x-v1.8.4 |DONE |Manifest: NOSIGNATURE
oretweaker-1.16.5-1.1.1.jar |OreTweaker |oretweaker |1.1.1 |DONE |Manifest: NOSIGNATURE
anviltweaks-3.1-1.16.5.jar |Anvil Tweaks |anviltweaks |3.1 |DONE |Manifest: NOSIGNATURE
DragonFreeTippedArrows-1.16.4-14.0.0.jar |DragonFreeTippedArrows |dfta |4.0.0-alpha |DONE |Manifest: NOSIGNATURE
BiomesOPlenty-1.16.5-13.1.0.482-universal.jar |Biomes O' Plenty |biomesoplenty |1.16.5-13.1.0.482 |DONE |Manifest: NOSIGNATURE
valhelsia_structures-16.0.5-1.16.4.jar |Valhelsia Structures |valhelsia_structures |16.0.5 |DONE |Manifest: NOSIGNATURE
LeesCreatures-1.0.9-1.16.5.jar |Lees Creatures |leescreatures |1.16.5-1.0.9 |DONE |Manifest: NOSIGNATURE
carmoury-1.16.5-1.1.0.jar |Conguerors Armoury |carmoury |0.1.0 |DONE |Manifest: NOSIGNATURE
Treasure2-mc1.16.5-f36.2.0-v1.7.1.jar |Treasure2 |treasure2 |1.7.1 |DONE |Manifest: NOSIGNATURE
dungeons_plus-1.16.5-1.1.1.jar |Dungeons Plus |dungeons_plus |1.1.1 |DONE |Manifest: NOSIGNATURE
silent-gear-2.6.32-1.16.5.jar |Silent Gear |silentgear |2.6.32 |DONE |Manifest: NOSIGNATURE
BetterDefaultBiomes-1.16.4+-Alpha+2.6.0.jar |Better Default Biomes |betterdefaultbiomes |Alpha 2.6.0 |DONE |Manifest: NOSIGNATURE
Botania-1.16.5-419.jar |Botania |botania |1.16.5-419 |DONE |Manifest: NOSIGNATURE
managear-1.16.5-2.2.3.jar |Mana Gear |managear |1.16.3-2.2.3 |DONE |Manifest: NOSIGNATURE
gardenofglass-1.7-1.16.5.jar |Garden of Glass |gardenofglass |1.7 |DONE |Manifest: NOSIGNATURE
dpanvil-1.16.5-1.0.6.jar |DataPack Anvil |dpanvil |1.16.3-1.0.6 |DONE |Manifest: NOSIGNATURE
curios-forge-4.0.5.3-1.16.5.jar |Curios API |curios |1.16.5-4.0.5.3 |DONE |Manifest: NOSIGNATURE
Patchouli-1.16.5-53.2.jar |Patchouli |patchouli |1.16.4-53.2 |DONE |Manifest: NOSIGNATURE
Industrial+Agriculture[Silent's+Gems]-1.16.4-1.7.1|Industrial Agriculture Plugin-|iapsg |1.16.3-1.7.1 |DONE |Manifest: NOSIGNATURE
collective-1.16.4-1.53.jar |Collective |collective |1.53 |DONE |Manifest: NOSIGNATURE
lostcities-1.16.4-4.0.5-alpha.jar |LostCities |lostcities |1.16-4.0.5-alpha |DONE |Manifest: NOSIGNATURE
GottschCore-mc1.16.5-f36.1.0-v1.4.0.jar |GottschCore |gottschcore |1.4.0 |DONE |Manifest: NOSIGNATURE
NaturesAura-34.3-1.16.5.jar |Nature's Aura |naturesaura |34.3 |DONE |Manifest: NOSIGNATURE
SpartanWeaponry-1.16.5-2.1.0-beta-4.jar |Spartan Weaponry |spartanweaponry |2.1.0 beta 4 |DONE |Manifest: NOSIGNATURE
clib-1.16.5-1.5.1.jar |Conguerors Library |clib |1.5.1 |DONE |Manifest: NOSIGNATURE
observerlib-1.16.5-1.5.3.jar |ObserverLib |observerlib |1.16.5-1.5.3 |DONE |Manifest: NOSIGNATURE
The_Undergarden-1.16.5-0.4.5.jar |The Undergarden |undergarden |0.4.5 |DONE |Manifest: NOSIGNATURE
FallingTree-Forge-1.16.5-2.11.0.jar |Falling Tree |fallingtree |2.11.0 |DONE |Manifest: NOSIGNATURE
enchantwithmob-1.16.5-2.3.2.jar |Enchant With Mob |enchantwithmob |1.16.4-2.3.2 |DONE |Manifest: NOSIGNATURE
switchbow-1.7 (1.16.4-Forge 35.1.0).jar |Switch-Bow |switchbow |1.7 |DONE |Manifest: NOSIGNATURE
FastLeafDecay-v25.jar |FastLeafDecay |fastleafdecay |v25 |DONE |Manifest: NOSIGNATURE
CodeChickenLib-1.16.5-4.0.3.434-universal.jar |CodeChicken Lib |codechickenlib |4.0.3.434 |DONE |Manifest: 31:e6:db:63:47:4a:6e:e0:0a:2c:11:d1:76:db:4e:82:ff:56:2d:29:93:d2:e5:02:bd:d3:bd:9d:27:47:a5:71
Babel-1.0.5-1.16.5.jar |Babel |babel |1.0.5 |DONE |Manifest: NOSIGNATURE
JEPB-1.0.0-1.16.5.jar |Just Enough Piglin Bartering |jepb |1.0.0 |DONE |Manifest: NOSIGNATURE
OverpoweredMending-1.16.5-2.2.3.jar |OverpoweredMending |overpoweredmending |2.2.3 |DONE |Manifest: NOSIGNATURE
geckolib-forge-1.16.5-3.0.49.jar |GeckoLib |geckolib3 |3.0.49 |DONE |Manifest: NOSIGNATURE
dungeons_gear-1.16.4-3.0.6.jar |Dungeons Gear |dungeons_gear |3.0.6 |DONE |Manifest: NOSIGNATURE
thebasicelementsv1-1.16.5-2.jar |${mod_name} |guru |mod_version |DONE |Manifest: NOSIGNATURE
QuarkOddities-1.16.5.jar |Quark Oddities |quarkoddities |1.16.3 |DONE |Manifest: NOSIGNATURE
mowziesmobs-1.5.19-1.16.5.jar |Mowzie's Mobs |mowziesmobs |1.5.19 |DONE |Manifest: NOSIGNATURE
AdFinders-1.16.5-5.0.10.0-build.0177.jar |Advanced Finders |adfinders |5.0.10.0 |DONE |Manifest: NOSIGNATURE
Cucumber-1.16.5-4.1.5.jar |Cucumber Library |cucumber |4.1.5 |DONE |Manifest: NOSIGNATURE
allomancy-4.3.2-1.16.5.jar |Allomancy |allomancy |4.3.2 |DONE |Manifest: NOSIGNATURE
advanced-xray-forge-1.16.5-2.7.0.jar |Advanced XRay |xray |2.7.0 |DONE |Manifest: NOSIGNATURE
jei-1.16.5-7.7.1.126.jar |Just Enough Items |jei |7.7.1.126 |DONE |Manifest: NOSIGNATURE
JEIEnchantmentInfo-1.16.4-1.2.1.jar |JEI Enchantment Info |jeienchantmentinfo |1.16.4-1.2.1 |DONE |Manifest: NOSIGNATURE
elementalcraft-1.16.5-2.5.2.jar |ElementalCraft |elementalcraft |1.16.4-2.5.2 |DONE |Manifest: NOSIGNATURE
Druidcraft-1.16.4-0.4.5.jar |Druidcraft |druidcraft |0.4.5 |DONE |Manifest: NOSIGNATURE
AttributeFix-1.16.5-10.1.3.jar |AttributeFix |attributefix |10.1.3 |DONE |Manifest: eb:c4:b1:67:8b:f9:0c:db:dc:4f:01:b1:8e:61:64:39:4c:10:85:0b:a6:c4:c7:48:f0:fa:95:f2:cb:08:3a:e5
abnormals_core-1.16.5-3.3.0.jar |Abnormals Core |abnormals_core |3.3.0 |DONE |Manifest: NOSIGNATURE
Peculiars-1.16.4-1.1.0.jar |Peculiars |peculiars |1.1.0 |DONE |Manifest: NOSIGNATURE
caelus-forge-2.1.3.1-1.16.5.jar |Caelus API |caelus |1.16.5-2.1.3.1 |DONE |Manifest: NOSIGNATURE
WAWLA-1.16.5-8.0.8.jar |WAWLA |wawla |8.0.8 |DONE |Manifest: eb:c4:b1:67:8b:f9:0c:db:dc:4f:01:b1:8e:61:64:39:4c:10:85:0b:a6:c4:c7:48:f0:fa:95:f2:cb:08:3a:e5
Vulcanite-2.1.3-mc1.16.5.jar |Vulcanite |vulcanite |2.1.3-mc1.16.x |DONE |Manifest: NOSIGNATURE
invtweaks-1.16.5-1.0.1.jar |Inventory Tweaks Renewed |invtweaks |1.16.4-1.0.1 |DONE |Manifest: NOSIGNATURE
Waystones_1.16.4-7.3.1.jar |Waystones |waystones |7.3.1 |DONE |Manifest: NOSIGNATURE
Clumps-6.0.0.27-1.16.5.jar |Clumps |clumps |6.0.0.27 |DONE |Manifest: NOSIGNATURE
NaturesCompass-1.16.4-1.8.6.jar |Nature's Compass |naturescompass |1.16.4-1.8.6 |DONE |Manifest: NOSIGNATURE
Artifacts-1.16.5-2.10.3.jar |Artifacts |artifacts |1.16.5-2.10.3 |DONE |Manifest: NOSIGNATURE
VanillaTweaks-1.16.5-1.5.46.jar |VanillaTweaks |vanillatweaks |1.16.5-1.5.46 |DONE |Manifest: NOSIGNATURE
DungeonCrawl-1.16.5-2.2.4.jar |Dungeon Crawl |dungeoncrawl |2.2.4 |DONE |Manifest: NOSIGNATURE
betteranimalsplus-1.16.5-10.2.0.jar |Better Animals Plus |betteranimalsplus |10.2.0 |DONE |Manifest: NOSIGNATURE
feruchemy-1.2.2-1.16.5.jar |Feruchemy |feruchemy |1.16.5 |DONE |Manifest: NOSIGNATURE
iceandfire-2.1.9-1.16.5.jar |Ice and Fire |iceandfire |2.1.9-1.16.5 |DONE |Manifest: NOSIGNATURE
iafgear-1.0.4-1.16.5.jar |DragonGear |iafgear |1.16.5-1.0.4 |DONE |Manifest: NOSIGNATURE
eyeofdragons-0.1.0-1.16.4.jar |Eye of Dragons |eyeofdragons |NONE |DONE |Manifest: NOSIGNATURE
Enchantability-1.16.4-9.3.jar |Enchantability |enchantability |9.3 |DONE |Manifest: NOSIGNATURE
infinityworkswithallarrows-2.0-1.16.4.jar |Infinity works with all arrows|infinityworkswithallarrows |2.0-1.16.2 |DONE |Manifest: NOSIGNATURE
compactstorage-1.16.5-5.1b16.jar |Compact Storage |compactstorage |1.16.5-5.1b16 |DONE |Manifest: NOSIGNATURE
mysticalworld-1.16.5-0.3.1.9.jar |Mystical World |mysticalworld |1.16.4-0.3.1.9 |DONE |Manifest: NOSIGNATURE
forge-1.16.5-36.2.8-universal.jar |Forge |forge |36.2.8 |DONE |Manifest: 22:af:21:d8:19:82:7f:93:94:fe:2b:ac:b7:e4:41:57:68:39:87:b1:a7:5c:c6:44:f9:25:74:21:14:f5:0d:90
Seasonals-1.16.4-1.3.0.jar |Seasonals |seasonals |1.3.0 |DONE |Manifest: NOSIGNATURE
neapolitan-1.16.5-2.0.1.jar |Neapolitan |neapolitan |2.0.1 |DONE |Manifest: NOSIGNATURE
DynamicSurroundings-1.16.4-4.0.3.4.jar |§3Dynamic Surroundings |dsurround |1.16.4-4.0.3.4 |DONE |Manifest: b4:98:14:b9:76:55:25:4f:e5:5f:4d:71:90:87:43:5b:f9:d5:3a:02:60:42:5e:da:1f:15:9c:ff:be:a9:7c:77
MysticalAgriculture-1.16.5-4.1.4.jar |Mystical Agriculture |mysticalagriculture |4.1.4 |DONE |Manifest: NOSIGNATURE
MysticalAgradditions-1.16.5-4.1.3.jar |Mystical Agradditions |mysticalagradditions |4.1.3 |DONE |Manifest: NOSIGNATURE
infernalmobs-1.16.2.1.jar |Infernal Mobs |infernalmobs |1.16.2.1 |DONE |Manifest: NOSIGNATURE
CraftingTweaks_1.16.4-12.2.0.jar |Crafting Tweaks |craftingtweaks |12.2.0 |DONE |Manifest: NOSIGNATURE
forge-1.16.5-36.2.8-client.jar |Minecraft |minecraft |1.16.5 |DONE |Manifest: NOSIGNATURE
upgrade_aquatic-1.16.5-3.0.1.jar |Upgrade Aquatic |upgrade_aquatic |3.0.1 |DONE |Manifest: NOSIGNATURE
cofh_core-1.16.5-1.3.1.jar |CoFH Core |cofh_core |1.3.1 |DONE |Manifest: NOSIGNATURE
thermal_foundation-1.16.5-1.3.2.jar |Thermal Series |thermal |1.3.2 |DONE |Manifest: NOSIGNATURE
thermal_innovation-1.16.5-1.3.0.jar |Thermal Innovation |thermal_innovation |1.3.0 |DONE |Manifest: 75:0b:cc:9b:64:2e:9b:c4:41:d1:95:00:71:ee:87:1a:b3:5e:4b:da:8e:e8:39:00:fd:5d:e5:9c:40:42:33:09
thermal_expansion-1.16.5-1.3.0.jar |Thermal Expansion |thermal_expansion |1.3.0 |DONE |Manifest: 75:0b:cc:9b:64:2e:9b:c4:41:d1:95:00:71:ee:87:1a:b3:5e:4b:da:8e:e8:39:00:fd:5d:e5:9c:40:42:33:09
thermal_locomotion-1.16.5-1.3.0.jar |Thermal Locomotion |thermal_locomotion |1.3.0 |DONE |Manifest: 75:0b:cc:9b:64:2e:9b:c4:41:d1:95:00:71:ee:87:1a:b3:5e:4b:da:8e:e8:39:00:fd:5d:e5:9c:40:42:33:09
ensorcellation-1.16.5-1.3.1.jar |Ensorcellation |ensorcellation |1.3.1 |DONE |Manifest: 75:0b:cc:9b:64:2e:9b:c4:41:d1:95:00:71:ee:87:1a:b3:5e:4b:da:8e:e8:39:00:fd:5d:e5:9c:40:42:33:09
TConstruct-1.16.5-3.1.3.271.jar |Tinkers' Construct |tconstruct |3.1.3.271 |DONE |Manifest: NOSIGNATURE
WailaHarvestability-mc1.16.x-forge-1.1.15.jar |Waila Harvestability |wailaharvestability |1.1.15 |DONE |Manifest: NOSIGNATURE
EnchantmentDescriptions-1.16.4-6.0.3.jar |EnchantmentDescriptions |enchdesc |6.0.3 |DONE |Manifest: eb:c4:b1:67:8b:f9:0c:db:dc:4f:01:b1:8e:61:64:39:4c:10:85:0b:a6:c4:c7:48:f0:fa:95:f2:cb:08:3a:e5
swingthroughgrass-1.16.4-1.5.3.jar |SwingThroughGrass |swingthroughgrass |1.16.4-1.5.3 |DONE |Manifest: NOSIGNATURE
pandoras_creatures-1.16.5-2.0.1.jar |Pandoras Creatures |pandoras_creatures |1.16.3-2.0.1 |DONE |Manifest: NOSIGNATURE
MouseTweaks-2.14-mc1.16.5.jar |Mouse Tweaks |mousetweaks |2.14 |DONE |Manifest: NOSIGNATURE
silent-lib-4.10.0-1.16.5.jar |Silent Lib |silentlib |4.10.0 |DONE |Manifest: NOSIGNATURE
baubles-1.8.7.1-1.16.5.jar |Baubles |baubles |1.8.7 |DONE |Manifest: NOSIGNATURE
Luminium-r2.0-5-1.16.5.jar |Luminium |luminium |2.1 |DONE |Manifest: NOSIGNATURE
forbidden_arcanus-1.16.4-1.0.0.jar |Forbidden & Arcanus |forbidden_arcanus |1.16.4-1.0.0 |DONE |Manifest: NOSIGNATURE
AdLods-1.16.5-4.1.9.0-build.0180.jar |Large Ore Deposits |adlods |4.1.9.0 |DONE |Manifest: NOSIGNATURE
archers_paradox-1.16.5-1.3.1.jar |Archer's Paradox |archers_paradox |1.3.1 |DONE |Manifest: 75:0b:cc:9b:64:2e:9b:c4:41:d1:95:00:71:ee:87:1a:b3:5e:4b:da:8e:e8:39:00:fd:5d:e5:9c:40:42:33:09
omgourd-1.16.5-1.3.1.jar |Oh My Gourd |omgourd |1.3.1 |DONE |Manifest: 75:0b:cc:9b:64:2e:9b:c4:41:d1:95:00:71:ee:87:1a:b3:5e:4b:da:8e:e8:39:00:fd:5d:e5:9c:40:42:33:09
atmospheric-1.16.5-3.1.0.jar |Atmospheric |atmospheric |3.1.0 |DONE |Manifest: NOSIGNATURE
jeiintegration_1.16.5-7.0.1.15.jar |JEI Integration |jeiintegration |7.0.1.15 |DONE |Manifest: NOSIGNATURE
extragolems-16.5.2-1.16.5.jar |Extra Golems |golems |16.5.2 |DONE |Manifest: NOSIGNATURE
dimdungeons-1.081-1.16.5.jar |Dimensional Dungeons |dimdungeons |1.16.4-1.081 |DONE |Manifest: NOSIGNATURE
whisperwoods-1.16.5-2.0.2.jar |Whisperwoods |whisperwoods |2.0.2 |DONE |Manifest: NOSIGNATURE
SpartanShields-1.16.5-2.1.2.jar |Spartan Shields |spartanshields |2.1.2 |DONE |Manifest: NOSIGNATURE
Mantle-1.16.5-1.6.127.jar |Mantle |mantle |1.6.127 |DONE |Manifest: NOSIGNATURE
Xaeros_Minimap_21.20.0_Forge_1.16.5.jar |Xaero's Minimap |xaerominimap |21.20.0 |DONE |Manifest: NOSIGNATURE
thermal_cultivation-1.16.5-1.3.0.jar |Thermal Cultivation |thermal_cultivation |1.3.0 |DONE |Manifest: 75:0b:cc:9b:64:2e:9b:c4:41:d1:95:00:71:ee:87:1a:b3:5e:4b:da:8e:e8:39:00:fd:5d:e5:9c:40:42:33:09
dragonseeker-1.1-1.16.5.jar |Dragonseeker |dragonseeker |1.1 |DONE |Manifest: NOSIGNATURE
dragondropselytra_1.16.4-1.1.jar |Dragon Drops Elytra |dragondropselytra |1.1 |DONE |Manifest: NOSIGNATURE
polymorph-forge-1.16.5-0.24.jar |Polymorph |polymorph |1.16.5-0.24 |DONE |Manifest: NOSIGNATURE
AutoRegLib-1.6-49-1.16.5.jar |AutoRegLib |autoreglib |1.6-49 |DONE |Manifest: NOSIGNATURE
Quark-r2.4-317-1.16.5.jar |Quark |quark |r2.4-317 |DONE |Manifest: NOSIGNATURE
charm-forge-1.16.5-2.3.2.jar |Charm |charm |2.3.2 |DONE |Manifest: NOSIGNATURE
charmonium-forge-1.16.5-2.3.2.jar |Charmonium |charmonium |2.3.2 |DONE |Manifest: NOSIGNATURE
Auraddons-1.11.2-1.16.5.jar |Auraddons |auraddons |1.11.2 |DONE |Manifest: NOSIGNATURE
Alex's+Mobs+music+mod-1.16.5.jar |alexsmobsmusic |alexsmobsmusic |1.0.0 |DONE |Manifest: NOSIGNATURE
moredragoneggs-1.4-1.16.5.jar |More Dragon Eggs |moredragoneggs |1.4 |DONE |Manifest: NOSIGNATURE
byg-1.3.5-1.16.5.jar |Oh The Biomes You'll Go |byg |1.3.4 |DONE |Manifest: NOSIGNATURE
Aquaculture-1.16.5-2.1.21.jar |Aquaculture 2 |aquaculture |1.16.5-2.1.21 |DONE |Manifest: NOSIGNATURE
WoodenBuckets-1.16.5-1.2.jar |Wooden Buckets |woodenbuckets |1.2 |DONE |Manifest: NOSIGNATURE
SilentGems-1.16.4-3.7.9+112.jar |Silent's Gems 3 |silentgems |3.7.9+112 |DONE |Manifest: NOSIGNATURE
expandability-2.0.1-1.16.5-forge.jar |ExpandAbility |expandability |2.0.1 |DONE |Manifest: NOSIGNATURE
overloadedarmorbar-5.1.0-1.16.4.jar |Overloaded Armor Bar |overloadedarmorbar |5.1.0 |DONE |Manifest: NOSIGNATURE
Crash Report UUID: 9b56708c-8574-4a54-bcd0-92704cab0b41
Patchouli open book context: n/a
Launched Version: 1.16.5-forge-36.2.8
Backend library: LWJGL version 3.2.2 build 10
Backend API: GeForce GTX 660 Ti/PCIe/SSE2 GL version 4.6.0 NVIDIA 431.60, NVIDIA Corporation
GL Caps: Using framebuffer using OpenGL 3.0
Using VBOs: Yes
Is Modded: Definitely; Client brand changed to 'forge'
Type: Client (map_client.txt)
Graphics mode: fast
Resource Packs: vanilla
Current Language: English (US)
CPU: 8x Intel(R) Core(TM) i7-3770K CPU @ 3.50GHz

Downloaded version 1.16.5-2.0.1 from https://www.curseforge.com/minecraft/mc-mods/pandoras-creatures
Using Forge Loader 1.16.5-36.2.8

Plants Config

How could I config where the plants should be spawn ?
I'm using TerraForged, Biomesoplenty and BYG. I could easily found 2 of 3 plants anywhere but I couldn't find the Horsetail because it's only spawn on plains, and it's hard to find a plain biome. How could I config that ?
Thank you !

[BUG] End troll box synthesis recipe error

Describe the bug
When I want to synthesize the purple end trol box, it will turn into a purple shulker box.

To Reproduce
Steps to reproduce the behavior:

  1. Put the'end troll box and purple dye' on the crafting table.
  2. 'purple shulker box instead of purple end trol box' appears.

Expected behavior
Hope to fix.

Screenshots
螢幕擷取畫面 2021-01-06 093959
If applicable, add screenshots to help explain your problem.

Debug crash log
Linking a debug crash log can help track down bugs. Holding down F3 + C for 10 seconds in game will force the a crash making a debug crash log. Please link your log using a site like https://pastebin.com/

Versions
pandoras_creatures-1.15.2-1.0.1.jar
Minecraft: [1.15.2] (required)
Forge: [31.2.47] (required)
Modpacks : Craft to Exile [Dissonance]
Version : CrafttoExile-Dissonance-2.8.0b-SERVER
https://www.curseforge.com/minecraft/modpacks/crafttoexiledissonance/files

Additional context
Add any other context about the problem here.

Arachnon Hammer allows fast ancient debris mining

The arachnon hammer does not take the strength of the blocks around it into consideration, allowing near instant breaking of tough blocks such as ancient debris and obsidian by placing a weak block next to it.

[FEATURE] Transforming ball

so there's another mob Idea I have which is to have a robot or ancient ball which can become in to tools that are better than diamond and attack players .They can be found in the End because there's aren't any mobs in the End dimension from the mod.
you can kill them and get the ball fragments to make your own transforming ball which can be used anywhere . When breaking a block with it,it turns it's model to the tool that is required to break it.

Hope you like this Idea and will add this mob in to your mod soon. 👍
Hope you can make this mod successful

[Bug] Treasure chests in vanilla structures are empty

Minecraft : 1.16.4
Forge : 35.1.0
Pandoras Creatures : 2.0.1

Hi ran into an issue, when I created a new world and joined, and then found a desert pyramid, all chests inside were empty. After several tests, I found that the issue appears only when pandoras creatures is installed (I use a lot of mods, so I don't really know if the issue can be fix on your side, but if you can help to find the problem that would be great !)

Ps : I use the "blame mod", wich adds a lot of lines in the logs, let me know if you want new logs without the infos from blame

debug.log
latest.log

Best regards !

[BUG] Permanent NoGravity Status Effect (archvine)

A player using my modpack, Harrowing Adventure, was walking in the Nether and was sucked up to the ceiling. He was attacked by an Archvine, obviously. To escape, he used /home to teleport home. However, he is now permanently stuck with the NoGravity status regardless of the dimension he is in. The status effect won't clear.

Pandoras Creatures: 0.12.0
Minecraft: 1,14.4
Forge: 28.1.107

[BUG] Crash Ticking Entity while in The Nether.

Describe the bug
In the Nether and an Entity is crashing one of my players playing my Pack. "Ticking Entity Crash"

To Reproduce
Steps to reproduce the behavior:

  1. Go into the nether
  2. Be there for awhile
  3. Crash
  4. See error Hastebin

Expected behavior
I expect to not crash while playing in the Nether.

Debug crash log
Hastebin

Mod Version

  • 1.14.4-0.12.0

Forge Version

  • 28.1.107

MC Version

  • 1.14.4

[BUG] Crabs not spawning

Describe the bug
On the latest version for 1.15.2, I can't find any crabs on beaches or in the ocean as described in the mod page.

To Reproduce
Fly around in creative mode and you won't see any crabs appear on beaches.

Versions
1.0.0 for Minecraft 1.15.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.