MinecraftDev icon indicating copy to clipboard operation
MinecraftDev copied to clipboard

Support for fabric.mod.json entry point container objects

Open opekope2 opened this issue 1 year ago • 0 comments

Minecraft Development for IntelliJ plugin version

2024.1-1.7.5

Description of the feature request

As per fabric.mod.json specification, fabric.mod.json entry points can contain strings and objects. Objects are useful when using a language adapter, like Kotlin, and have two properties: adapter and value, the latter is read by the default language adapter, and the Kotlin language adapter. MinecraftDev only supports string entry points (navigate to definition, find usages, refactor/rename), but not the value property in objects.

opekope2 avatar May 18 '24 12:05 opekope2