BackSlot

BackSlot

3M Downloads

Crash with MCDW and Backslot after MCDW Refactor

chronosacaria opened this issue ยท 3 comments

commented

Now that I redid the registry, it would appear that the compatibility that our mods had is now broken :(

I have attached the crashlog and if you need any information from me, just let me know

crash-2022-01-01_15.48.06-client.txt

commented

How can I get the soul daggers as items? Like this?
image

commented

How can I get the soul daggers as items? Like this? image

You should be able to get it the following way:

ItemsInit.soulDaggerItems.get(SoulDaggersID.DAGGER_ETERNAL_KNIFE) for the Eternal Knife and ItemsInit.soulDaggerItems.get(SoulDaggersID.SWORD_TRUTHSEEKER) for the Truthseeker

commented

Alright thanks, then it should be fixed with 26603ea