Skip to content
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

Registry sync v2 - Block #172

Draft
wants to merge 49 commits into
base: feature/registry-sync-v2/main
Choose a base branch
from

Conversation

thecatcore
Copy link
Member

Depends on #167 and #168
For the real diff between #167 and #168 and this, see thecatcore#2

What does this module do:

  • Register vanilla Block registry into Registry sync v2 system
  • Set block translation key from identifier when registering it
  • For 1.8+, link BlockItem to their Block.
  • For 1.8+, register blockstates when block is registered.
  • For 1.8+, remap blockstates ids after blocks are remapped.
  • [NEW] Set whether a modded block should use neighbouring block's light or not
  • [NEW] For 1.7.10, fix Block to Item and Item to Block conversion, previously preventing picking up modded in creative mode. This should also fix recipes not working correctly and other related issues.

- differentiate "synced" Index-Key-Value registries from simple Key-Value registries
- start preparing registry remapping
…c-v2/item

# Conflicts:
#	legacy-fabric-registry-sync-api-v1/common.gradle
@thecatcore thecatcore self-assigned this May 9, 2024
@thecatcore thecatcore added enhancement New feature or request new module New module bikeshed yes draft labels May 9, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bikeshed yes draft enhancement New feature or request new module New module
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant