MinecraftDev icon indicating copy to clipboard operation
MinecraftDev copied to clipboard

Add model reference support

Open RuochenFu21 opened this issue 2 years ago • 0 comments

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 #name reference to a texture
    • go to the texture file when on "texture_location" of the "name": "texture_location" under textures
    • *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

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

RuochenFu21 avatar Aug 11 '23 11:08 RuochenFu21