MinecraftDev icon indicating copy to clipboard operation
MinecraftDev copied to clipboard

Mappings & FAPI Versions are not always properly inserted

Open anonymous123-code opened this issue 2 years ago • 0 comments

Minecraft Development for IntelliJ plugin version

2023.1-1.6.3

IntelliJ version

Build #IU-231.8109.175 (2023.1)

Operating System

Windows 11

Target platform

Fabric

Description of the bug

When I create a new project, the proper mapping version is shown as selected in the creation menu, but if I do not change anything and create the project, a 23w14a Version is inserted into the template instead of the proper one (likely because it is the latest version ignoring game versions). The FAPI version seems to behave in a similar manner. Ive been able to reliably reproduce it when creating two new projects back to back. Otherwise the results are more inconsistent (For example, the Fabric API version seems to be wrong if I create a new project with no project opened previously during that run, the mappings version seems to be inserted correctly under these conditions)

anonymous123-code avatar Apr 18 '23 17:04 anonymous123-code