PaperMC / PaperMC/Paper

Mob#clearLootTable has no effect

Open
#11,849 5 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

status: input wanted version: 1.21.4
Dominant language
Java
Stars
12.7k
Forks
3.5k
Avg merge
3d 13h
Merged PRs (30d)
11

Description

Expected behavior

Mob#clearLootTable (or setLootTable(null)) should prevent the mob from generating and dropping loot on death

Observed/Actual behavior

The mob still generates and drops its default loot

Steps/models to reproduce
  1. spawn a mob (pig for example)
  2. invoke the Mob#clearLootTable method (or set it to null)
  3. kill the entity
Plugin and Datapack List

irrelevant

Paper version

This server is running Paper version 1.21.4-61-main@e0abc5f (2024-12-28T14:03:42Z) (Implementing API version 1.21.4-R0.1-SNAPSHOT)
You are running the latest version
Previous version: 1.21.4-34-d568e17 (MC: 1.21.4)

Other

No response

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

Start at the Mob#clearLootTable and setLootTable(null) entry points, then trace the mob's death loot-generation path. Reproduce with a pig by clearing its loot table before killing it; done means no default loot is generated or dropped.

Written by the indexing model from the issue text.

Assessment

Tech stack
java
Domain
api, backend
Issue type
Bug
Difficulty
4/5
Estimated time
3-5 days
Activity status
Stale
Clarity
Mostly clear
Newbie friendliness
35/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.