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

"Could not find translation information for block" #46

Open
kran27 opened this issue Mar 26, 2024 · 1 comment
Open

"Could not find translation information for block" #46

kran27 opened this issue Mar 26, 2024 · 1 comment

Comments

@kran27
Copy link

kran27 commented Mar 26, 2024

as far as I can tell I'm doing everything correctly, I just get constant errors though.

WARNING - Could not find translation information for block minecraft:stone from universal in PyMCTranslate.Version(java, (1, 20, 4)). If this is not a vanilla block ignore this message
WARNING - Could not find translation information for block minecraft:sandstone from universal in PyMCTranslate.Version(java, (1, 20, 4)). If this is not a vanilla block ignore this message
WARNING - Could not find translation information for block minecraft:dirt from universal in PyMCTranslate.Version(java, (1, 20, 4)). If this is not a vanilla block ignore this message
WARNING - Could not find translation information for block minecraft:sand from universal in PyMCTranslate.Version(java, (1, 20, 4)). If this is not a vanilla block ignore this message
WARNING - Could not find translation information for block minecraft:water from universal in PyMCTranslate.Version(java, (1, 20, 4)). If this is not a vanilla block ignore this message
WARNING - Could not find translation information for block minecraft:oak_door from universal in PyMCTranslate.Version(java, (1, 20, 4)). If this is not a vanilla block ignore this message
WARNING - Could not find translation information for block minecraft:log[axis="y",material="oak"] from universal in PyMCTranslate.Version(java, (1, 20, 4)). If this is not a vanilla block ignore this message```
examples of my block definitions:
```these definitions work (but still give that warning)
Block("minecraft", "stone")
Block("minecraft", "grass_block", {"snowy": StringTag("true")})
these do NOT work (no block is placed in the world)
Block.from_string_blockstate("minecraft:fence_gate[material=\"oak\"]") (or Block("minecraft", "fence_gate", {"material": StringTag("oak")})```
no clue, at all.

@gentlegiantJGC
Copy link
Owner

How have you installed it?
Any more information would be useful.

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

2 participants