Compatibility
Minecraft: Java Edition
1.21.7–1.21.11
1.21.4–1.21.5
1.21–1.21.1
1.20.6
1.20.4
1.20–1.20.2
1.19.x
1.18.x
1.17.1
1.16.1–1.16.5
1.15.1–1.15.2
1.14.2–1.14.4
1.13.2
1.12.x
1.11.2
1.11
1.10.2
1.10
1.9.4
1.9
1.8.8–1.8.9
1.8
Platforms
Supported environments
Creators
Details
Licensed MIT
Published 3 years ago
Updated 3 days ago
Changelog
- Fix improper property use causing invalid dependency POM (#2854) - sciwhiz12
- The archivesName property of BasePluginExtension is a Property<String>.
- The default implementation of toString() for a Property is to print out
- their name and owning object, and not the toString() of their contents.
- This meant that passing archivesName to Node#appendNode as a value,
- which calls toString() on it to make it into a String, results in e.g.
- `extension 'base' property 'archivesName'` instead of the expected
- value of e.g. `jei-1.19-common-api`.
- The simple fix is to call Property#get() on archivesName to get its
- actual value and pass that on as the node value.


