ChocoCraft

ChocoCraft

7M Downloads

[Bug]: Major dupe issue (items getting duplicated) Forge 1.20.1 version

gamerpotion opened this issue · 4 comments

commented

General Info

  • I am running a modpack
  • I can reproduce this issue consistently in single-player
  • I can reproduce this issue consistently in multi-player
  • I have searched for this issue previously and it was either (1) not previously reported, or (2) previously fixed and I am having the same problem.
  • I am crashing and can provide my crash report(s)
  • I am using the latest version of the mod

Loader version

Forge 47.4.0

Minecraft version

1.20.1

Mod version

0.9.12

Java version

17

Issue Description

Using this on my DarkRPG Forge modpack - https://www.curseforge.com/minecraft/modpacks/darkrpg-forge

One of the users has reported a duplication issue with using the chocobos

pleases see video - https://www.youtube.com/watch?v=70jv4YqDV3g

if you wish to speak to user on discord, please join - https://discord.gg/uCPfPBvsRJ
then go to thread https://discord.com/channels/870825743788158986/1352126244665425940

Thank you

Additional Information

No response

commented

What is even happening? As I'm unable to reproduce items duplicating after insertion

commented

Please see below, I have got further update from them.
looks like they are also using this mod https://www.curseforge.com/minecraft/mc-mods/inventory-tweaks-refoxed to sort inside the saddle and then it duplicates into player inventory

♂ Lerin ♀
OP
— 11:16 AM
I'm simply putting the item into the saddlepack, and hitting the hotkey for sort, or the side button for sorting works too
you have to sort INSIDE the chocobo inv
come to think of it, I've had a situation like this where mod devs couldn't replicate my situation in R.A.D 2, until I sent the world file. I could see about doing that again if needed
Zegith — 11:25 AM
what key are you using for sorting? am just wonderin if this is the Quark sorting or InvTweaks mod sorting ?
♂ Lerin ♀
OP
— 11:25 AM
invtweaks
quark doesn't have any keys bound for the inventory stuff

commented

You should be able to blacklist that menu from being sort-able through the inventory tweaks config. Something along the lines of:

[[sorting.containerOverrides]]
        containerClass = "net.chococraft.forge.common.inventory.*"
        sortRange = ""

(Courtesy of LobsterJonn)

commented

You should be able to blacklist that menu from being sort-able through the inventory tweaks config. Something along the lines of:

[[sorting.containerOverrides]]
        containerClass = "net.chococraft.forge.common.inventory.*"
        sortRange = ""

(Courtesy of LobsterJonn)

Works great! thank you :)