Skip to content

Conversation

@crosby-moe
Copy link
Collaborator

Type of change

  • Bug fix
  • New feature

Description

for the renders:

  • all blocks with no item models, but usable block models have had an item model autogenerated (under the meteor-client namespace to prevent funny business)
  • all blocks with no items models or block models have been manually mapped to an associated item model (except air)
  • some blocks with better block models than item models have also been manually replaced (see lava cauldron)

for the names, for some reason the 'Wall' part of blocks is always omitted
unfortunately, this replacement can only be done in english languages (because it was manually mapped), so support for other languages will probably be added some time after meteor supports translations

Related issues

none

How Has This Been Tested?

the J

Checklist:

  • My code follows the style guidelines of this project.
  • I have added comments to my code in more complex areas.
  • I have tested the code in both development and production environments.

@crosby-moe
Copy link
Collaborator Author

i also looked into dynamically generating item models as needed instead of adding them all to the repo, but that is unfortunately very difficult to get working (something something data dependencies & having to first load all referenced block models)

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.

1 participant