Kas-tle / java2bedrock.sh

Converts 2D and 3D item predicates from Minecraft Java Edition to Minecraft Bedrock Edition
GNU Affero General Public License v3.0
227 stars 98 forks source link

[Bug]: Custom blocks not converted #37227

Open salmoooon opened 1 month ago

salmoooon commented 1 month ago

Conversion Issue Link

https://github.com/Kas-tle/java2bedrock.sh/issues/37222

Expected Output

Custom blocks in the resource pack should be converted and listed in the geyser_mappings.json file.

Actual Output

Only custom items were listed in geyser_mappings.json, all custom blocks were ignored when converting.

Additional Context

Resource pack was generated with polymer, containing both custom items and custom blocks

Daniel13850 commented 1 month ago

I have the same issue with oraxen blocks with noteblock mechanic. The blocks has still the noteblock texture in bedrock edition.

salmoooon commented 1 month ago

I have the same issue with oraxen blocks with noteblock mechanic. The blocks has still the noteblock texture in bedrock edition.

It seems like this tool doesn't convert custom blocks automatically, and manually converting them is the only way for now…

The method to manually convert custom blocks can be found here, I have too many blocks added to the game so manually managing the mapping file isn't viable though😢