Skip to content

Fix duplicate door drops - #75

Open
arnabnandy7 wants to merge 1 commit into
Monad-Modding:moonlightlessfrom
arnabnandy7:fix/door-loot-duplication
Open

Fix duplicate door drops#75
arnabnandy7 wants to merge 1 commit into
Monad-Modding:moonlightlessfrom
arnabnandy7:fix/door-loot-duplication

Conversation

@arnabnandy7

Copy link
Copy Markdown
Contributor

Summary

  • Preserve compatible block-state properties when evaluating inherited parent loot tables.
  • Prevent middle and upper multi-block door segments from producing duplicate drops.
  • Add deterministic tests covering vanilla door halves and Dramatic Doors’ three-part doors.
  • Add the required JUnit test configuration and changelog entry.

Testing

./gradlew :1.21.1-neoforge:test --tests "dev.tazer.clutternomore.common.CHooksTest" --no-daemon

Result: 2 tests passed, 0 failures.

Closes #65.

Signed-off-by: Arnab Nandy <arnab_nandy7@yahoo.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Duplication with doors

1 participant