MinecraftDev
MinecraftDev copied to clipboard
Add model reference support
Minecraft Development for IntelliJ plugin version
2023.1-1.6.9
Description of the feature request
this can be a lot of things:
- Model file name refactor(change the value of the
"parent"key of its "children") - Make "Go To Declaration or Usages"
- go to the parent file when on the value of the
"parent"key - go to the
"name": "texture_location"under"textures"Object when on#namereference to a texture - go to the texture file when on
"texture_location"of the"name": "texture_location"undertextures - *those are the "Declaration", the Usages do the opposite
- A way of finding the usages of a model as in the files that had parent putted as the model
- go to the parent file when on the value of the
It will also be cool if it have support on the references to net.minecraft.client:extra:${version}(forge) or even other mod's asset from the External Library