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

[BUG] Heat data have wrong data structures specified. #10

Open
KittenRaee opened this issue Sep 12, 2023 · 0 comments
Open

[BUG] Heat data have wrong data structures specified. #10

KittenRaee opened this issue Sep 12, 2023 · 0 comments

Comments

@KittenRaee
Copy link

KittenRaee commented Sep 12, 2023

All heat data files for stairs, walls and slabs are erroring out because of typo in data structure.

The domain is doubled and instead of being tfc_metalwork:metal…; all stairs, slabs and walls item heat files specify tfc_metalwork:tfc_metalwork/metal…

this causes item heats to be missing and wall of errors on world load, few example lines:
[13:58:56] [Render thread/WARN]: Failed to parse recipe 'tfc_metalwork:heating/metal/sterling_silver_oxidized_wall[tfc:heating]'! Falling back to vanilla: com.google.gson.JsonSyntaxException: Unknown item 'tfc_metalwork/metal/oxidized/sterling_silver_wall' [13:58:56] [Render thread/WARN]: Failed to parse recipe tfc_metalwork:heating/metal/sterling_silver_oxidized_wall[tfc:heating]: com.google.gson.JsonSyntaxException: Unknown item 'tfc_metalwork/metal/oxidized/sterling_silver_wall'
[13:58:58] [Render thread/ERROR]: item heat 'tfc_metalwork:metal/chromium_cut_wall' failed to parse. JsonSyntaxException: Unknown item 'tfc_metalwork:tfc_metalwork/metal/cut/chromium_wall'

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

No branches or pull requests

1 participant