Skip to content
Success

Changes

Summary

  1. New tag/mech pair `foliage_color` (#2458) (commit: f223574) (details)
  2. partial lib bump and pom correction (commit: 1521501) (details)
  3. Poms: remove unneeded parent-tracking to make things easier for downstream consumers (commit: 899af09) (details)
Commit f2235745b0a16ae58b95a5e346e81df9d78bcdba by noreply
New tag/mech pair `foliage_color` (#2458)

* Add new tag/mech pair `foliage_color`

Tested on 1.17.1, 1.18.2, and 1.19.4

* Change wording of comment.

* Different way of setting and getting foliage color

Now, the foliage color is directly set instead of using a builder class.

Also, the foliage color is now approximated for all biomes without an already set foliage color.

* Meta and code cleanup
(commit: f223574)
The file was modified plugin/src/main/java/com/denizenscript/denizen/nms/abstracts/BiomeNMS.java
The file was modified v1_17/src/main/java/com/denizenscript/denizen/nms/v1_17/ReflectionMappingsInfo.java
The file was modified v1_19/src/main/java/com/denizenscript/denizen/nms/v1_19/ReflectionMappingsInfo.java
The file was modified v1_19/src/main/java/com/denizenscript/denizen/nms/v1_19/impl/BiomeNMSImpl.java
The file was modified v1_18/src/main/java/com/denizenscript/denizen/nms/v1_18/impl/BiomeNMSImpl.java
The file was modified plugin/src/main/java/com/denizenscript/denizen/objects/BiomeTag.java
The file was modified v1_17/src/main/java/com/denizenscript/denizen/nms/v1_17/impl/BiomeNMSImpl.java
The file was modified v1_18/src/main/java/com/denizenscript/denizen/nms/v1_18/ReflectionMappingsInfo.java
Commit 15215016a0e75d5d5249491f4aa9b78a27e41c3d by git_commits
partial lib bump and pom correction
(commit: 1521501)
The file was modified pom.xml
The file was modified v1_19/pom.xml
The file was modified v1_18/pom.xml
The file was modified v1_17/pom.xml
Commit 899af095d8f1ccb5f6321a26a73ae7f9668d856a by git_commits
Poms: remove unneeded parent-tracking to make things easier for downstream consumers
(commit: 899af09)
The file was modified paper/pom.xml
The file was modified pom.xml
The file was modified dist/pom.xml
The file was modified v1_17/pom.xml
The file was modified v1_18/pom.xml
The file was modified v1_19/pom.xml
The file was modified plugin/pom.xml