[SPIGOT-5929] Angered zombified piglins do not inherit killed_by_player status Created: 02/Jul/20 Updated: 03/Jul/20 Resolved: 03/Jul/20 |
|
Status: | Resolved |
Project: | Spigot |
Component/s: | None |
Affects Version/s: | None |
Fix Version/s: | None |
Type: | Bug | Priority: | Minor |
Reporter: | Chad Taylor | Assignee: | Unassigned |
Resolution: | Fixed | Votes: | 0 |
Labels: | 1.16.1, Spigot, gold, ingots, piglin | ||
Environment: |
Tested without all plugins running and the problem still exist. Wondering if item merge may be doing something funny? |
Version: | This server is running CraftBukkit version git-Spigot-4d9262c-dc7c3c6 (MC: 1.16.1) (Implementing API version 1.16.1-R0.1-SNAPSHOT) |
Guidelines Read: | Yes |
Description |
Seems like drops are highly nerfed from Zombified Piglins when killed in mass. After an hour of testing i recieved not one gold ingot. Swords seem lower than normal(not a bad thing). Gold nuggets seem a little lower than they should be but hard to tell. If we can get ingot drops back on par with vanilla that would be great. Rotten flesh...meh...i burn the stuff anyway. *Clarification: this is for agro deaths not direct player kill..if that matters |
Comments |
Comment by md_5 [ 03/Jul/20 ] |
Paper has absolutely nothing to do with Spigot |
Comment by Chris [ 03/Jul/20 ] |
Is it getting fixed for every spigot version? because I'm running Paper. |
Comment by Chris [ 03/Jul/20 ] |
Very much appreciated <3 |
Comment by Chad Taylor [ 03/Jul/20 ] |
Apprciated |
Comment by md_5 [ 03/Jul/20 ] |
>I think on aggro death counts as "minecraft:killed_by_player" in vanilla
Thank you, this is now fixed. |
Comment by Chad Taylor [ 03/Jul/20 ] |
https://www.dropbox.com/s/khd7ujk3p1tagg4/AFK%20Bartering%20Farm%20WDL.zip?dl=0 |
Comment by Chad Taylor [ 03/Jul/20 ] |
The world download is in the description of the video...the world download is too large for me to upload to this issue tracker |
Comment by Chris [ 03/Jul/20 ] |
Same here, I also appreciate your time. I think on aggro death counts as "minecraft:killed_by_player" in vanilla |
Comment by Chad Taylor [ 02/Jul/20 ] |
BTW i appreciated your time md_5 i don't mean to be obtuse. Sorry for not communicating very well. |
Comment by Chad Taylor [ 02/Jul/20 ] |
https://www.youtube.com/watch?v=nMBYnGD8PbQ&t=1154s This is a Rays Works Farm...i helped on it World download is in the description |
Comment by md_5 [ 02/Jul/20 ] |
Upload your farm then |
Comment by Chris [ 02/Jul/20 ] |
md_5 you're actually wrong, in vanilla if they die in a farm(aggro) they still drop gold ingots, so it is in fact a bug on spigot Yes, I've tried |
Comment by md_5 [ 02/Jul/20 ] |
Literally look at the loot table: { "rolls": 1, "entries": [ { "type": "minecraft:item", "name": "minecraft:gold_ingot" } ], "conditions": [ { "condition": "minecraft:killed_by_player" }, { "condition": "minecraft:random_chance_with_looting", "chance": 0.025, "looting_multiplier": 0.01 } ] } Ingots only drop if the condition killed_by_player is met, which means the player has to be the one that kills the entity. |
Comment by Chad Taylor [ 02/Jul/20 ] |
Your incorrect, my farm works in vanilla and doesn't on spigot. My farm produces 1 ingot every 30 seconds in vanilla. After an hour on spigot it produces 0 |
Comment by md_5 [ 02/Jul/20 ] |
I'm also getting the same results. You have to kill 100 pigmen to have a 90% chance of getting at least 1 gold ingot.
Also ingots are only dropped when they're killed by players, not farms. This is again Vanilla behaviour. Spigot makes no changes to this mechanic. |
Comment by Chad Taylor [ 02/Jul/20 ] |
@Dyens can you confirm if this is agro death or player kill? What i'm refering to is Agro death not direct player kill. |
Comment by Chad Taylor [ 02/Jul/20 ] |
So is it a config issue...the config on this server is almost all defaults. If it is Bukkit then this also affects Paper too as i have heard others with this issue. |
Comment by Dyens [ 02/Jul/20 ] |
Tested on vanilla and Spigot and works the same. Keep in mind that only zombified piglins drop gold ingots and is only with a 2.5% chance (5.5% with looting III). Normal piglins do not drop nothing more than their equipment. |
Comment by Chad Taylor [ 02/Jul/20 ] |
My Bad it's zombified Piglins...gesh...sorry dude I corrected the title and will correct the description |
Comment by md_5 [ 02/Jul/20 ] |
Where is it documented that piglins drop gold ingots? I have not received any in single player, the piglin loot table does not contain gold ingots, and there is no code to drop gold ingots. |
Comment by Chris [ 02/Jul/20 ] |
I'm having the exact same issue, and I have even turned off item merge. But this seem to dread all spigot based servers (spigot/paper and so on) |
Comment by Chad Taylor [ 02/Jul/20 ] |
Apologies, the server host doesn't have the version number listed. How best to find it?
When i do /version it just says i'm running the latest version. If that helps
Found it .. git-Spigot-4d9262c-dc7c3c6 (MC: 1.16.1) (Implementing API version 1.16.1-R0.1-SNAPSHOT) |
Comment by md_5 [ 02/Jul/20 ] |
>Version: |