diff --git a/gradle.properties b/gradle.properties deleted file mode 100644 index 3fe849e5..00000000 --- a/gradle.properties +++ /dev/null @@ -1,27 +0,0 @@ -# Done to increase the memory available to gradle. -org.gradle.jvmargs=-Xmx2G -# Fabric Properties -# check these on https://fabricmc.net/versions.html -minecraft_version=1.19.2 -loader_version=0.14.9 -fabric_version=0.73.2+1.19.2 -#Loom -loom_version=0.12-SNAPSHOT -#Modrinth -modrinth_versions=["1.19", "1.19.1", "1.19.2"] -#`release`, `beta` or `alpha` -release_channel=release -modrinth_id=betterend -# Mod Properties -mod_version=2.1.5 -maven_group=org.betterx.betterend -archives_base_name=better-end -# Dependencies -# currently not on the main fabric site, check on the maven: https://maven.fabricmc.net/net/fabricmc/fabric-api/fabric-api -patchouli_version=1.19-73-FABRIC -bclib_version=2.1.7 -rei_version=9.1.500 -jei_version=11.1.0.235 -emi_version=0.6.3+1.19.2 -trinkets_version=3.4.0 -cca_version=5.0.0-beta.1 diff --git a/src/main/java/org/betterx/betterend/world/biome/land/ChorusForestBiome.java b/src/main/java/org/betterx/betterend/world/biome/land/ChorusForestBiome.java index a087f443..15a16b73 100644 --- a/src/main/java/org/betterx/betterend/world/biome/land/ChorusForestBiome.java +++ b/src/main/java/org/betterx/betterend/world/biome/land/ChorusForestBiome.java @@ -34,8 +34,8 @@ public class ChorusForestBiome extends EndBiome.Config { .feature(EndFeatures.END_LAKE_RARE) .feature(EndFeatures.PYTHADENDRON_TREE) .feature(EndFeatures.PYTHADENDRON_BUSH) - .feature(EndFeatures.PURPLE_POLYPORE) .feature(Decoration.VEGETAL_DECORATION, EndPlacements.CHORUS_PLANT) + .feature(EndFeatures.PURPLE_POLYPORE) .feature(EndFeatures.CHORUS_GRASS) .feature(EndFeatures.CHORUS_MUSHROOM) .feature(EndFeatures.TAIL_MOSS) diff --git a/src/main/resources/fabric.mod.json b/src/main/resources/fabric.mod.json index fef3b828..6b0da160 100644 --- a/src/main/resources/fabric.mod.json +++ b/src/main/resources/fabric.mod.json @@ -55,7 +55,7 @@ "bclib": "2.1.x" }, "breaks": { - "bclib": "<2.1.7" + "bclib": "<2.1.6" }, "suggests": { "byg": ">=2.0.0",