Blockception / BC-Minecraft-Bedrock-Diagnoser

A typescript package library that provides diagnostics for Minecraft bedrock projects
https://www.npmjs.com/package/bc-minecraft-bedrock-diagnoser
BSD 3-Clause "New" or "Revised" License
2 stars 2 forks source link

Added item component diagnostics and update block component diagnostics #232

Closed Xterionix closed 3 months ago

Xterionix commented 3 months ago

Oh yeah, I couldn't get minecraft:repairable to validate the item since it needs minecraft_get_item() and that requires the document to be passed to it but given the context, I don't think document is being passed to it. Could you look into that?