Merge pull request #196 from bl4d3tv/1.19

[Fix] IllegalStateException: Feature order cycle found when generating Chorus Forest biome (by bl4d3tv)
This commit is contained in:
Frank 2023-05-16 17:28:21 +02:00 committed by GitHub
commit 0ceeedc3e5
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 2 additions and 29 deletions

View file

@ -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

View file

@ -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)

View file

@ -55,7 +55,7 @@
"bclib": "2.1.x"
},
"breaks": {
"bclib": "<2.1.7"
"bclib": "<2.1.6"
},
"suggests": {
"byg": ">=2.0.0",