Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Mob Yoinker - Bigger Stacks compat #45

Closed
LlubNek opened this issue Aug 4, 2023 · 1 comment
Closed

Mob Yoinker - Bigger Stacks compat #45

LlubNek opened this issue Aug 4, 2023 · 1 comment
Labels
compat Compatibility with other mods

Comments

@LlubNek
Copy link

LlubNek commented Aug 4, 2023

Minecraft version

1.19.2

LibX version

1.19.2-4.2.8

UtilitiX version

1.19.2-0.7.11

Forge version

43.2.21

The latest.log file

n/a

Issue description

A stack (bigger stacks 1.19.2-3.8.1) of empty mob yoinkers, when used on a mob, turns into a stack of populated mob yoinkers with the same mob.

When a stack of populated mob yoinkers is used, it turns into a stack of empty mob yoinkers.

When a stack of populated mob yoinkers is divided, and one of the resulting stacks is used, the other stack becomes unusable.

Steps to reproduce

  1. install forge, utilitix and bigger stacks in a minecraft 1.19.2 instance.
  2. edit config/biggerstacks-rules.xml like so:
<ruleset>
	<!-- stackable mob yoinkers -->
	<rule stacksize="64">
		<condition>id = utilitix:mob_yoinker</condition>
	</rule>
</ruleset>
  1. perform steps described in issue description

Other information

Expected behaviour:
When a stack of empty mob yoinkers is used, the stack count goes down by one and a populated mob yoinker is added to the inventory or thrown on the ground if the inventory is full. Other issues would then be avoided.

@LlubNek LlubNek added the bug Something isn't working label Aug 4, 2023
@MelanX MelanX changed the title stacks of mob yoinkers behave poorly (1.19.2) Mob Yoinker - Bigger Stacks compat Aug 4, 2023
@MelanX MelanX added compat Compatibility with other mods and removed bug Something isn't working labels Aug 4, 2023
@LlubNek
Copy link
Author

LlubNek commented Aug 4, 2023

bigger stacks is not the only way to get stacks of unstackable items, it's just the method I used.

MelanX added a commit that referenced this issue Aug 4, 2023
@MelanX MelanX closed this as completed in d641980 Aug 4, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
compat Compatibility with other mods
Projects
None yet
Development

No branches or pull requests

2 participants