-
Notifications
You must be signed in to change notification settings - Fork 219
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
spawnLimit in ore gens isnt used right when stacking items #858
Comments
IIHERO4
added a commit
to IIHERO4/BedWars1058
that referenced
this issue
Aug 11, 2023
Why? |
oh wait, is this related to the stack items option? |
but it only counts drops. I don't get it |
Vanilla Minecraft I believe group some items to one item stack, so instead of two entities with amount of 1, it will make 1 entity with amount of 2 To be fair i dont remember if i used a spigot fork or not but when i printed the itemStack.getAmount it wasnt always 1 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I believe this should be
+= i.getItemStack().getAmount()
instead of++
BedWars1058/bedwars-plugin/src/main/java/com/andrei1058/bedwars/arena/OreGenerator.java
Line 160 in 9a0c438
The text was updated successfully, but these errors were encountered: