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

Support 1.21.1 #439

Open
wants to merge 13 commits into
base: master
Choose a base branch
from
Open

Support 1.21.1 #439

wants to merge 13 commits into from

Conversation

Icyadam14
Copy link

Updated version.js, ci.yml, and README.md.

@rom1504
Copy link
Member

rom1504 commented Nov 27, 2024

Blocked on #440

@extremeheat
Copy link
Member

#448 should fix CI

@rom1504
Copy link
Member

rom1504 commented Jan 8, 2025

Something else is broken here

@@ -54,6 +54,7 @@ function prepareModel (model, texturesJson) {
if (face.texture.charAt(0) === '#') {
face.texture = JSON.parse(JSON.stringify(model.textures[face.texture.substr(1)]))
} else {
console.log(texturesJson)
let name = face.texture
name = cleanupBlockName(name)
face.texture = JSON.parse(JSON.stringify(texturesJson[name]))
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Here some name is absent from texturesJson

@luiscosio
Copy link

Getting a "null" error on 1.21.1

@rom1504
Copy link
Member

rom1504 commented Jan 9, 2025

Yes please help figure out why

@Remmbrandt08
Copy link

bumping for an update.

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.

5 participants