hans000 / texture-json

Provides JSON validations for Minecraft texture.
MIT License
1 stars 0 forks source link

Some wrong detect #2

Open XiLaiTL opened 3 years ago

XiLaiTL commented 3 years ago

Wrong details occur when open the files assets\minecraft\blockstates\redstone_wire.json I don't know if it is caused by this plugin, as it shows that the "when":{} just limit one properties, while the redstone_wire needs more than one. 不知道是不是插件的问题,我感觉这里报错了:"when":{}对象应该可以多个属性,因为我看红石粉的文件好像就是多个属性。

By the way, could you mind adding the support to the Blockbench, as it add 2 objects in the models file, called "credit" and "groups", more details showing when you using the Blockbench. Blockbench给模型增加了几个条目,可不可以添加一下支持?

I thought that the support of .json was detected by the namespace of “minecraft” and “models/block”, as a matter that models in any namespace will work and out of “models/block” but just in "models" will work, too. 还有就是,好像模型支持的不只是minecraft命名空间,但是插件的触发好像是根据这个来的,还有models/block。事实上在models里模型就有效了。

hans000 commented 3 years ago

你的建议和意见我会参考的,新版本更新我会联系你的

在 2021-06-16 09:32:31,"XiLaiTL" @.***> 写道:

Wrong details occur when open the files assets\minecraft\blockstates\redstone_wire.json I don't know if it is caused by this plugin, as it shows that the "when":{} just limit one properties, while the redstone_wire needs more than one. 不知道是不是插件的问题,我感觉这里报错了:"when":{}对象应该可以多个属性,因为我看红石粉的文件好像就是多个属性。

By the way, could you mind adding the support to the Blockbench, as it add 2 objects in the models file, called "credit" and "groups", more details showing when you using the Blockbench. Blockbench给模型增加了几个条目,可不可以添加一下支持?

I thought that the support of .json was detected by the namespace of “minecraft” and “models/block”, as a matter that models in any namespace will work and out of “models/block” but just in "models" will work, too. 还有就是,好像模型支持的不只是minecraft命名空间,但是插件的触发好像是根据这个来的,还有models/block。事实上在models里模型就有效了。

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub, or unsubscribe.