Skip to content

Stop generating invalid buffer loot table - #587

Draft
TeamDman wants to merge 1 commit into
1.19.2from
agent/fix-583-buffer-loot-table-1.19.2
Draft

Stop generating invalid buffer loot table#587
TeamDman wants to merge 1 commit into
1.19.2from
agent/fix-583-buffer-loot-table-1.19.2

Conversation

@TeamDman

@TeamDman TeamDman commented Aug 3, 2026

Copy link
Copy Markdown
Owner

Summary

  • Stop generating a loot table for the WIP buffer block, which has no production item registration.
  • Remove the stale generated loot table that references the nonexistent sfm:buffer item.

The previous datagen path emitted sfm:blocks/buffer with an sfm:buffer item entry even though SFMItems.BUFFER is only registered in the IDE. This produced an error during every resource reload.

Fixes #583

Related: #568, #530

Validation

  • sfm-propagate-changes.exe run data --branch 1.19.2
  • git diff --check

@TeamDman TeamDman added this to the v4.35.0 milestone Aug 3, 2026
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.

sfm:blocks/buffer loot table references unregistered item sfm:buffer (ERROR on every boot)

1 participant