Code Monkey home page Code Monkey logo

mcdungeonsweapons's Introduction

MinecraftDungeonsWeapons

Bringing the weapons and tools of Minecraft Dungeons to Minecraft

mcdw_weapons

Credits

Code: Chronosacaria, Kluzzio, Kai1907, SeaOfPixels

Current Art: SeaOfPixels

Initial Art: Kai1907

Links

Minecraft Dungeons Weapons on CurseForge

SeaOfPixel's New Default+ Resource Pack

Kai1907's Minecraft Dungeons Texture Pack on Planet Minecraft

Kai1907's YouTube Channel

Important Notes

The code that was used for this mod, excluding the JSON files that were used for the models, are technically All Rights Reserved. The reason for this is to prevent rehosting. However, you may fork the repository to make contributions. The art is also not covered by the All Rights Reserved License. Kai1907 and SeaOfPixels gave explicit permission to use their art for this project. The initial JSON files for the models were created by Kai1907 using BlockBench and some of them were tweaked by me to make sure that they worked with the mod. The current models were mostly created by SeaOfPixels with some placeholders made by me until they can be replaced by SeaOfPixel's models.

mcdungeonsweapons's People

Contributors

amphibatron avatar binaris00 avatar chronosacaria avatar dafuqs avatar fourmisain avatar fzzyhmstrs avatar gyular avatar k0-rr avatar kluzzio avatar lizfinite avatar lorddeathunter avatar pizzaspren avatar rad586 avatar rawpineapple avatar realpeterpet avatar solaluset avatar soochaehwa avatar zsoltmolnarrr avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar

mcdungeonsweapons's Issues

ClassCastException / Ticking entity crash

I was trying out the mining dimension of Gobber (duplicates Overworld) and found a Pillager Outpost with a dozen of Pillager around. After a minute of fighting the game crashed. Trying to rejoin the world results in the same crash.

This seems to be the same crash as #15 but in a different method.
After adding the fix for #15 to every method that injects into applyDamage() and didn't already check before casting, I can enter the world again.

---- Minecraft Crash Report ----
// Sorry :(

Time: 1/9/21, 6:16 PM
Description: Ticking entity

java.lang.ClassCastException: class net.minecraft.class_1667 cannot be cast to class net.minecraft.class_1309 (net.minecraft.class_1667 and net.minecraft.class_1309 are in unnamed module of loader net.fabricmc.loader.launch.knot.KnotClassLoader @5167f57d)
	at net.minecraft.class_1309.handler$zlm000$applyCommittedEnchantmentDamage(class_1309.java:6683)
	at net.minecraft.class_1309.method_6074(class_1309.java)
	at net.minecraft.class_1309.method_5643(class_1309.java:1035)
	at net.minecraft.class_1588.method_5643(class_1588.java:73)
	at net.minecraft.class_3763.method_5643(class_3763.java:295)
	at net.minecraft.class_1665.method_7454(class_1665.java:374)
	at net.minecraft.class_1676.method_7488(class_1676.java:118)
	at net.minecraft.class_1665.method_5773(class_1665.java:227)
	at net.minecraft.class_1667.method_5773(class_1667.java:103)
	at net.minecraft.class_3218.method_18762(class_3218.java:621)
	at net.minecraft.class_1937.method_18472(class_1937.java:561)
	at net.minecraft.class_3218.method_18765(class_3218.java:411)
	at net.minecraft.server.MinecraftServer.method_3813(MinecraftServer.java:871)
	at net.minecraft.server.MinecraftServer.method_3748(MinecraftServer.java:811)
	at net.minecraft.class_1132.method_3748(class_1132.java:91)
	at net.minecraft.server.MinecraftServer.handler$cln000$modifiedRunLoop(MinecraftServer.java:7310)
	at net.minecraft.server.MinecraftServer.method_29741(MinecraftServer.java:651)
	at net.minecraft.server.MinecraftServer.method_29739(MinecraftServer.java:257)
	at java.base/java.lang.Thread.run(Thread.java:834)
   
   -- Entity being ticked --
Details:
	Entity Type: minecraft:arrow (net.minecraft.class_1667)
	Entity ID: 322
	Entity Name: Arrow
	Entity's Exact location: -419.41, 66.29, -165.24
	Entity's Block location: World: (-420,66,-166), Chunk: (at 12,4,10 in -27,-11; contains blocks -432,0,-176 to -417,255,-161), Region: (-1,-1; contains chunks -32,-32 to -1,-1, blocks -512,0,-512 to -1,255,-1)
	Entity's Momentum: 0.00, -0.05, 0.00
	Entity's Passengers: []
	Entity's Vehicle: ~~ERROR~~ NullPointerException: null

possibly further piglin woes

re: https://pastebin.com/1MedqZiS
i died in the nether and this crash occurred shortly after i collected the items i'd dropped on death.
possibly a coincidence, but also noted some trinket related items vanished...
reviewing video to see if i can supply any more or more precise info about this: https://www.twitch.tv/videos/851529445 at about 44 minutes in.

any other info that will help let me know if i can provide, you maybe able to tell i don't really have a clue though by listening to my blurb

Bows break compatibility with Infinity Mixin

I've got a method in one of my mods that looks like this:

@Mixin(BowItem.class)
public class InfinityBowArrowMixin {
    @Inject(at = @At("HEAD"), cancellable = true, method = "use(Lnet/minecraft/world/World;Lnet/minecraft/entity/player/PlayerEntity;Lnet/minecraft/util/Hand;)Lnet/minecraft/util/TypedActionResult;")
    private void use(World world, PlayerEntity player, Hand hand, CallbackInfoReturnable<TypedActionResult<ItemStack>> ci) {
        ItemStack stack = player.getStackInHand(hand);

        if (EnchantmentHelper.getLevel(Enchantments.INFINITY, stack) > 0) {
            player.setCurrentHand(hand);
            ci.setReturnValue(TypedActionResult.success(stack));
        }

    }
}

Essentially, this means that if a bow has the Infinity enchantment applied, the bow will be able to fire without the need for an arrow in your inventory. However, due to the way you have implemented Bows in MC Dungeons Weapons, this does not work with those weapons.

Any chance you could look into the code for your bows to see if there is any way to make them compatible with this mixin?

Mood Dagger + Eldritch Mobs mod = EXP bomb

im no expert detective but hear me out,

testing out a friend;s modpack and everytime eldritch miniboss get killed by the moon dagger, it will drops tons of exp and eventually crashed the server.

i think theres something wrong with "Enigma Resonator – Deals damage relative to the amount of XP that the user has ".

instead of the more exp = the more damage dealt, it became exp bomb.

can you please have a look :) tq

Negative Proc based enchants effecting other players even with PVP turned off. v3.0.5

Noticed that Echo, Chains, and other similar enchants still effect other players when PVP is turned off. I have murdered my friends multiple times without even noticing it. Hella funny but still not the greatest.

To reproduce pick any of the following enchants and have a player stand within the affect range.
Chains
Echo
Ricochet
Shockwave
Swirling

Can you make it so that all the enchantments can apply to all of the weapons?

I'm assuming this is due to the same reason as stated in the reply to my previous bug report (stripping logs) and that it's simply due to the spear being an axe derivative- but the spear (fortune spear this time) is unable to get enchantments such as radiance, shockwave, sweeping edge (which kinda makes sense), poison cloud, and I'm assuming others (this is even with the config 'allow OP enchants' set to true).

Also, don't know if the green enchant just isn't updating or it simply can't have looting III applied.

[1.17.1][v3.4.1] Crash when attempting to scroll down creative tab

Seems there is a class casting error caused when loading up a spear (see log below).
I had the Iris shaders mod installed (includes sodium) could that be causing the problem? or is it a bug in this mod.

Log file:
[00:00:33] [Render thread/FATAL]: Reported exception thrown!
net.minecraft.class_148: Rendering screen
at net.minecraft.class_757.method_3192(class_757.java:883) ~[intermediary-1.17.1.jar:?]
at net.minecraft.class_310.method_1523(class_310.java:1112) ~[intermediary-1.17.1.jar:?]
at net.minecraft.class_310.method_1514(class_310.java:728) [intermediary-1.17.1.jar:?]
at net.minecraft.client.main.Main.main(Main.java:217) [intermediary-1.17.1.jar:?]
at jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:?]
at jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) ~[?:?]
at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) ~[?:?]
at java.lang.reflect.Method.invoke(Unknown Source) ~[?:?]
at net.fabricmc.loader.game.MinecraftGameProvider.launch(MinecraftGameProvider.java:234) [fabric-loader-0.11.6.jar:?]
at net.fabricmc.loader.launch.knot.Knot.launch(Knot.java:153) [fabric-loader-0.11.6.jar:?]
at net.fabricmc.loader.launch.knot.KnotClient.main(KnotClient.java:28) [fabric-loader-0.11.6.jar:?]
Caused by: java.lang.ClassCastException: class chronosacaria.mcdw.bases.McdwSpear cannot be cast to class net.minecraft.class_1766 (chronosacaria.mcdw.bases.McdwSpear and net.minecraft.class_1766 are in unnamed module of loader net.fabricmc.loader.launch.knot.KnotClassLoader @5e21e98f)
at net.minecraft.class_1799.handler$dgb000$getTooltipMixin(class_1799.java:7338) ~[intermediary-1.17.1.jar:?]
at net.minecraft.class_1799.method_7950(class_1799.java:677) ~[intermediary-1.17.1.jar:?]
at net.minecraft.class_437.method_25408(class_437.java:181) ~[intermediary-1.17.1.jar:?]
at net.minecraft.class_437.method_25409(class_437.java:168) ~[intermediary-1.17.1.jar:?]
at net.minecraft.class_481.method_25409(class_481.java:742) ~[intermediary-1.17.1.jar:?]
at net.minecraft.class_465.method_2380(class_465.java:190) ~[intermediary-1.17.1.jar:?]
at net.minecraft.class_481.method_25394(class_481.java:703) ~[intermediary-1.17.1.jar:?]
at net.minecraft.class_757.method_3192(class_757.java:874) ~[intermediary-1.17.1.jar:?]
... 10 more

Backslot Compat Issue

When MCD weapons are holstered using BackSlot the weapons appear massive on the character and off-center. Other modded tools and weapons do not have this issue.

almost, but not quite, entirely sure this is going in the right place... maybe a mixin problem

been getting a lot of crashes today on the server after updating to latest mcdw
looking into it (asking other people as i can't see what's going on with this sort of thing) it was first suggested "You have a mod with a broken mixin"
another person says "Seems to be a mod that changes something with enchantments" because "method_8180 is Enchantment#canAccept".

only mcdw and curses handle enchants afaik and since this is a new crash i've come here first.
https://pastebin.com/XrahbB7u

idk if it's worth mentioning that i'm not using nbtcrafting on the client either though had previously for 2.0.4 on the same server, hopefully not worth mentioning and not worth responding to :)

of course anything i can do my end to help you pls do ask. it has been suggested that i disable all other mods before sending a crash report by someone else though i hope you can see this would be a huge undertaking on my part, or at least i can't imagine how to do this in a simple way right now.. apologies for the extra waffle

adding enchant - enhancement/suggestion

<3 the new ability to add enchants via config, that right there brought new life to some old items.

wondering if this could be extended so it can be applied to item in hand?

hoping for this for a quite specific example:
my modpack has a book given to the player which explains a few oddities about gameplay and general mechanics within, this is a minecraft:written_book
as things are i can add an enchant to that (the idea being to add a soulbound enchant so that when players die without reading it {a regular occurrence no matter how many times i advise against not reading it before dying} the book remains in the inventory.. finally no excuse for not knowing some basic things).

to be fair i've not tried to shoehorn soulbound onto this book with the config supplied but i am imagining some difficulty doing so

Bows and crossbows...

They turn into their large sprites whenever I prepare them. I hope it's not intentional or just a placeholder because it ruins the immersion...

The spear has the capability to strip logs?

So I just accidentally right-clicked a Cika log, added by the Biomes You'll Go mod with my spear and ended up stripping it. Confused I tried the log next to it as a test and I stripped it again. I then pulled out a vanilla oak log and also stripped it with the spear.

I... don't think this is intended?

Help

I am having trouble using the staff of terror how to I use the explosions and is there a way to see a list of all the enchantments and what they do? Thanks

Minor recipe issue

Nothing major, just wanted to highlight a small problem with one of your recipes. I'm using v2.5.0. Getting this on boot:

[15:38:05] [main/ERROR]: Parsing error loading recipe mcdw:pick_howling_pick
com.google.gson.JsonSyntaxException: Key defines symbols that aren't used in pattern: [/]

Looks like you're defining minecraft:stick as an ingredient in the recipe in /src/main/resources/data/mcdw/recipes/pick_howling_pick.json but not using it in the actual grid recipe.

Prospector enchantment is overpowered

The Prospector enchantment adds a chance for Emerald drops from any hostile mob.
Each level increases the chance by 25%, up to 75%, and it drops level Emeralds.
Note that this means that Prospector III is 9 times as effective as Prospector I!

Prospector III drops on average 2.25 Emeralds per mob, which is by far too much.
For example, doing a raid in hard mode can spawn up to 83 mobs, which would make for 186 Emeralds or just shy of 3 stacks(!) on top of what they already drop - and there are much easier and faster ways to kill lots of mobs.

In the modpack I'm currently playing, I had to disable Prospector because I was gaining literally thousands of Emeralds which I would then all throw away because keeping them was basically cheating.
I feel even Prospector I (with 0.25 Emeralds per kill) would have been too much.

I have a few ideas how this enchantment could be balanced a little better.

First of all: The enchantment level shouldn't both linearly increase the drop chance and the drop amount, but only one of them so the emerald count doesn't quadratically increase with the enchantment level.

Idea 1 (Just a nerf)

Each Prospector level could give a 5% chance for 1 Emerald, which would make for 0.15 Emeralds per kill on level III.

A hard mode raid would then "only" give 12 Emeralds.
But, since you are always slaying mobs in this game, this still adds up to a lot - an infinite amount - over time.

Idea 2 (Looting for Illagers?)

In Minecraft Dungeons, the enchantment description says

increases the chance to get emeralds upon defeating an enemy

When I first saw this enchantment in MCDW, I thought it would only increase the drop chance of mobs which already drop Emeralds, so Looting for Illagers basically - which I thought was a little pointless.

But maybe this is how it should work?

Because then you're not gaining an infinite amount of emeralds (just by playing the game normally), but you have to do hard work (raids) to get them and the drop amount could be higher than the previous suggestion (though still not 3 stacks high).

Idea 2.1

Instead of Emeralds dropping from Illagers directly, maybe, just maybe, finishing a raid could reward you with a bunch of Emeralds?

Idea 3 (A little more fun)

This may be something for 1.17, I think it would be fun if instead of occasionally finding an emerald, you could find a sack (aka a Bundle) of emeralds and maybe some gold?
To balance this, the drop chance would need to be much lower and to be sure the player doesn't miss it, it could play a coin clinking sound effect.

(I feel like this will be done in other mods, a lot of them. If not, then I'm doing it.)


I don't really like idea 2 myself, because it kinda is pointless to have a second Looting and ideas 2.1 and 3 may stray too far from Dungeons.

I feel like no matter what is done to Prospector, I'll probably keep it disabled because it is kinda like having an automatic Emerald farm.

Fireball Kill caused a crash

when fireball fired by the dispenser kills an entity, it will cause a crash.
But fireball by the Ghast won't. I guess they may have different entity id.
It seems like a problem of enchantment.

---- Minecraft Crash Report ----
// You're mean.

Time: 21-1-20 下午10:37
Description: Ticking entity

java.lang.ClassCastException: net.minecraft.class_1677 cannot be cast to net.minecraft.class_1309
	at net.minecraft.class_1309.handler$zzk000$onExplodingEnchantmentKill(class_1309.java:6821)
	at net.minecraft.class_1309.method_6078(class_1309.java)
	at net.minecraft.class_3988.method_6078(class_3988.java:204)
	at net.minecraft.class_1646.method_6078(class_1646.java:646)
	at net.minecraft.class_1309.method_5643(class_1309.java:1106)
	at net.minecraft.class_1677.method_7454(class_1677.java:38)
	at net.minecraft.class_1676.method_7488(class_1676.java:118)
	at net.minecraft.class_1677.method_7488(class_1677.java:65)
	at net.minecraft.class_1668.method_5773(class_1668.java:77)
	at net.minecraft.class_3218.method_18762(class_3218.java:621)
	at net.minecraft.class_1937.method_18472(class_1937.java:561)
	at net.minecraft.class_3218.method_18765(class_3218.java:411)
	at net.minecraft.server.MinecraftServer.method_3813(MinecraftServer.java:871)
	at net.minecraft.server.MinecraftServer.method_3748(MinecraftServer.java:811)
	at net.minecraft.class_1132.method_3748(class_1132.java:91)
	at net.minecraft.server.MinecraftServer.method_29741(MinecraftServer.java:670)
	at net.minecraft.server.MinecraftServer.method_29739(MinecraftServer.java:257)
	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.class_1309.handler$zzk000$onExplodingEnchantmentKill(class_1309.java:6821)
	at net.minecraft.class_1309.method_6078(class_1309.java)
	at net.minecraft.class_3988.method_6078(class_3988.java:204)
	at net.minecraft.class_1646.method_6078(class_1646.java:646)
	at net.minecraft.class_1309.method_5643(class_1309.java:1106)
	at net.minecraft.class_1677.method_7454(class_1677.java:38)
	at net.minecraft.class_1676.method_7488(class_1676.java:118)
	at net.minecraft.class_1677.method_7488(class_1677.java:65)
	at net.minecraft.class_1668.method_5773(class_1668.java:77)
	at net.minecraft.class_3218.method_18762(class_3218.java:621)

-- Entity being ticked --
Details:
	Entity Type: minecraft:small_fireball (net.minecraft.class_1677)
	Entity ID: 417
	Entity Name: Small Fireball
	Entity's Exact location: -68.54, 59.46, 386.17
	Entity's Block location: World: (-69,59,386), Chunk: (at 11,3,2 in -5,24; contains blocks -80,0,384 to -65,255,399), Region: (-1,0; contains chunks -32,0 to -1,31, blocks -512,0,0 to -1,255,511)
	Entity's Momentum: -0.01, -0.02, -0.50
	Entity's Passengers: []
	Entity's Vehicle: ~~ERROR~~ NullPointerException: null
Stacktrace:
	at net.minecraft.class_1937.method_18472(class_1937.java:561)
	at net.minecraft.class_3218.method_18765(class_3218.java:411)

-- Affected level --
Details:
	All players: 1 total; [class_3222['littlecattle'/53, l='ServerLevel[Test]', x=-70.12, y=61.40, z=387.20]]
	Chunk stats: ServerChunkCache: 3109
	Level dimension: minecraft:overworld
	Level spawn location: World: (-60,53,63), Chunk: (at 4,3,15 in -4,3; contains blocks -64,0,48 to -49,255,63), Region: (-1,0; contains chunks -32,0 to -1,31, blocks -512,0,0 to -1,255,511)
	Level time: 208097 game time, 42654 day time
	Level name: Test
	Level game mode: Game mode: creative (ID 1). Hardcore: false. Cheats: true
	Level weather: Rain time: 49324 (now: false), thunder time: 8105 (now: false)
	Known server brands: fabric
	Level was modded: true
	Level storage version: 0x04ABD - Anvil
Stacktrace:
	at net.minecraft.server.MinecraftServer.method_3813(MinecraftServer.java:871)
	at net.minecraft.server.MinecraftServer.method_3748(MinecraftServer.java:811)
	at net.minecraft.class_1132.method_3748(class_1132.java:91)
	at net.minecraft.server.MinecraftServer.method_29741(MinecraftServer.java:670)
	at net.minecraft.server.MinecraftServer.method_29739(MinecraftServer.java:257)
	at java.lang.Thread.run(Unknown Source)

-- System Details --
Details:
	Minecraft Version: 1.16.4
	Minecraft Version ID: 1.16.4
	Operating System: Windows 10 (amd64) version 10.0
	Java Version: 1.8.0_271, Oracle Corporation
	Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
	Memory: 3570024248 bytes (3404 MB) / 4294967296 bytes (4096 MB) up to 4294967296 bytes (4096 MB)
	CPUs: 12
	JVM Flags: 11 total; -XX:+UnlockExperimentalVMOptions -XX:+UseG1GC -XX:G1NewSizePercent=20 -XX:G1ReservePercent=20 -XX:MaxGCPauseMillis=50 -XX:G1HeapRegionSize=16M -XX:-UseAdaptiveSizePolicy -XX:-OmitStackTraceInFastThrow -Xmn128m -Xmx4096m -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump
	Fabric Mods: 
		enchant_giver: Enchant Giver 1.0.2
		fabric: Fabric API 0.29.3+1.16
		fabric-api-base: Fabric API Base 0.2.0+ab87788d3a
		fabric-biome-api-v1: Fabric Biome API (v1) 3.1.0+2e23b97c3a
		fabric-blockrenderlayer-v1: Fabric BlockRenderLayer Registration (v1) 1.1.4+6a2618f53a
		fabric-command-api-v1: Fabric Command API (v1) 1.0.9+6a2618f53a
		fabric-commands-v0: Fabric Commands (v0) 0.2.1+cbe9176f3a
		fabric-containers-v0: Fabric Containers (v0) 0.1.9+a03e98793a
		fabric-content-registries-v0: Fabric Content Registries (v0) 0.2.0+e77439c73a
		fabric-crash-report-info-v1: Fabric Crash Report Info (v1) 0.1.2+b7f9825d3a
		fabric-dimensions-v1: fabric-dimensions-v1 2.0.1+9a6c75813a
		fabric-entity-events-v1: Fabric Entity Events (v1) 1.0.2+8004b36d3a
		fabric-events-interaction-v0: Fabric Events Interaction (v0) 0.4.1+6a2618f53a
		fabric-events-lifecycle-v0: Fabric Events Lifecycle (v0) 0.2.0+6a2618f53a
		fabric-game-rule-api-v1: Fabric Game Rule API (v1) 1.0.5+cbe9176f3a
		fabric-item-api-v1: Fabric Item API (v1) 1.2.0+6a2618f53a
		fabric-item-groups-v0: Fabric Item Groups (v0) 0.2.2+cbe9176f3a
		fabric-key-binding-api-v1: Fabric Key Binding API (v1) 1.0.1+730711c63a
		fabric-keybindings-v0: Fabric Key Bindings (v0) 0.2.0+6a2618f53a
		fabric-lifecycle-events-v1: Fabric Lifecycle Events (v1) 1.2.0+ffb68a873a
		fabric-loot-tables-v1: Fabric Loot Tables (v1) 1.0.1+6a2618f53a
		fabric-mining-levels-v0: Fabric Mining Levels (v0) 0.1.2+6a2618f53a
		fabric-models-v0: Fabric Models (v0) 0.2.0+cbe9176f3a
		fabric-networking-api-v1: Fabric Networking API (v1) 1.0.0+4358fbc63a
		fabric-networking-blockentity-v0: Fabric Networking Block Entity (v0) 0.2.7+a03e98793a
		fabric-networking-v0: Fabric Networking (v0) 0.3.1+2a4333d33a
		fabric-object-builder-api-v1: Fabric Object Builder API (v1) 1.9.2+6a2618f53a
		fabric-object-builders-v0: Fabric Object Builders (v0) 0.7.1+6a2618f53a
		fabric-particles-v1: Fabric Particles (v1) 0.2.3+cbe9176f3a
		fabric-registry-sync-v0: Fabric Registry Sync (v0) 0.7.3+be155ae23a
		fabric-renderer-api-v1: Fabric Renderer API (v1) 0.4.0+cbe9176f3a
		fabric-renderer-indigo: Fabric Renderer - Indigo 0.4.3+6a2618f53a
		fabric-renderer-registries-v1: Fabric Renderer Registries (v1) 2.2.0+6a2618f53a
		fabric-rendering-data-attachment-v1: Fabric Rendering Data Attachment (v1) 0.1.4+6a2618f53a
		fabric-rendering-fluids-v1: Fabric Rendering Fluids (v1) 0.1.12+6a2618f53a
		fabric-rendering-v0: Fabric Rendering (v0) 1.1.1+6a2618f53a
		fabric-rendering-v1: Fabric Rendering (v1) 1.5.0+c26373133a
		fabric-resource-loader-v0: Fabric Resource Loader (v0) 0.4.1+0d4d7e343a
		fabric-screen-handler-api-v1: Fabric Screen Handler API (v1) 1.1.0+6a2618f53a
		fabric-structure-api-v1: Fabric Structure API (v1) 1.1.3+cbe9176f3a
		fabric-tag-extensions-v0: Fabric Tag Extensions (v0) 1.1.0+e77439c73a
		fabric-textures-v0: Fabric Textures (v0) 1.0.5+6a2618f53a
		fabric-tool-attribute-api-v1: Fabric Tool Attribute API (v1) 1.2.5+6a2618f53a
		fabricloader: Fabric Loader 0.11.1
		java: Java HotSpot(TM) 64-Bit Server VM 8
		mcdw: MC Dungeons Weapons 2.5.0
		minecraft: Minecraft 1.16.4
		reach-entity-attributes: Reach Entity Attribute 1.0.1
	Player Count: 1 / 8; [class_3222['littlecattle'/53, l='ServerLevel[Test]', x=-70.12, y=61.40, z=387.20]]
	Data Packs: vanilla, Fabric Mods
	Type: Integrated Server (map_client.txt)
	Is Modded: Definitely; Client brand changed to 'fabric'

Prospector enchantment bugged

The code for the Prospector enchantment has a faulty statement in it, you're checking if (McdwEnchantsConfig.getValue("mixin_exploding"))

Possible problems with two enchantments

I think I found two problems with the Committed Enchantment and the Critical Hit Enchantment (unless I messed something up while testing the enchantments):

Critical Hit Enchantment:

So while testing this enchantment I noticed that some attacks would deal much more damage than I expected.
The chat log below shows the health of my target before each hit. I attacked with a Critical III diamond sword standing still and waiting a few seconds before the next hit.

command: /data get entity @e[type=iron_golem,distance=..10,limit=1] Health

[20:52:13] [main/INFO]: [CHAT] Iron Golem has the following entity data: 100.0f
[20:52:16] [main/INFO]: [CHAT] Iron Golem has the following entity data: 82.5f            // damage: 17.5f
[20:52:19] [main/INFO]: [CHAT] Iron Golem has the following entity data: 68.5f           // damage: 14.0f
[20:52:21] [main/INFO]: [CHAT] Iron Golem has the following entity data: 54.5f            // damage: 14.0f
[20:52:24] [main/INFO]: [CHAT] Iron Golem has the following entity data: 23.0f           // damage: 31.5f
[20:52:27] [main/INFO]: [CHAT] Iron Golem has the following entity data: 12.5f             // damage: 10.5f
[20:52:29] [main/INFO]: [CHAT] Iron Golem has the following entity data: 5.5f              // damage: 7.0f

The last two damage numbers seem to be like intended: 7.0f damage for a normal hit and 10.5f with the enchantment being applied.

I think I found a "loop" responsible for hits with >10.5f damage.

*player hits* --> LivingEntity.damage() ---> LivingEntity.applyDamage()
                           ^                             V
                     target.damage() <---  applyCriticalHitEnchantmentDamage()

The loop breaks when if(criticalHitRand <= criticalHitChance) is false.

Committed Enchantment:

This enchantment seems to not apply the extra damage because of the following lines in LivingEntity.damage():

// ...
if ((float)this.timeUntilRegen > 10.0F) {
    if (amount <= this.lastDamageTaken) {
       return false;
    }
     this.applyDamage(source, amount - this.lastDamageTaken);
    // ...
 } else {
    this.lastDamageTaken = amount;
    this.timeUntilRegen = 20;
    this.applyDamage(source, amount);
    // ...
}
// ...

When hitting an entity it first executes the else block. It sets lastDamageTaken to 7.0f (used a diamond sword again) then calls applyDamage / applyCommittedEnchantmentDamage. It calculates the extra damage and goes back to LivingEntity.damage() where the if block is executed this time. It will return false then because the extra damage will never exceed 7.0f so (amount <= this.lastDamageTaken) is true.

I hope you can reproduce that otherwise I might have a problem on my end :D

charge cant be put on anything

The charge enchantment cant be put on anything. why.

Modlist:
Mob Origins (by UltrusBot)
Cloth Config API (Fabric) (by shedaniel)
Pehkui (by Virtuoel)
Architectury API (Fabric) (by shedaniel)
AppleSkin (by squeek502)
Bits And Chisels (by cool_mineman)
MC Dungeons Weapons (by chronos_sacaria)
MC Dungeons Armors (by chronos_sacaria)
Fabric API (by modmuss50)
No Enchant Cap (by AmyMialee)
Tax Free Levels (by Fourmisain)
Origins: Classes (by Apace100)
Roughly Enough Items Fabric (REI) (by shedaniel)
Extra Origins (by MoriyaShiine)
Clumps (by Jaredlll08)
Giselbaer's Durability Viewer (by Giselbaer)
Xaero's Minimap (by xaero96)
ToroHealth Damage Indicators (by ToroCraft)
AdventureZ (by Globox_Z)
Genesis - An Origins Addon (by PhantomereLive)
Origins (by Apace100)

echo and shockwave

both of the enchantments in the title if procced on a player by attacking a mob beside a player will instantly kill them and wipe their inventory

Crash - TickingEntity

Issue

---- Minecraft Crash Report ----
// Uh... Did I do that?

Time: 2020-12-27 20:03:38 CET
Description: Ticking entity

java.lang.ClassCastException: net.minecraft.class_1667 cannot be cast to net.minecraft.class_1309
    at Not Enough Crashes deobfuscated stack trace.(1.16.4+build.7)
    at net.minecraft.entity.LivingEntity.handler$zgc000$applyChains(LivingEntity:6650)
    at net.minecraft.entity.LivingEntity.applyDamage(LivingEntity)
    at net.minecraft.entity.LivingEntity.damage(LivingEntity:1035)
    at net.minecraft.entity.mob.HostileEntity.damage(HostileEntity:73)
    at net.minecraft.entity.mob.PiglinEntity.damage(PiglinEntity:393)
    at net.minecraft.entity.projectile.PersistentProjectileEntity.onEntityHit(PersistentProjectileEntity:374)
    at net.minecraft.entity.projectile.ProjectileEntity.onCollision(ProjectileEntity:118)
    at net.minecraft.entity.projectile.PersistentProjectileEntity.tick(PersistentProjectileEntity:227)
    at net.minecraft.entity.projectile.ArrowEntity.tick(ArrowEntity:103)
    at net.minecraft.server.world.ServerWorld.tickEntity(ServerWorld:621)
    at net.minecraft.world.World.tickEntity(World:561)
    at net.minecraft.server.world.ServerWorld.tick(ServerWorld:411)
    at net.minecraft.server.MinecraftServer.tickWorlds(MinecraftServer:871)
    at net.minecraft.server.MinecraftServer.tick(MinecraftServer:811)
    at net.minecraft.server.integrated.IntegratedServer.tick(IntegratedServer:91)
    at net.minecraft.server.MinecraftServer.runServer(MinecraftServer:670)
    at net.minecraft.server.MinecraftServer.method_29739(MinecraftServer:257)
    at java.lang.Thread.run(Unknown Source)


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

-- Entity being ticked --
  Entity Type: minecraft:arrow (net.minecraft.class_1667)
  Entity ID: 33991
  Entity Name: Arrow
  Entity's Exact location: 45.26, 78.42, 105.90
  Entity's Block location: World: (45,78,105), Chunk: (at 13,4,9 in 2,6; contains blocks 32,0,96 to 47,255,111), Region: (0,0; contains chunks 0,0 to 31,31, blocks 0,0,0 to 511,255,511)
  Entity's Momentum: -0.06, -0.14, -1.19
  Entity's Passengers: []
  Entity's Vehicle: ~~ERROR~~ NullPointerException: null
  Entity NBT: {Motion:[-0.05731568112476996d,-0.14418411446910634d,-1.1936536147294319d],damage:2.0d,PierceLevel:0b,shake:0b,Potion:"minecraft:strong_harming",inGround:0b,ShotFromCrossbow:0b,OnSoulFire:0b,pickup:1b,Invulnerable:0b,LeftOwner:1b,Air:300s,OnGround:0b,PortalCooldown:0,Rotation:[-177.25102f,0.07872379f],life:0s,FallDistance:0.0f,SoundEvent:"minecraft:entity.arrow.hit",crit:0b,Pos:[45.264889043082704d,78.41872948867906d,105.90359053439664d],Fire:-1s,UUID:[I;1666724721,-1378791677,-1363284214,590560749]}

How to reproduce
It can't be done manually, it happens randomly in the Nether, any try to reload the world causes in game crashing again.

keeps crashing

every time i try to load up fabric it says "The game crashed whilst initializing game
Error: java.lang.RuntimeException: Could not execute entrypoint stage 'main' due to errors, provided by 'mcdw'!
Exit Code: -1" please help

mcdw-1.9.1-1.16.4 stunning crash

don't know if i should be posting this as it marked as beta and i think you maybe know about this already..
today i've been going through the enchants to get a feel for what they do, half i can work out, half i can't and the other one simply crashes the server:
https://pastebin.com/R7GiWWhb

Prospector 3 not working on Zombified Piglins

I am playing the Vault Hunters Mod pack, dungeons enchantments is part of it.

I have prospector 3 on a diamond sword and I am not getting any emeralds from killing zombified piglins?

It works on endermen, so it is working, just not on zombified piglins?

upgrading default enchant

just wondering if stormlander "thundering I" should be able to be upgraded to "thundering II" via anvil and thundering I book for example.   seems to add and entirely different "thundering I" to the weapons enchants list instead..
not sure this isn't intended but seems odd https://imgur.com/9Dpwbpy

STDERR Exception when downloading translations

I think this is due to one of the MCD mods based on the error, but I'm not sure.

[11:22:10] [Thread-235/INFO]: [STDERR]: Exception when downloading translations
[11:22:10] [Thread-235/INFO]: [STDERR]: javax.net.ssl.SSLHandshakeException: sun.security.validator.ValidatorException: PKIX path building failed: sun.security.provider.certpath.SunCertPathBuilderException: unable to find valid certification path to requested target
[11:22:10] [Thread-235/INFO]: [STDERR]: 	at sun.security.ssl.Alerts.getSSLException(Alerts.java:192)
[11:22:10] [Thread-235/INFO]: [STDERR]: 	at sun.security.ssl.SSLSocketImpl.fatal(SSLSocketImpl.java:1949)
[11:22:10] [Thread-235/INFO]: [STDERR]: 	at sun.security.ssl.Handshaker.fatalSE(Handshaker.java:302)
[11:22:10] [Thread-235/INFO]: [STDERR]: 	at sun.security.ssl.Handshaker.fatalSE(Handshaker.java:296)
[11:22:10] [Thread-235/INFO]: [STDERR]: 	at sun.security.ssl.ClientHandshaker.serverCertificate(ClientHandshaker.java:1497)
[11:22:10] [Thread-235/INFO]: [STDERR]: 	at sun.security.ssl.ClientHandshaker.processMessage(ClientHandshaker.java:212)
[11:22:10] [Thread-235/INFO]: [STDERR]: 	at sun.security.ssl.Handshaker.processLoop(Handshaker.java:979)
[11:22:10] [Thread-235/INFO]: [STDERR]: 	at sun.security.ssl.Handshaker.process_record(Handshaker.java:914)
[11:22:10] [Thread-235/INFO]: [STDERR]: 	at sun.security.ssl.SSLSocketImpl.readRecord(SSLSocketImpl.java:1062)
[11:22:10] [Thread-235/INFO]: [STDERR]: 	at sun.security.ssl.SSLSocketImpl.performInitialHandshake(SSLSocketImpl.java:1375)
[11:22:10] [Thread-235/INFO]: [STDERR]: 	at sun.security.ssl.SSLSocketImpl.startHandshake(SSLSocketImpl.java:1403)
[11:22:10] [Thread-235/INFO]: [STDERR]: 	at sun.security.ssl.SSLSocketImpl.startHandshake(SSLSocketImpl.java:1387)
[11:22:10] [Thread-235/INFO]: [STDERR]: 	at sun.net.www.protocol.https.HttpsClient.afterConnect(HttpsClient.java:563)
[11:22:10] [Thread-235/INFO]: [STDERR]: 	at sun.net.www.protocol.https.AbstractDelegateHttpsURLConnection.connect(AbstractDelegateHttpsURLConnection.java:185)
[11:22:10] [Thread-235/INFO]: [STDERR]: 	at sun.net.www.protocol.http.HttpURLConnection.followRedirect0(HttpURLConnection.java:2661)
[11:22:10] [Thread-235/INFO]: [STDERR]: 	at sun.net.www.protocol.http.HttpURLConnection.followRedirect(HttpURLConnection.java:2583)
[11:22:10] [Thread-235/INFO]: [STDERR]: 	at sun.net.www.protocol.http.HttpURLConnection.getInputStream0(HttpURLConnection.java:1769)
[11:22:10] [Thread-235/INFO]: [STDERR]: 	at sun.net.www.protocol.http.HttpURLConnection.getInputStream(HttpURLConnection.java:1440)
[11:22:10] [Thread-235/INFO]: [STDERR]: 	at sun.net.www.protocol.https.HttpsURLConnectionImpl.getInputStream(HttpsURLConnectionImpl.java:254)
[11:22:10] [Thread-235/INFO]: [STDERR]: 	at java.net.URL.openStream(URL.java:1038)
[11:22:10] [Thread-235/INFO]: [STDERR]: 	at de.guntram.mcmod.crowdintranslate.CrowdinTranslate.getCrowdinTranslations(CrowdinTranslate.java:155)
[11:22:10] [Thread-235/INFO]: [STDERR]: 	at de.guntram.mcmod.crowdintranslate.CrowdinTranslate.run(CrowdinTranslate.java:124)
[11:22:10] [Thread-235/INFO]: [STDERR]: Caused by: sun.security.validator.ValidatorException: PKIX path building failed: sun.security.provider.certpath.SunCertPathBuilderException: unable to find valid certification path to requested target
[11:22:10] [Thread-235/INFO]: [STDERR]: 	at sun.security.validator.PKIXValidator.doBuild(PKIXValidator.java:387)
[11:22:10] [Thread-235/INFO]: [STDERR]: 	at sun.security.validator.PKIXValidator.engineValidate(PKIXValidator.java:292)
[11:22:10] [Thread-235/INFO]: [STDERR]: 	at sun.security.validator.Validator.validate(Validator.java:260)
[11:22:10] [Thread-235/INFO]: [STDERR]: 	at sun.security.ssl.X509TrustManagerImpl.validate(X509TrustManagerImpl.java:324)
[11:22:10] [Thread-235/INFO]: [STDERR]: 	at sun.security.ssl.X509TrustManagerImpl.checkTrusted(X509TrustManagerImpl.java:229)
[11:22:10] [Thread-235/INFO]: [STDERR]: 	at sun.security.ssl.X509TrustManagerImpl.checkServerTrusted(X509TrustManagerImpl.java:124)
[11:22:10] [Thread-235/INFO]: [STDERR]: 	at sun.security.ssl.ClientHandshaker.serverCertificate(ClientHandshaker.java:1479)
[11:22:10] [Thread-235/INFO]: [STDERR]: 	... 17 more
[11:22:10] [Thread-235/INFO]: [STDERR]: Caused by: sun.security.provider.certpath.SunCertPathBuilderException: unable to find valid certification path to requested target
[11:22:10] [Thread-235/INFO]: [STDERR]: 	at sun.security.provider.certpath.SunCertPathBuilder.build(SunCertPathBuilder.java:145)
[11:22:10] [Thread-235/INFO]: [STDERR]: 	at sun.security.provider.certpath.SunCertPathBuilder.engineBuild(SunCertPathBuilder.java:131)
[11:22:10] [Thread-235/INFO]: [STDERR]: 	at java.security.cert.CertPathBuilder.build(CertPathBuilder.java:280)
[11:22:10] [Thread-235/INFO]: [STDERR]: 	at sun.security.validator.PKIXValidator.doBuild(PKIXValidator.java:382)
[11:22:10] [Thread-235/INFO]: [STDERR]: 	... 23 more

Tooltip Crash

When I went over some bows in the creative gui the game just crashed.
From the crashlog it looks like a problem with the tooltip but I don't know if its from MCDW alone or from the combination with another mod.

https://pastebin.com/v0e34w3r

version problem :/

I downloaded the newest bow update 1.16.2 - but on boot it says 1.16.3 is required.

awesome mod (=

Royal Shield is Undefeatable

The Royal Shield is meant to be a cosmetically better looking shield than the vanilla Minecraft shield and nothing more, however that is not the case. The Royal Shield cannot be disabled by an axe nor anything else that would normally disable it, meaning you can hold up the shield until the durability runs out.

[1.17.1] [latest mcdw] Poison Cloud Crash

Ticking Entity due to poison cloud
---- Minecraft Crash Report ----


C2ME Compatibility Module Notice:
Do NOT report to mod authors if you encountered issues with the following mods:


// Uh... Did I do that?

Time: 8/26/21, 11:00 PM
Description: Ticking entity

java.lang.ClassCastException: class net.minecraft.class_1613 cannot be cast to class net.minecraft.class_1657 (net.minecraft.class_1613 and net.minecraft.class_1657 are in unnamed module of loader net.fabricmc.loader.launch.knot.KnotClassLoader @771a660)
at net.minecraft.class_1665.handler$zia001$onPoisonCloudShotEnchantmentEntityHit(class_1665.java:5249)
at net.minecraft.class_1665.method_7454(class_1665.java:435)
at net.minecraft.class_1676.method_7488(class_1676.java:148)
at net.minecraft.class_1665.method_5773(class_1665.java:224)
at net.minecraft.class_1667.method_5773(class_1667.java:104)
at net.minecraft.class_3218.method_18762(class_3218.java:655)
at net.minecraft.class_1937.method_18472(class_1937.java:483)
at net.minecraft.class_3218.method_31420(class_3218.java:417)
at net.minecraft.class_5574.method_31791(class_5574.java:54)
at net.minecraft.class_3218.method_18765(class_3218.java:392)
at net.minecraft.server.MinecraftServer.redirect$bcg000$ficUpdateSuppressionCrashTick(MinecraftServer.java:4277)
at net.minecraft.server.MinecraftServer.method_3813(MinecraftServer.java:891)
at net.minecraft.class_3176.method_3813(class_3176.java:335)
at net.minecraft.server.MinecraftServer.method_3748(MinecraftServer.java:831)
at net.minecraft.server.MinecraftServer.handler$coa000$modifiedRunLoop(MinecraftServer.java:8890)
at net.minecraft.server.MinecraftServer.method_29741(MinecraftServer.java:676)
at net.minecraft.server.MinecraftServer.method_29739(MinecraftServer.java:270)
at java.base/java.lang.Thread.run(Thread.java:831)

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

-- Head --
Thread: Server thread
Stacktrace:
at net.minecraft.class_1665.handler$zia001$onPoisonCloudShotEnchantmentEntityHit(class_1665.java:5249)
at net.minecraft.class_1665.method_7454(class_1665.java:435)
at net.minecraft.class_1676.method_7488(class_1676.java:148)
at net.minecraft.class_1665.method_5773(class_1665.java:224)
at net.minecraft.class_1667.method_5773(class_1667.java:104)
at net.minecraft.class_3218.method_18762(class_3218.java:655)

-- Entity being ticked --
Details:
Entity Type: minecraft:arrow (net.minecraft.class_1667)
Entity ID: 14391
Entity Name: Arrow
Entity's Exact location: -321.75, 54.53, 168.84
Entity's Block location: World: (-322,54,168), Section: (at 14,6,8 in -21,3,10; chunk contains blocks -336,0,160 to -321,255,175), Region: (-1,0; contains chunks -32,0 to -1,31, blocks -512,0,0 to -1,255,511)
Entity's Momentum: -1.45, -0.16, -0.67
Entity's Passengers: []
Entity's Vehicle: null
Entity NBT: {Air:300s,FallDistance:0.0f,Fire:-1s,HasBeenShot:1b,Invulnerable:0b,LeftOwner:1b,Motion:[-1.4502543417909488d,-0.15943278840769742d,-0.6657950222093345d],OnGround:0b,Owner:[I;1130251670,-602782535,-1622376730,986169390],PierceLevel:0b,PortalCooldown:0,Pos:[-321.75291973399993d,54.52946183975525d,168.83825424707854d],Rotation:[-114.659386f,-3.9227874f],ShotFromCrossbow:0b,SoundEvent:"minecraft:entity.arrow.hit",UUID:[I;133613795,1840399620,-1825345054,1424657094],cardinal_components:{"bewitchment:additional_water_data":{Submerged:0b,WetTimer:0}},cpacooldown:0,cpadidTP:0b,crit:0b,damage:2.028012508644094d,inGround:0b,life:0s,pickup:0b,shake:0b}
Stacktrace:
at java.base/java.lang.Thread.getStackTrace(Thread.java:1596)
at net.minecraft.class_129.method_580(class_129.java:523)
at net.minecraft.class_128.method_556(class_128.java:198)
at net.minecraft.class_1937.method_8538(class_1937.java:845)
at net.minecraft.server.MinecraftServer.method_3813(MinecraftServer.java:894)
at net.minecraft.class_3176.method_3813(class_3176.java:335)
at net.minecraft.server.MinecraftServer.method_3748(MinecraftServer.java:831)
at net.minecraft.server.MinecraftServer.handler$coa000$modifiedRunLoop(MinecraftServer.java:8890)
at net.minecraft.server.MinecraftServer.method_29741(MinecraftServer.java:676)
at net.minecraft.server.MinecraftServer.method_29739(MinecraftServer.java:270)
at java.base/java.lang.Thread.run(Thread.java:831)

-- Affected level --
Details:
All players: 1 total; [class_3222['JeezyOG'/14206, l='ServerLevel[world]', x=-323.16, y=53.13, z=168.14]]
Chunk stats: 2947
Level dimension: minecraft:the_nether
Derived: true
Level spawn location: World: (32,66,22), Section: (at 0,2,6 in 2,4,1; chunk contains blocks 32,0,16 to 47,255,31), Region: (0,0; contains chunks 0,0 to 31,31, blocks 0,0,0 to 511,255,511)
Level time: 60267221 game time, 15451556 day time
Level name: world
Level game mode: Game mode: survival (ID 0). Hardcore: false. Cheats: false
Level weather: Rain time: 43480 (now: false), thunder time: 41035 (now: false)
Known server brands: fabric
Level was modded: true
Level storage version: 0x04ABD - Anvil
Stacktrace:
at net.minecraft.server.MinecraftServer.method_3813(MinecraftServer.java:891)
at net.minecraft.class_3176.method_3813(class_3176.java:335)
at net.minecraft.server.MinecraftServer.method_3748(MinecraftServer.java:831)
at net.minecraft.server.MinecraftServer.handler$coa000$modifiedRunLoop(MinecraftServer.java:8890)
at net.minecraft.server.MinecraftServer.method_29741(MinecraftServer.java:676)
at net.minecraft.server.MinecraftServer.method_29739(MinecraftServer.java:270)
at java.base/java.lang.Thread.run(Thread.java:831)

-- System Details --
Details:
Minecraft Version: 1.17.1
Minecraft Version ID: 1.17.1
Operating System: Linux (amd64) version 4.19.0-14-amd64
Java Version: 16.0.2, Oracle Corporation
Java VM Version: OpenJDK 64-Bit Server VM (mixed mode, sharing), Oracle Corporation
Memory: 11480516264 bytes (10948 MiB) / 20761804800 bytes (19800 MiB) up to 20761804800 bytes (19800 MiB)
CPUs: 5
Processor Vendor: AuthenticAMD
Processor Name: AMD Ryzen 9 5950X 16-Core Processor
Identifier: AuthenticAMD Family 25 Model 33 Stepping 0
Microarchitecture: Zen 3
Frequency (GHz): -0.00
Number of physical packages: 1
Number of physical CPUs: 16
Number of logical CPUs: 32
Graphics card #0 name: unknown
Graphics card #0 vendor: unknown
Graphics card #0 VRAM (MB): 0.00
Graphics card #0 deviceId: unknown
Graphics card #0 versionInfo: unknown
Virtual memory max (MB): 159762.38
Virtual memory used (MB): 121554.72
Swap memory total (MB): 95301.00
Swap memory used (MB): 29892.91
JVM Flags: 21 total; -XX:+UseContainerSupport -Xms19800M -Xmx19800M -XX:+UseG1GC -XX:+ParallelRefProcEnabled -XX:MaxGCPauseMillis=200 -XX:+UnlockExperimentalVMOptions -XX:+DisableExplicitGC -XX:+AlwaysPreTouch -XX:G1NewSizePercent=30 -XX:G1MaxNewSizePercent=40 -XX:G1HeapRegionSize=8M -XX:G1ReservePercent=20 -XX:G1HeapWastePercent=5 -XX:G1MixedGCCountTarget=4 -XX:InitiatingHeapOccupancyPercent=15 -XX:G1MixedGCLiveThresholdPercent=90 -XX:G1RSetUpdatingPauseTimePercent=5 -XX:SurvivorRatio=32 -XX:+PerfDisableSharedMem -XX:MaxTenuringThreshold=1
Fabric Mods:
adventure-platform-fabric: adventure-platform-fabric 4.1.0-SNAPSHOT
adventurez: AdventureZ 1.2.10
agape_space: Space Dimensions 0.3.0
apoli: Apoli 1.0.4
appleskin: AppleSkin mc1.17-2.1.3
aqupdcaracal: Caracal mob 1.17-1.3.11
architectury: Architectury 2.4.25
artifality: Artifality 0.3.3
artofalchemy: Art of Alchemy: Memoriam 1.2.0+1.17.1
balm-fabric: Balm 1.3.0+0
banhammer: BanHammer 0.4.0+1.17.1
bclib: BCLib 0.3.1
better_wandering_trader: Better Wandering Trader 1.7.0
bettercommandblock: IDE Better Command Block 2.1.0
betterend: Better End 0.11.0-pre
bettermineshafts: YUNG's Better Mineshafts 1.17-1.0.1
betternether: Better Nether 5.1.3
betterstrongholds: YUNG's Better Strongholds 1.17-1.1.1
bewitchment: Bewitchment 1.17-3
blockus: Blockus 2.2.8+1.17.1
blue_endless_jankson: jankson 1.2.1
bosses_of_mass_destruction: Bosses of Mass Destruction (Beta) 1.2.3-1.17.1
c2me: Concurrent Chunk Management Engine 0.2.0+alpha.3.57
calio: Calio 1.0.2
cardinal-components: Cardinal Components API 3.1.1
cardinal-components-base: Cardinal Components API (base) 3.1.1
cardinal-components-block: Cardinal Components API (blocks) 3.1.1
cardinal-components-chunk: Cardinal Components API (chunks) 3.1.1
cardinal-components-entity: Cardinal Components API (entities) 3.1.1
cardinal-components-item: Cardinal Components API (items) 3.1.1
cardinal-components-level: Cardinal Components API (world saves) 3.1.1
cardinal-components-scoreboard: Cardinal Components API (scoreboard) 3.1.1
cardinal-components-util: Cardinal Components API (utilities) 3.1.1
cardinal-components-world: Cardinal Components API (worlds) 3.1.1
carpet: Carpet Mod 1.4.45
carpet-extra: Carpet Extra 1.4.43
carpet-tis-addition: Carpet TIS Addition 1.21.0+build.642
charm: Charm 3.3.2
cloth-api: Cloth API 2.0.54
cloth-basic-math: Cloth Basic Math 0.5.1
cloth-client-events-v0: Cloth Client Events v0 2.0.54
cloth-common-events-v1: Cloth Common Events v1 2.0.54
cloth-config2: Cloth Config v5 5.0.38
cloth-datagen-api-v1: Cloth Datagen v1 2.0.54
cloth-utils-v1: Cloth Utils v1 2.0.54
cloud: Cloud 1.5.0
cloud_commandframework_cloud-brigadier_: cloud-brigadier 1.5.0
cloud_commandframework_cloud-core_: cloud-core 1.5.0
cloud_commandframework_cloud-minecraft-extras: cloud-minecraft-extras 1.5.0
cloud_commandframework_cloud-services_: cloud-services 1.5.0
club_minnced_discord-webhooks: discord-webhooks 0.5.7
colorutility: ColorUtility 2.0.1
com_electronwill_night-config_core: core 3.6.2
com_electronwill_night-config_toml: toml 3.6.2
com_fasterxml_jackson_core_jackson-annotations: jackson-annotations 2.10.1
com_fasterxml_jackson_core_jackson-core: jackson-core 2.10.1
com_fasterxml_jackson_core_jackson-databind: jackson-databind 2.10.1
com_moandjiezana_toml_toml4j: toml4j 0.7.2
com_neovisionaries_nv-websocket-client: nv-websocket-client 2.14
com_squareup_okhttp3_okhttp: okhttp 3.14.9
com_squareup_okio_okio: okio 1.17.2
com_typesafe_config: config 1.4.1
com_vdurmont_emoji-java: emoji-java 5.1.1
com_velocitypowered_velocity-native: velocity-native 1.1.0-SNAPSHOT
completeconfig: CompleteConfig 1.0.0
craftingtweaks: Crafting Tweaks 13.0.0+0
creativeonepunch: Creative One-Punch 1.2
croptopia: Croptopia 1.6.1
crowdin-translate: CrowdinTranslate 1.3+1.17
customportalapi: Custom Portal Api 0.0.1-beta39-1.17
customportals: Custom Portals 2.1.0
dankstorage: Dank Storage 2.1-1.17.1
dml-refabricated: Deep Mob Learning: Refabricated 0.4.4-beta
dml-refabricated-base: DML: Refabricated - Base 0.4.4-beta
dml-refabricated-events: DML: Refabricated - Vanilla Events 0.4.4-beta
dml-refabricated-modular-armor: DML: Refabricated - Glitch Armor 0.4.4-beta
dml-refabricated-rei: DML: Refabricated - REI Integration 0.4.4-beta
doom: Doom Fabric 4.0.4
dual_riders: DualRiders 1.0.5
dungeons_arise: When Dungeons Arise 2.1.47-fabric
eldritch_mobs: Eldritch Mobs 1.9.2
emagnet: E Magnet 1.2.3
enchant_giver: Enchant Giver 1.1.0
expandedstorage: Expanded Storage 7.0.0
explorerscompass: Explorer's Compass 1.17.1-2.0.1-fabric
extraorigins: Extra Origins 1.17-6
fabric: Fabric API 0.37.2+1.17
fabric-api-base: Fabric API Base 0.3.0+a02b446313
fabric-api-lookup-api-v1: Fabric API Lookup API (v1) 1.2.0+2b5c62d018
fabric-biome-api-v1: Fabric Biome API (v1) 3.1.11+c345aea818
fabric-command-api-v1: Fabric Command API (v1) 1.1.3+5ab9934c18
fabric-commands-v0: Fabric Commands (v0) 0.2.2+92519afa18
fabric-containers-v0: Fabric Containers (v0) 0.1.12+a02b446318
fabric-content-registries-v0: Fabric Content Registries (v0) 0.2.4+2e8bd82f18
fabric-crash-report-info-v1: Fabric Crash Report Info (v1) 0.1.5+be9da31018
fabric-dimensions-v1: Fabric Dimensions API (v1) 2.0.11+6cefd57718
fabric-entity-events-v1: Fabric Entity Events (v1) 1.1.0+a02b446318
fabric-events-interaction-v0: Fabric Events Interaction (v0) 0.4.9+a722d8c018
fabric-events-lifecycle-v0: Fabric Events Lifecycle (v0) 0.2.1+92519afa18
fabric-game-rule-api-v1: Fabric Game Rule API (v1) 1.0.7+6cefd57718
fabric-item-api-v1: Fabric Item API (v1) 1.2.4+a02b446318
fabric-item-groups-v0: Fabric Item Groups (v0) 0.2.10+b7ab612118
fabric-language-kotlin: Fabric Language Kotlin 1.6.3+kotlin.1.5.21
fabric-language-scala: Fabric Language Scala 1.1.0+scala.2.13.6
fabric-lifecycle-events-v1: Fabric Lifecycle Events (v1) 1.4.4+a02b446318
fabric-loot-tables-v1: Fabric Loot Tables (v1) 1.0.4+a02b446318
fabric-mining-levels-v0: Fabric Mining Levels (v0) 0.1.3+92519afa18
fabric-networking-api-v1: Fabric Networking API (v1) 1.0.13+2e8bd82f18
fabric-networking-blockentity-v0: Fabric Networking Block Entity (v0) 0.2.11+a02b446318
fabric-networking-v0: Fabric Networking (v0) 0.3.2+92519afa13
fabric-object-builder-api-v1: Fabric Object Builder API (v1) 1.10.9+b7ab612118
fabric-object-builders-v0: Fabric Object Builders (v0) 0.7.3+a02b446318
fabric-particles-v1: Fabric Particles (v1) 0.2.4+a02b446318
fabric-permissions-api-v0: fabric-permissions-api 0.1-SNAPSHOT
fabric-registry-sync-v0: Fabric Registry Sync (v0) 0.7.10+e2961fee18
fabric-rendering-data-attachment-v1: Fabric Rendering Data Attachment (v1) 0.1.5+a02b446318
fabric-resource-loader-v0: Fabric Resource Loader (v0) 0.4.8+a00e834b18
fabric-screen-handler-api-v1: Fabric Screen Handler API (v1) 1.1.8+a02b446318
fabric-structure-api-v1: Fabric Structure API (v1) 1.1.13+5ab9934c18
fabric-tag-extensions-v0: Fabric Tag Extensions (v0) 1.1.4+a02b446318
fabric-tool-attribute-api-v1: Fabric Tool Attribute API (v1) 1.2.12+b7ab612118
fabric-transfer-api-v1: Fabric Transfer API (v1) 1.0.0+3fe3c3f518
fabricenchantments: Fabric Enchantments 0.4.2
fabricloader: Fabric Loader 0.11.6
fallflyinglib: FallFlyingLib 3.0.0-beta.2
fallingtree: FallingTree 2.12.1
fasttransferlib: Fast Transfer Lib 0.5.5
fdlink: Fabric <-> Discord Link 0.9.6
fdlink_1_12_2: Fabric <-> Discord Link 0.9.6
fdlink_1_15_2: Fabric <-> Discord Link 0.9.6
fdlink_1_16: Fabric <-> Discord Link 0.9.6
fdlink_1_7_10: Fabric <-> Discord Link 0.9.6
fdlink_1_8_9: Fabric <-> Discord Link 0.9.6
fdlink_api: Fabric <-> Discord Link API 0.1.0
fdlink_common: Fabric <-> Discord Link 0.9.6
ferritecore: FerriteCore 3.0.2
fiber: fiber 0.23.0-2
flan: Flan 1.17.1-1.6.1
flytre-lib-base: Flytre Lib - Base Module 1.2.0
flytre-lib-compat: Flytre Lib - Compat Module 1.0.0
flytre-lib-config: Flytre Lib - Config Module 1.1.0
flytre-lib-event: Flytre Lib - Event Module 1.0.1
flytre-lib-gui: Flytre Lib - GUI Module 1.0.0
flytre-lib-storage: Flytre Lib - Storage Module 2.3.1
flytre_lib: Flytre Lib 1.3.7
gamemodeoverhaul: GamemodeOverhaul 1.1.0
geckolib3: Geckolib 3.0.13
gobber2: Gobber2 2.4.38
hctm-base: HCTM Base 3.6.2
heartbond: Heartbond 1.1.0
hologram-api: Hologram API 0.2.1+1.17.1
hookshot: Hookshot 18.0
horseinfo: Horse Info 0.3.0-1.17
htm: Hey That's Mine 1.1.3
impersonate: Impersonate 2.3.3
incantationem: Incantationem 1.1.2+1.17.1
invview: InvView 1.4.6-1.17.1+
io_leangen_geantyref_geantyref: geantyref 1.3.11
jankson: Jankson 3.0.1+j1.2.0
java: OpenJDK 64-Bit Server VM 16
kanos_config: Kanos Config 0.1.4+1.14.4-1.17.1
kibe: Kibe 1.8.1-BETA+1.17
krypton: Krypton 0.1.4
ktdatataglib: KtDataTagLib 1.5.4
kubejs: KubeJS 1605.3.10-build.9999
kyrptconfig: Kytpt Config 1.1.10-1.17
lapisreserve: Lapis Reserve 1.0.8
ledger: Ledger 1.0.2
libblockattributes: LibBlockAttributes 0.8.17003
libblockattributes_core: LibBlockAttributes (Core) 0.8.17003
libblockattributes_fluids: LibBlockAttributes (Fluids) 0.8.17003
libblockattributes_items: LibBlockAttributes (Items) 0.8.17003
libcd: LibCapableData 3.0.3+1.16.3
libgui: LibGui 4.1.6+1.17.1
libninepatch: LibNinePatch 1.1.0
libra: Libra 0.3.9.2
lithium: Lithium 0.7.3
maelstrom_library: Maelstrom Library 1.2.1-1.17
magick: Magick: Potions and Pearls 1.0.5
mcda: MC Dungeons Armors 1.7.6
mcdw: MC Dungeons Weapons 3.4.1
megane: megane 5.2.1
megane-base: megane-base 5.2.1
megane-fabric-transfer: megane-fabric-transfer 5.2.1+1.1.0-3fe74aa118
megane-fast-transfer-lib: megane-fast-transfer-lib 5.2.1+0.5.6
megane-kibe: megane-kibe 5.2.1+1.8.1-BETA-1.17
megane-lib-block-attributes: megane-lib-block-attributes 5.2.1+0.9.0
megane-runtime: megane-runtime 5.2.1
megane-team-reborn-energy: megane-team-reborn-energy 5.2.1+0.1.1
megane-tech-reborn: megane-tech-reborn 5.2.1+5.0.6-beta-build.95
megane-vanilla: megane-vanilla 5.2.1+1.17.1
megane-wireless-networks: megane-wireless-networks 5.2.1+1.1.2
minecraft: Minecraft 1.17.1
minimotd-fabric: MiniMOTD 2.0.4
mining_dims: Mining Dimensions 1.1.11
mm: Manningham Mills 2.2
morevillagers-fabric: MoreVillagersFabric 2.0.4-SNAPSHOT
mostructures: Mo' Structures 1.3.0-pre1-1.17.1
multipart_entities: MultipartEntities 1.1.2-1.17
namecommand: Name Command 1.1.0
naturescompass: Nature's Compass 1.17.1-2.0.1-fabric
nbtcrafting: NBT Crafting 2.0.16+mc1.17
net_dv8tion_jda: JDA 4.2.1_266
net_kyori_adventure-api: adventure-api 4.8.1
net_kyori_adventure-key: adventure-key 4.8.1
net_kyori_adventure-platform-api: adventure-platform-api 4.0.0-SNAPSHOT
net_kyori_adventure-serializer-configurate4: adventure-serializer-configurate4 4.8.1
net_kyori_adventure-text-feature-pagination: adventure-text-feature-pagination 4.0.0-SNAPSHOT
net_kyori_adventure-text-minimessage: adventure-text-minimessage 4.2.0-SNAPSHOT
net_kyori_adventure-text-serializer-gson: adventure-text-serializer-gson 4.8.1
net_kyori_adventure-text-serializer-legacy: adventure-text-serializer-legacy 4.8.1
net_kyori_adventure-text-serializer-plain: adventure-text-serializer-plain 4.8.1
net_kyori_examination-api: examination-api 1.1.0
net_kyori_examination-string: examination-string 1.1.0
net_sf_trove4j_trove4j: trove4j 3.0.3
notenoughcrashes: Not Enough Crashes 3.3.1+1.17
nyfsquivers: Nyf's Quivers Fabric-0.2.6
omega-config: OmegaConfig 1.0.8
org_apache_commons_commons-collections4: commons-collections4 4.1
org_jetbrains_kotlin_kotlin-reflect: kotlin-reflect 1.5.21
org_jetbrains_kotlin_kotlin-stdlib: kotlin-stdlib 1.5.21
org_jetbrains_kotlin_kotlin-stdlib-jdk7: kotlin-stdlib-jdk7 1.5.21
org_jetbrains_kotlin_kotlin-stdlib-jdk8: kotlin-stdlib-jdk8 1.5.21
org_jetbrains_kotlinx_kotlinx-coroutines-core-jvm: kotlinx-coroutines-core-jvm 1.5.1
org_jetbrains_kotlinx_kotlinx-coroutines-jdk8: kotlinx-coroutines-jdk8 1.5.1
org_jetbrains_kotlinx_kotlinx-serialization-core-jvm: kotlinx-serialization-core-jvm 1.2.2
org_jetbrains_kotlinx_kotlinx-serialization-json-jvm: kotlinx-serialization-json-jvm 1.2.2
org_json_json: json 20210307
org_objenesis_objenesis: objenesis 3.2
org_slf4j_slf4j-api: slf4j-api 1.7.25
org_slf4j_slf4j-nop: slf4j-nop 1.7.25
org_spongepowered_configurate-core: configurate-core 4.1.1
org_spongepowered_configurate-hocon: configurate-hocon 4.1.1
origins: Origins 1.0.3
origins-classes: Origins: Classes 1.2.2
outvoted: Outvoted 2.0.0-alpha.12
packet_tweaker: Packet Tweaker 0.2.0-1.17-pre1
patchouli: Patchouli 1.17-54-FABRIC
pehkui: Pehkui 2.3.0+1.14.4-1.17.1
pipe: Pipe 1.3.3
placeholder-api: Placeholder API 1.1.0+1.17.1
plantinajar: Plant In A Jar 2.2.2
playerabilitylib: Pal 1.3.0
polymer: Polymer 0.1.0-rc.4+1.17.1
pugh_lib: Pugh Lib ${version}
pugh_tools: Pugh Tools ${version}
qcommon-cfg-core: qcommon-cfg-core 3.3.0
qcommon-croco: Croco 2.1.1
quarryplus: QuarryPlus 17.0.347
quickshulker: Quick Shulker 1.2.2-1.17
ratsmischief: Rat's Mischief 1.2.2
reach-entity-attributes: Reach Entity Attributes 2.1.1
reborncore: Reborn Core 5.0.6-beta+build.94
redbits: Red Bits 1.10.0
repurposed_structures: Repurposed Structures 2.3.1+1.17.1
resourceful_tools: Resourceful Tools 1.1.19
rhino: Rhino 1605.1.2-build.40
roughlyenoughitems: Roughly Enough Items 6.0.268-alpha
rpgstats: RPGStats 4.1.8+1.17.1
rswires: RSWires 4.11.2
rug: Rug 1.17.1-1.1.13
runelic: Runelic 3.0.1
schmucks: Schmucks 1.4.0
seedy-behavior: Seedy Behavior 1.0.1
server_translations_api: Server Translations API 1.4.5+1.17
servertick: Server Tick 1.5
sgui: SGui 1.0.0-rc4+1.17.1
shulkerboxtooltip: Shulker Box Tooltip 3.0.1+1.17
shulkerutils: shulkerutils 1.0.4-1.17
simple_backpack: SimpleBackpack 1.1.18
someforgepatchesported: Some Forge Patches Ported 1.0.1
somnus: Somnus API 0.0.12-1.17
starlight: Starlight 1.0.0-RC3+fabric.2b7d7ae
step-height-entity-attribute: Step Height Entity Attribute 1.0.0
stoneholm: Stoneholm 1.3
tabtps-fabric: TabTPS 1.3.9
team_reborn_energy: Energy 0.1.1
techreborn: Tech Reborn 5.0.6-beta+build.94
terraform-wood-api-v1: Terraform Wood API (v1) 2.0.2
the_aether: The Aether 1.17.1-1.5.0
things: Things 0.2.3
toms_storage: Tom's Simple Storage Mod 1.1.13-1.17.1
torcherino: Torcherino 15.0.0
trinkets: Trinkets 3.0.2
universal-graves: Universal Graves 1.0.8+1.17.1
voidtotem: Void Totem (Fabric) 1.17.0-1.0.0
voidz: VoidZ 1.0.5
ward_blocks: Ward Blocks 1.1.7
waystones: Waystones 2.0.3
whereisit: Where Is It 1.13.3
winged: Winged Mod 1.17.1-3.0.0
wirelessnetworks: Wireless Networks 1.1.2
wthit: wthit 3.8.1
xaerominimap: Xaero's Minimap 21.15.1
xaeroworldmap: Xaero's World Map 1.16.1
yungsapi: YUNG's API 1.17-Fabric-15
Player Count: 1 / 15; [class_3222['JeezyOG'/14206, l='ServerLevel[world]', x=-323.16, y=53.13, z=168.14]]
Data Packs: vanilla, Fabric Mods, file/Repurposed_Structures-Charm.zip, file/RugData (incompatible), file/03-incendium-v3-4-1a.zip, file/01-terralith
Is Modded: Definitely; Server brand changed to 'fabric'
Type: Dedicated Server (map_server.txt)
Suspected Mods: Unknown

Update Wiki

Could you please update the wiki?
I have no idea what half the enchants do and the wiki lacks most of them

Feature Request: Add weapons to certain tags for better compatability with mods.

What I am proposing:
Im am proposing that weapons be added to tags (such as fabric:swords for swords.). so that way mods such as Tiered would be able to find these weapons as valid. Most likely there would have to be custom tags for the unique MCDungeonsWeapons.

How its currently done:
Currently, due to lack of tags, mods such as tiered or other mods that use the tags to find certain items are unable to add their modifications to MCDungeonsWeapons. Which may confuse users who use both mods at once.

Alternatives:
A possible addon datapack for this mod which accomplishes the tag addition

Certain crossbows dont work

Certain crossbows dont seem to work, they draw back but they never load the arrow and cant be fired.

The Crossbows in question are;
"Pride of the Piglins"
"Nautical Crossbow"
"Corrupted Crossbow"
"baby Crossbow"
"Dual Crossbow"
"Veiled Crossbow"
"Rapid Crossbow"

2021-09-22_03 02 51

Might be a compatiability issue with a different mod, but it only affects a few crossbows so why it would only affect 7 of them if its compat issue. If it is a compatibility issue i have no idea which mod could cause it since i encountered this bug on a premade 1.17.1 modpack. [Modpack is named "Another Quality Modpack 2"]

Errors on startup

Latest version of mod and fabric API on 1.16.4

Dec 02 15:10:53 NPC2 java[20046]: [15:10:53] [Server thread/ERROR]: Parsing error loading recipe mcdw:axe_firebrand
Dec 02 15:10:53 NPC2 java[20046]: com.google.gson.JsonParseException: Disallowed data tag found
Dec 02 15:10:53 NPC2 java[20046]:         at net.minecraft.class_1869.method_8155(class_1869.java:235) ~[intermediary-server.jar:?]
Dec 02 15:10:53 NPC2 java[20046]:         at net.minecraft.class_1869$class_1870.method_8164(class_1869.java:254) ~[intermediary-server.jar:?]
Dec 02 15:10:53 NPC2 java[20046]:         at net.minecraft.class_1869$class_1870.method_8121(class_1869.java:241) ~[intermediary-server.jar:?]
Dec 02 15:10:53 NPC2 java[20046]:         at net.minecraft.class_1863.method_17720(class_1863.java:123) ~[intermediary-server.jar:?]
Dec 02 15:10:53 NPC2 java[20046]:         at net.minecraft.class_1863.method_20705(class_1863.java:54) ~[intermediary-server.jar:?]
Dec 02 15:10:53 NPC2 java[20046]:         at net.minecraft.class_1863.method_18788(class_1863.java:35) ~[intermediary-server.jar:?]
Dec 02 15:10:53 NPC2 java[20046]:         at net.minecraft.class_4080.method_18790(class_4080.java:13) ~[intermediary-server.jar:?]
Dec 02 15:10:53 NPC2 java[20046]:         at java.util.concurrent.CompletableFuture.uniAccept(CompletableFuture.java:670) ~[?:1.8.0_275]
Dec 02 15:10:53 NPC2 java[20046]:         at java.util.concurrent.CompletableFuture$UniAccept.tryFire(CompletableFuture.java:646) ~[?:1.8.0_275]
Dec 02 15:10:53 NPC2 java[20046]:         at java.util.concurrent.CompletableFuture$Completion.run(CompletableFuture.java:456) ~[?:1.8.0_275]
Dec 02 15:10:53 NPC2 java[20046]:         at net.minecraft.class_4014.method_18365(class_4014.java:71) ~[intermediary-server.jar:?]
Dec 02 15:10:53 NPC2 java[20046]:         at net.minecraft.class_3738.run(class_3738.java:18) ~[intermediary-server.jar:?]
Dec 02 15:10:53 NPC2 java[20046]:         at net.minecraft.class_1255.method_18859(class_1255.java:144) ~[intermediary-server.jar:?]
Dec 02 15:10:53 NPC2 java[20046]:         at net.minecraft.class_4093.method_18859(class_4093.java:23) ~[intermediary-server.jar:?]
Dec 02 15:10:53 NPC2 java[20046]:         at net.minecraft.server.MinecraftServer.method_24306(MinecraftServer.java:761) ~[intermediary-server.jar:?]
Dec 02 15:10:53 NPC2 java[20046]:         at net.minecraft.server.MinecraftServer.method_18859(MinecraftServer.java:155) ~[intermediary-server.jar:?]
Dec 02 15:10:53 NPC2 java[20046]:         at net.minecraft.class_1255.method_16075(class_1255.java:118) ~[intermediary-server.jar:?]
Dec 02 15:10:53 NPC2 java[20046]:         at net.minecraft.server.MinecraftServer.method_20415(MinecraftServer.java:743) ~[intermediary-server.jar:?]
Dec 02 15:10:53 NPC2 java[20046]:         at net.minecraft.server.MinecraftServer.method_16075(MinecraftServer.java:737) ~[intermediary-server.jar:?]
Dec 02 15:10:53 NPC2 java[20046]:         at net.minecraft.class_1255.method_18857(class_1255.java:127) ~[intermediary-server.jar:?]
Dec 02 15:10:53 NPC2 java[20046]:         at net.minecraft.server.MinecraftServer.method_29439(MinecraftServer.java:1344) ~[intermediary-server.jar:?]
Dec 02 15:10:53 NPC2 java[20046]:         at com.sk89q.worldedit.fabric.FabricWorldEdit.onStartServer(FabricWorldEdit.java:198) ~[worldedit-fabric-mc1.16.3-7.2.0-dist.jar:?]
Dec 02 15:10:53 NPC2 java[20046]:         at net.fabricmc.fabric.api.event.lifecycle.v1.ServerLifecycleEvents.lambda$static$2(ServerLifecycleEvents.java:48) ~[ece700c5-6e70-4324-bf40-85e96be19025.jar:?]
Dec 02 15:10:53 NPC2 java[20046]:         at net.minecraft.server.MinecraftServer.handler$bdc000$afterSetupServer(MinecraftServer.java:7243) ~[intermediary-server.jar:?]
Dec 02 15:10:53 NPC2 java[20046]:         at net.minecraft.server.MinecraftServer.method_29741(MinecraftServer.java:651) ~[intermediary-server.jar:?]
Dec 02 15:10:53 NPC2 java[20046]:         at net.minecraft.server.MinecraftServer.method_29739(MinecraftServer.java:257) ~[intermediary-server.jar:?]
Dec 02 15:10:53 NPC2 java[20046]:         at java.lang.Thread.run(Thread.java:748) [?:1.8.0_275]
Dec 02 15:10:53 NPC2 java[20046]: [15:10:53] [Server thread/ERROR]: Parsing error loading recipe mcdw:dark_katana
Dec 02 15:10:53 NPC2 java[20046]: com.google.gson.JsonParseException: Disallowed data tag found
Dec 02 15:10:53 NPC2 java[20046]:         at net.minecraft.class_1869.method_8155(class_1869.java:235) ~[intermediary-server.jar:?]
Dec 02 15:10:53 NPC2 java[20046]:         at net.minecraft.class_1869$class_1870.method_8164(class_1869.java:254) ~[intermediary-server.jar:?]
Dec 02 15:10:53 NPC2 java[20046]:         at net.minecraft.class_1869$class_1870.method_8121(class_1869.java:241) ~[intermediary-server.jar:?]
Dec 02 15:10:53 NPC2 java[20046]:         at net.minecraft.class_1863.method_17720(class_1863.java:123) ~[intermediary-server.jar:?]
Dec 02 15:10:53 NPC2 java[20046]:         at net.minecraft.class_1863.method_20705(class_1863.java:54) ~[intermediary-server.jar:?]
Dec 02 15:10:53 NPC2 java[20046]:         at net.minecraft.class_1863.method_18788(class_1863.java:35) ~[intermediary-server.jar:?]
Dec 02 15:10:53 NPC2 java[20046]:         at net.minecraft.class_4080.method_18790(class_4080.java:13) ~[intermediary-server.jar:?]
Dec 02 15:10:53 NPC2 java[20046]:         at java.util.concurrent.CompletableFuture.uniAccept(CompletableFuture.java:670) ~[?:1.8.0_275]
Dec 02 15:10:53 NPC2 java[20046]:         at java.util.concurrent.CompletableFuture$UniAccept.tryFire(CompletableFuture.java:646) ~[?:1.8.0_275]
Dec 02 15:10:53 NPC2 java[20046]:         at java.util.concurrent.CompletableFuture$Completion.run(CompletableFuture.java:456) ~[?:1.8.0_275]
Dec 02 15:10:53 NPC2 java[20046]:         at net.minecraft.class_4014.method_18365(class_4014.java:71) ~[intermediary-server.jar:?]
Dec 02 15:10:53 NPC2 java[20046]:         at net.minecraft.class_3738.run(class_3738.java:18) ~[intermediary-server.jar:?]
Dec 02 15:10:53 NPC2 java[20046]:         at net.minecraft.class_1255.method_18859(class_1255.java:144) ~[intermediary-server.jar:?]
Dec 02 15:10:53 NPC2 java[20046]:         at net.minecraft.class_4093.method_18859(class_4093.java:23) ~[intermediary-server.jar:?]
Dec 02 15:10:53 NPC2 java[20046]:         at net.minecraft.server.MinecraftServer.method_24306(MinecraftServer.java:761) ~[intermediary-server.jar:?]
Dec 02 15:10:53 NPC2 java[20046]:         at net.minecraft.server.MinecraftServer.method_18859(MinecraftServer.java:155) ~[intermediary-server.jar:?]
Dec 02 15:10:53 NPC2 java[20046]:         at net.minecraft.class_1255.method_16075(class_1255.java:118) ~[intermediary-server.jar:?]
Dec 02 15:10:53 NPC2 java[20046]:         at net.minecraft.server.MinecraftServer.method_20415(MinecraftServer.java:743) ~[intermediary-server.jar:?]
Dec 02 15:10:53 NPC2 java[20046]:         at net.minecraft.server.MinecraftServer.method_16075(MinecraftServer.java:737) ~[intermediary-server.jar:?]
Dec 02 15:10:53 NPC2 java[20046]:         at net.minecraft.class_1255.method_18857(class_1255.java:127) ~[intermediary-server.jar:?]
Dec 02 15:10:53 NPC2 java[20046]:         at net.minecraft.server.MinecraftServer.method_29439(MinecraftServer.java:1344) ~[intermediary-server.jar:?]
Dec 02 15:10:53 NPC2 java[20046]:         at com.sk89q.worldedit.fabric.FabricWorldEdit.onStartServer(FabricWorldEdit.java:198) ~[worldedit-fabric-mc1.16.3-7.2.0-dist.jar:?]
Dec 02 15:10:53 NPC2 java[20046]:         at net.fabricmc.fabric.api.event.lifecycle.v1.ServerLifecycleEvents.lambda$static$2(ServerLifecycleEvents.java:48) ~[ece700c5-6e70-4324-bf40-85e96be19025.jar:?]
Dec 02 15:10:53 NPC2 java[20046]:         at net.minecraft.server.MinecraftServer.handler$bdc000$afterSetupServer(MinecraftServer.java:7243) ~[intermediary-server.jar:?]
Dec 02 15:10:53 NPC2 java[20046]:         at net.minecraft.server.MinecraftServer.method_29741(MinecraftServer.java:651) ~[intermediary-server.jar:?]
Dec 02 15:10:53 NPC2 java[20046]:         at net.minecraft.server.MinecraftServer.method_29739(MinecraftServer.java:257) ~[intermediary-server.jar:?]
Dec 02 15:10:53 NPC2 java[20046]:         at java.lang.Thread.run(Thread.java:748) [?:1.8.0_275]
Dec 02 15:10:53 NPC2 java[20046]: [15:10:53] [Server thread/ERROR]: Parsing error loading recipe mcdw:spear_fortune
Dec 02 15:10:53 NPC2 java[20046]: com.google.gson.JsonParseException: Disallowed data tag found
Dec 02 15:10:53 NPC2 java[20046]:         at net.minecraft.class_1869.method_8155(class_1869.java:235) ~[intermediary-server.jar:?]
Dec 02 15:10:53 NPC2 java[20046]:         at net.minecraft.class_1869$class_1870.method_8164(class_1869.java:254) ~[intermediary-server.jar:?]
Dec 02 15:10:53 NPC2 java[20046]:         at net.minecraft.class_1869$class_1870.method_8121(class_1869.java:241) ~[intermediary-server.jar:?]
Dec 02 15:10:53 NPC2 java[20046]:         at net.minecraft.class_1863.method_17720(class_1863.java:123) ~[intermediary-server.jar:?]
Dec 02 15:10:53 NPC2 java[20046]:         at net.minecraft.class_1863.method_20705(class_1863.java:54) ~[intermediary-server.jar:?]
Dec 02 15:10:53 NPC2 java[20046]:         at net.minecraft.class_1863.method_18788(class_1863.java:35) ~[intermediary-server.jar:?]
Dec 02 15:10:53 NPC2 java[20046]:         at net.minecraft.class_4080.method_18790(class_4080.java:13) ~[intermediary-server.jar:?]
Dec 02 15:10:53 NPC2 java[20046]:         at java.util.concurrent.CompletableFuture.uniAccept(CompletableFuture.java:670) ~[?:1.8.0_275]
Dec 02 15:10:53 NPC2 java[20046]:         at java.util.concurrent.CompletableFuture$UniAccept.tryFire(CompletableFuture.java:646) ~[?:1.8.0_275]
Dec 02 15:10:53 NPC2 java[20046]:         at java.util.concurrent.CompletableFuture$Completion.run(CompletableFuture.java:456) ~[?:1.8.0_275]
Dec 02 15:10:53 NPC2 java[20046]:         at net.minecraft.class_4014.method_18365(class_4014.java:71) ~[intermediary-server.jar:?]
Dec 02 15:10:53 NPC2 java[20046]:         at net.minecraft.class_3738.run(class_3738.java:18) ~[intermediary-server.jar:?]
Dec 02 15:10:53 NPC2 java[20046]:         at net.minecraft.class_1255.method_18859(class_1255.java:144) ~[intermediary-server.jar:?]
Dec 02 15:10:53 NPC2 java[20046]:         at net.minecraft.class_4093.method_18859(class_4093.java:23) ~[intermediary-server.jar:?]
Dec 02 15:10:53 NPC2 java[20046]:         at net.minecraft.server.MinecraftServer.method_24306(MinecraftServer.java:761) ~[intermediary-server.jar:?]
Dec 02 15:10:53 NPC2 java[20046]:         at net.minecraft.server.MinecraftServer.method_18859(MinecraftServer.java:155) ~[intermediary-server.jar:?]
Dec 02 15:10:53 NPC2 java[20046]:         at net.minecraft.class_1255.method_16075(class_1255.java:118) ~[intermediary-server.jar:?]
Dec 02 15:10:53 NPC2 java[20046]:         at net.minecraft.server.MinecraftServer.method_20415(MinecraftServer.java:743) ~[intermediary-server.jar:?]
Dec 02 15:10:53 NPC2 java[20046]:         at net.minecraft.server.MinecraftServer.method_16075(MinecraftServer.java:737) ~[intermediary-server.jar:?]
Dec 02 15:10:53 NPC2 java[20046]:         at net.minecraft.class_1255.method_18857(class_1255.java:127) ~[intermediary-server.jar:?]
Dec 02 15:10:53 NPC2 java[20046]:         at net.minecraft.server.MinecraftServer.method_29439(MinecraftServer.java:1344) ~[intermediary-server.jar:?]
Dec 02 15:10:53 NPC2 java[20046]:         at com.sk89q.worldedit.fabric.FabricWorldEdit.onStartServer(FabricWorldEdit.java:198) ~[worldedit-fabric-mc1.16.3-7.2.0-dist.jar:?]
Dec 02 15:10:53 NPC2 java[20046]:         at net.fabricmc.fabric.api.event.lifecycle.v1.ServerLifecycleEvents.lambda$static$2(ServerLifecycleEvents.java:48) ~[ece700c5-6e70-4324-bf40-85e96be19025.jar:?]
Dec 02 15:10:53 NPC2 java[20046]:         at net.minecraft.server.MinecraftServer.handler$bdc000$afterSetupServer(MinecraftServer.java:7243) ~[intermediary-server.jar:?]
Dec 02 15:10:53 NPC2 java[20046]:         at net.minecraft.server.MinecraftServer.method_29741(MinecraftServer.java:651) ~[intermediary-server.jar:?]
Dec 02 15:10:53 NPC2 java[20046]:         at net.minecraft.server.MinecraftServer.method_29739(MinecraftServer.java:257) ~[intermediary-server.jar:?]
Dec 02 15:10:53 NPC2 java[20046]:         at java.lang.Thread.run(Thread.java:748) [?:1.8.0_275]
Dec 02 15:10:53 NPC2 java[20046]: [15:10:53] [Server thread/ERROR]: Parsing error loading recipe mcdw:spear_grave_bane
Dec 02 15:10:53 NPC2 java[20046]: com.google.gson.JsonParseException: Disallowed data tag found
Dec 02 15:10:53 NPC2 java[20046]:         at net.minecraft.class_1869.method_8155(class_1869.java:235) ~[intermediary-server.jar:?]
Dec 02 15:10:53 NPC2 java[20046]:         at net.minecraft.class_1869$class_1870.method_8164(class_1869.java:254) ~[intermediary-server.jar:?]
Dec 02 15:10:53 NPC2 java[20046]:         at net.minecraft.class_1869$class_1870.method_8121(class_1869.java:241) ~[intermediary-server.jar:?]
Dec 02 15:10:53 NPC2 java[20046]:         at net.minecraft.class_1863.method_17720(class_1863.java:123) ~[intermediary-server.jar:?]
Dec 02 15:10:53 NPC2 java[20046]:         at net.minecraft.class_1863.method_20705(class_1863.java:54) ~[intermediary-server.jar:?]
Dec 02 15:10:53 NPC2 java[20046]:         at net.minecraft.class_1863.method_18788(class_1863.java:35) ~[intermediary-server.jar:?]
Dec 02 15:10:53 NPC2 java[20046]:         at net.minecraft.class_4080.method_18790(class_4080.java:13) ~[intermediary-server.jar:?]
Dec 02 15:10:53 NPC2 java[20046]:         at java.util.concurrent.CompletableFuture.uniAccept(CompletableFuture.java:670) ~[?:1.8.0_275]
Dec 02 15:10:53 NPC2 java[20046]:         at java.util.concurrent.CompletableFuture$UniAccept.tryFire(CompletableFuture.java:646) ~[?:1.8.0_275]
Dec 02 15:10:53 NPC2 java[20046]:         at java.util.concurrent.CompletableFuture$Completion.run(CompletableFuture.java:456) ~[?:1.8.0_275]
Dec 02 15:10:53 NPC2 java[20046]:         at net.minecraft.class_4014.method_18365(class_4014.java:71) ~[intermediary-server.jar:?]
Dec 02 15:10:53 NPC2 java[20046]:         at net.minecraft.class_3738.run(class_3738.java:18) ~[intermediary-server.jar:?]
Dec 02 15:10:53 NPC2 java[20046]:         at net.minecraft.class_1255.method_18859(class_1255.java:144) ~[intermediary-server.jar:?]
Dec 02 15:10:53 NPC2 java[20046]:         at net.minecraft.class_4093.method_18859(class_4093.java:23) ~[intermediary-server.jar:?]
Dec 02 15:10:53 NPC2 java[20046]:         at net.minecraft.server.MinecraftServer.method_24306(MinecraftServer.java:761) ~[intermediary-server.jar:?]
Dec 02 15:10:53 NPC2 java[20046]:         at net.minecraft.server.MinecraftServer.method_18859(MinecraftServer.java:155) ~[intermediary-server.jar:?]
Dec 02 15:10:53 NPC2 java[20046]:         at net.minecraft.class_1255.method_16075(class_1255.java:118) ~[intermediary-server.jar:?]
Dec 02 15:10:53 NPC2 java[20046]:         at net.minecraft.server.MinecraftServer.method_20415(MinecraftServer.java:743) ~[intermediary-server.jar:?]
Dec 02 15:10:53 NPC2 java[20046]:         at net.minecraft.server.MinecraftServer.method_16075(MinecraftServer.java:737) ~[intermediary-server.jar:?]
Dec 02 15:10:53 NPC2 java[20046]:         at net.minecraft.class_1255.method_18857(class_1255.java:127) ~[intermediary-server.jar:?]
Dec 02 15:10:53 NPC2 java[20046]:         at net.minecraft.server.MinecraftServer.method_29439(MinecraftServer.java:1344) ~[intermediary-server.jar:?]
Dec 02 15:10:53 NPC2 java[20046]:         at com.sk89q.worldedit.fabric.FabricWorldEdit.onStartServer(FabricWorldEdit.java:198) ~[worldedit-fabric-mc1.16.3-7.2.0-dist.jar:?]
Dec 02 15:10:53 NPC2 java[20046]:         at net.fabricmc.fabric.api.event.lifecycle.v1.ServerLifecycleEvents.lambda$static$2(ServerLifecycleEvents.java:48) ~[ece700c5-6e70-4324-bf40-85e96be19025.jar:?]
Dec 02 15:10:53 NPC2 java[20046]:         at net.minecraft.server.MinecraftServer.handler$bdc000$afterSetupServer(MinecraftServer.java:7243) ~[intermediary-server.jar:?]
Dec 02 15:10:53 NPC2 java[20046]:         at net.minecraft.server.MinecraftServer.method_29741(MinecraftServer.java:651) ~[intermediary-server.jar:?]
Dec 02 15:10:53 NPC2 java[20046]:         at net.minecraft.server.MinecraftServer.method_29739(MinecraftServer.java:257) ~[intermediary-server.jar:?]
Dec 02 15:10:53 NPC2 java[20046]:         at java.lang.Thread.run(Thread.java:748) [?:1.8.0_275]
Dec 02 15:10:53 NPC2 java[20046]: [15:10:53] [Server thread/ERROR]: Parsing error loading recipe mcdw:sword_broadsword
Dec 02 15:10:53 NPC2 java[20046]: com.google.gson.JsonParseException: Disallowed data tag found
Dec 02 15:10:53 NPC2 java[20046]:         at net.minecraft.class_1869.method_8155(class_1869.java:235) ~[intermediary-server.jar:?]
Dec 02 15:10:53 NPC2 java[20046]:         at net.minecraft.class_1869$class_1870.method_8164(class_1869.java:254) ~[intermediary-server.jar:?]
Dec 02 15:10:53 NPC2 java[20046]:         at net.minecraft.class_1869$class_1870.method_8121(class_1869.java:241) ~[intermediary-server.jar:?]
Dec 02 15:10:53 NPC2 java[20046]:         at net.minecraft.class_1863.method_17720(class_1863.java:123) ~[intermediary-server.jar:?]
Dec 02 15:10:53 NPC2 java[20046]:         at net.minecraft.class_1863.method_20705(class_1863.java:54) ~[intermediary-server.jar:?]
Dec 02 15:10:53 NPC2 java[20046]:         at net.minecraft.class_1863.method_18788(class_1863.java:35) ~[intermediary-server.jar:?]
Dec 02 15:10:53 NPC2 java[20046]:         at net.minecraft.class_4080.method_18790(class_4080.java:13) ~[intermediary-server.jar:?]
Dec 02 15:10:53 NPC2 java[20046]:         at java.util.concurrent.CompletableFuture.uniAccept(CompletableFuture.java:670) ~[?:1.8.0_275]
Dec 02 15:10:53 NPC2 java[20046]:         at java.util.concurrent.CompletableFuture$UniAccept.tryFire(CompletableFuture.java:646) ~[?:1.8.0_275]
Dec 02 15:10:53 NPC2 java[20046]:         at java.util.concurrent.CompletableFuture$Completion.run(CompletableFuture.java:456) ~[?:1.8.0_275]
Dec 02 15:10:53 NPC2 java[20046]:         at net.minecraft.class_4014.method_18365(class_4014.java:71) ~[intermediary-server.jar:?]
Dec 02 15:10:53 NPC2 java[20046]:         at net.minecraft.class_3738.run(class_3738.java:18) ~[intermediary-server.jar:?]
Dec 02 15:10:53 NPC2 java[20046]:         at net.minecraft.class_1255.method_18859(class_1255.java:144) ~[intermediary-server.jar:?]
Dec 02 15:10:53 NPC2 java[20046]:         at net.minecraft.class_4093.method_18859(class_4093.java:23) ~[intermediary-server.jar:?]
Dec 02 15:10:53 NPC2 java[20046]:         at net.minecraft.server.MinecraftServer.method_24306(MinecraftServer.java:761) ~[intermediary-server.jar:?]
Dec 02 15:10:53 NPC2 java[20046]:         at net.minecraft.server.MinecraftServer.method_18859(MinecraftServer.java:155) ~[intermediary-server.jar:?]
Dec 02 15:10:53 NPC2 java[20046]:         at net.minecraft.class_1255.method_16075(class_1255.java:118) ~[intermediary-server.jar:?]
Dec 02 15:10:53 NPC2 java[20046]:         at net.minecraft.server.MinecraftServer.method_20415(MinecraftServer.java:743) ~[intermediary-server.jar:?]
Dec 02 15:10:53 NPC2 java[20046]:         at net.minecraft.server.MinecraftServer.method_16075(MinecraftServer.java:737) ~[intermediary-server.jar:?]
Dec 02 15:10:53 NPC2 java[20046]:         at net.minecraft.class_1255.method_18857(class_1255.java:127) ~[intermediary-server.jar:?]
Dec 02 15:10:53 NPC2 java[20046]:         at net.minecraft.server.MinecraftServer.method_29439(MinecraftServer.java:1344) ~[intermediary-server.jar:?]
Dec 02 15:10:53 NPC2 java[20046]:         at com.sk89q.worldedit.fabric.FabricWorldEdit.onStartServer(FabricWorldEdit.java:198) ~[worldedit-fabric-mc1.16.3-7.2.0-dist.jar:?]
Dec 02 15:10:53 NPC2 java[20046]:         at net.fabricmc.fabric.api.event.lifecycle.v1.ServerLifecycleEvents.lambda$static$2(ServerLifecycleEvents.java:48) ~[ece700c5-6e70-4324-bf40-85e96be19025.jar:?]
Dec 02 15:10:53 NPC2 java[20046]:         at net.minecraft.server.MinecraftServer.handler$bdc000$afterSetupServer(MinecraftServer.java:7243) ~[intermediary-server.jar:?]
Dec 02 15:10:53 NPC2 java[20046]:         at net.minecraft.server.MinecraftServer.method_29741(MinecraftServer.java:651) ~[intermediary-server.jar:?]
Dec 02 15:10:53 NPC2 java[20046]:         at net.minecraft.server.MinecraftServer.method_29739(MinecraftServer.java:257) ~[intermediary-server.jar:?]
Dec 02 15:10:53 NPC2 java[20046]:         at java.lang.Thread.run(Thread.java:748) [?:1.8.0_275]
Dec 02 15:10:53 NPC2 java[20046]: [15:10:53] [Server thread/INFO]: Loaded 11 recipes
Dec 02 15:10:53 NPC2 java[20046]: [15:10:53] [Server thread/ERROR]: Couldn't parse loot table mcdw:entities/bee
Dec 02 15:10:53 NPC2 java[20046]: com.google.gson.JsonSyntaxException: Expected name to be an item, was unknown string 'mcdw:item/item_bee_stinger'
Dec 02 15:10:53 NPC2 java[20046]:         at net.minecraft.class_3518.method_17995(class_3518.java:127) ~[intermediary-server.jar:?]
Dec 02 15:10:53 NPC2 java[20046]:         at java.util.Optional.orElseThrow(Optional.java:290) ~[?:1.8.0_275]
Dec 02 15:10:53 NPC2 java[20046]:         at net.minecraft.class_3518.method_15256(class_3518.java:127) ~[intermediary-server.jar:?]
Dec 02 15:10:53 NPC2 java[20046]:         at net.minecraft.class_3518.method_15288(class_3518.java:135) ~[intermediary-server.jar:?]
Dec 02 15:10:53 NPC2 java[20046]:         at net.minecraft.class_77$class_78.method_413(class_77.java:55) ~[intermediary-server.jar:?]
Dec 02 15:10:53 NPC2 java[20046]:         at net.minecraft.class_77$class_78.method_443(class_77.java:40) ~[intermediary-server.jar:?]
Dec 02 15:10:53 NPC2 java[20046]:         at net.minecraft.class_85$class_90.method_441(class_85.java:151) ~[intermediary-server.jar:?]
Dec 02 15:10:53 NPC2 java[20046]:         at net.minecraft.class_85$class_90.method_424(class_85.java:129) ~[intermediary-server.jar:?]
Dec 02 15:10:53 NPC2 java[20046]:         at net.minecraft.class_79$class_5337.method_29319(class_79.java:86) ~[intermediary-server.jar:?]
Dec 02 15:10:53 NPC2 java[20046]:         at net.minecraft.class_79$class_5337.method_517(class_79.java:74) ~[intermediary-server.jar:?]
Dec 02 15:10:53 NPC2 java[20046]:         at net.minecraft.class_5330$class_5333.deserialize(class_5330.java:83) ~[intermediary-server.jar:?]
Dec 02 15:10:53 NPC2 java[20046]:         at com.google.gson.internal.bind.TreeTypeAdapter.read(TreeTypeAdapter.java:69) ~[server.jar:?]
Dec 02 15:10:53 NPC2 java[20046]:         at com.google.gson.internal.bind.TypeAdapterRuntimeTypeWrapper.read(TypeAdapterRuntimeTypeWrapper.java:41) ~[server.jar:?]
Dec 02 15:10:53 NPC2 java[20046]:         at com.google.gson.internal.bind.ArrayTypeAdapter.read(ArrayTypeAdapter.java:72) ~[server.jar:?]
Dec 02 15:10:53 NPC2 java[20046]:         at com.google.gson.Gson.fromJson(Gson.java:887) ~[server.jar:?]
Dec 02 15:10:53 NPC2 java[20046]:         at com.google.gson.Gson.fromJson(Gson.java:952) ~[server.jar:?]
Dec 02 15:10:53 NPC2 java[20046]:         at com.google.gson.internal.bind.TreeTypeAdapter$GsonContextImpl.deserialize(TreeTypeAdapter.java:162) ~[server.jar:?]
Dec 02 15:10:53 NPC2 java[20046]:         at net.minecraft.class_3518.method_15291(class_3518.java:440) ~[intermediary-server.jar:?]
Dec 02 15:10:53 NPC2 java[20046]:         at net.minecraft.class_3518.method_15272(class_3518.java:448) ~[intermediary-server.jar:?]
Dec 02 15:10:53 NPC2 java[20046]:         at net.minecraft.class_55$class_57.method_358(class_55.java:169) ~[intermediary-server.jar:?]
Dec 02 15:10:53 NPC2 java[20046]:         at net.minecraft.class_55$class_57.deserialize(class_55.java:165) ~[intermediary-server.jar:?]
Dec 02 15:10:53 NPC2 java[20046]:         at com.google.gson.internal.bind.TreeTypeAdapter.read(TreeTypeAdapter.java:69) ~[server.jar:?]
Dec 02 15:10:53 NPC2 java[20046]:         at com.google.gson.internal.bind.TypeAdapterRuntimeTypeWrapper.read(TypeAdapterRuntimeTypeWrapper.java:41) ~[server.jar:?]
Dec 02 15:10:53 NPC2 java[20046]:         at com.google.gson.internal.bind.ArrayTypeAdapter.read(ArrayTypeAdapter.java:72) ~[server.jar:?]
Dec 02 15:10:53 NPC2 java[20046]:         at com.google.gson.Gson.fromJson(Gson.java:887) ~[server.jar:?]
Dec 02 15:10:53 NPC2 java[20046]:         at com.google.gson.Gson.fromJson(Gson.java:952) ~[server.jar:?]
Dec 02 15:10:53 NPC2 java[20046]:         at com.google.gson.internal.bind.TreeTypeAdapter$GsonContextImpl.deserialize(TreeTypeAdapter.java:162) ~[server.jar:?]
Dec 02 15:10:53 NPC2 java[20046]:         at net.minecraft.class_3518.method_15291(class_3518.java:440) ~[intermediary-server.jar:?]
Dec 02 15:10:53 NPC2 java[20046]:         at net.minecraft.class_3518.method_15283(class_3518.java:456) ~[intermediary-server.jar:?]
Dec 02 15:10:53 NPC2 java[20046]:         at net.minecraft.class_52$class_54.method_340(class_52.java:213) ~[intermediary-server.jar:?]
Dec 02 15:10:53 NPC2 java[20046]:         at net.minecraft.class_52$class_54.deserialize(class_52.java:209) ~[intermediary-server.jar:?]
Dec 02 15:10:53 NPC2 java[20046]:         at com.google.gson.internal.bind.TreeTypeAdapter.read(TreeTypeAdapter.java:69) ~[server.jar:?]
Dec 02 15:10:53 NPC2 java[20046]:         at com.google.gson.Gson.fromJson(Gson.java:887) ~[server.jar:?]
Dec 02 15:10:53 NPC2 java[20046]:         at com.google.gson.Gson.fromJson(Gson.java:952) ~[server.jar:?]
Dec 02 15:10:53 NPC2 java[20046]:         at com.google.gson.Gson.fromJson(Gson.java:925) ~[server.jar:?]
Dec 02 15:10:53 NPC2 java[20046]:         at net.minecraft.class_60.method_20711(class_60.java:44) ~[intermediary-server.jar:?]
Dec 02 15:10:53 NPC2 java[20046]:         at java.util.HashMap.forEach(HashMap.java:1289) ~[?:1.8.0_275]
Dec 02 15:10:53 NPC2 java[20046]:         at net.minecraft.class_60.method_20712(class_60.java:42) ~[intermediary-server.jar:?]
Dec 02 15:10:53 NPC2 java[20046]:         at net.minecraft.class_60.method_18788(class_60.java:17) ~[intermediary-server.jar:?]
Dec 02 15:10:53 NPC2 java[20046]:         at net.minecraft.class_4080.method_18790(class_4080.java:13) ~[intermediary-server.jar:?]
Dec 02 15:10:53 NPC2 java[20046]:         at java.util.concurrent.CompletableFuture.uniAccept(CompletableFuture.java:670) ~[?:1.8.0_275]
Dec 02 15:10:53 NPC2 java[20046]:         at java.util.concurrent.CompletableFuture$UniAccept.tryFire(CompletableFuture.java:646) ~[?:1.8.0_275]
Dec 02 15:10:53 NPC2 java[20046]:         at java.util.concurrent.CompletableFuture$Completion.run(CompletableFuture.java:456) ~[?:1.8.0_275]
Dec 02 15:10:53 NPC2 java[20046]:         at net.minecraft.class_4014.method_18365(class_4014.java:71) ~[intermediary-server.jar:?]
Dec 02 15:10:53 NPC2 java[20046]:         at net.minecraft.class_3738.run(class_3738.java:18) ~[intermediary-server.jar:?]
Dec 02 15:10:53 NPC2 java[20046]:         at net.minecraft.class_1255.method_18859(class_1255.java:144) ~[intermediary-server.jar:?]
Dec 02 15:10:53 NPC2 java[20046]:         at net.minecraft.class_4093.method_18859(class_4093.java:23) ~[intermediary-server.jar:?]
Dec 02 15:10:53 NPC2 java[20046]:         at net.minecraft.server.MinecraftServer.method_24306(MinecraftServer.java:761) ~[intermediary-server.jar:?]
Dec 02 15:10:53 NPC2 java[20046]:         at net.minecraft.server.MinecraftServer.method_18859(MinecraftServer.java:155) ~[intermediary-server.jar:?]
Dec 02 15:10:53 NPC2 java[20046]:         at net.minecraft.class_1255.method_16075(class_1255.java:118) ~[intermediary-server.jar:?]
Dec 02 15:10:53 NPC2 java[20046]:         at net.minecraft.server.MinecraftServer.method_20415(MinecraftServer.java:743) ~[intermediary-server.jar:?]
Dec 02 15:10:53 NPC2 java[20046]:         at net.minecraft.server.MinecraftServer.method_16075(MinecraftServer.java:737) ~[intermediary-server.jar:?]
Dec 02 15:10:53 NPC2 java[20046]:         at net.minecraft.class_1255.method_18857(class_1255.java:127) ~[intermediary-server.jar:?]
Dec 02 15:10:53 NPC2 java[20046]:         at net.minecraft.server.MinecraftServer.method_29439(MinecraftServer.java:1344) ~[intermediary-server.jar:?]
Dec 02 15:10:53 NPC2 java[20046]:         at com.sk89q.worldedit.fabric.FabricWorldEdit.onStartServer(FabricWorldEdit.java:198) ~[worldedit-fabric-mc1.16.3-7.2.0-dist.jar:?]
Dec 02 15:10:53 NPC2 java[20046]:         at net.fabricmc.fabric.api.event.lifecycle.v1.ServerLifecycleEvents.lambda$static$2(ServerLifecycleEvents.java:48) ~[ece700c5-6e70-4324-bf40-85e96be19025.jar:?]
Dec 02 15:10:53 NPC2 java[20046]:         at net.minecraft.server.MinecraftServer.handler$bdc000$afterSetupServer(MinecraftServer.java:7243) ~[intermediary-server.jar:?]
Dec 02 15:10:53 NPC2 java[20046]:         at net.minecraft.server.MinecraftServer.method_29741(MinecraftServer.java:651) ~[intermediary-server.jar:?]
Dec 02 15:10:53 NPC2 java[20046]:         at net.minecraft.server.MinecraftServer.method_29739(MinecraftServer.java:257) ~[intermediary-server.jar:?]
Dec 02 15:10:53 NPC2 java[20046]:         at java.lang.Thread.run(Thread.java:748) [?:1.8.0_275]

Enigma resonator causing crash with MobZ mobs

With Enigma resonator 3 and over around 118 levels of xp on a sword with damage above 11 (vanilla limit on swords I think from tewsting), hitting a mob from the MobZ mod causes the game to crash

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.