Skip to content
Success

Changes

Summary

  1. `BiomeNMS(1.18)`: Fix `getClimate` (commit: 2f22d09) (details)
  2. New tag/mech pair `foliage_color` (#2458) (commit: f223574) (details)
  3. minor cleanups (commit: f5e99b6) (details)
  4. partial lib bump and pom correction (commit: 1521501) (details)
  5. Poms: remove unneeded parent-tracking to make things easier for downstream consumers (commit: 899af09) (details)
Commit 2f22d093ab06549ebc7513acfc729f11fbf105e4 by 31237389+tal5
`BiomeNMS(1.18)`: Fix `getClimate`

It used the holder directly, instead of calling `#value` to get the biome.
(commit: 2f22d09)
The file was modified v1_18/src/main/java/com/denizenscript/denizen/nms/v1_18/impl/BiomeNMSImpl.java
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/objects/BiomeTag.java
The file was modified v1_19/src/main/java/com/denizenscript/denizen/nms/v1_19/impl/BiomeNMSImpl.java
The file was modified v1_17/src/main/java/com/denizenscript/denizen/nms/v1_17/ReflectionMappingsInfo.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/impl/BiomeNMSImpl.java
The file was modified v1_18/src/main/java/com/denizenscript/denizen/nms/v1_18/ReflectionMappingsInfo.java
The file was modified plugin/src/main/java/com/denizenscript/denizen/nms/abstracts/BiomeNMS.java
The file was modified v1_19/src/main/java/com/denizenscript/denizen/nms/v1_19/ReflectionMappingsInfo.java
Commit f5e99b6a97c4cb23f3d55a65ee102a5cf25b5f13 by git_commits
minor cleanups
(commit: f5e99b6)
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/impl/BiomeNMSImpl.java
The file was modified plugin/src/main/java/com/denizenscript/denizen/Denizen.java
The file was modified plugin/src/main/java/com/denizenscript/denizen/events/entity/DragonPhaseChangeScriptEvent.java
The file was modified plugin/src/main/java/com/denizenscript/denizen/objects/properties/bukkit/BukkitElementExtensions.java
The file was modified plugin/src/main/java/com/denizenscript/denizen/scripts/commands/world/SchematicCommand.java
Commit 15215016a0e75d5d5249491f4aa9b78a27e41c3d by git_commits
partial lib bump and pom correction
(commit: 1521501)
The file was modified v1_17/pom.xml
The file was modified pom.xml
The file was modified v1_19/pom.xml
The file was modified v1_18/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 v1_19/pom.xml
The file was modified dist/pom.xml
The file was modified plugin/pom.xml
The file was modified pom.xml
The file was modified v1_17/pom.xml
The file was modified v1_18/pom.xml