FionaTheMortal / better-biome-blend

Better Biome Blend Minecraft Mod
https://www.curseforge.com/minecraft/mc-mods/better-biome-blend
The Unlicense
28 stars 14 forks source link

1.18 port #27

Closed MaxBr5 closed 2 years ago

MaxBr5 commented 3 years ago
1.18 experimental snapshots are out and I and many others
would like to play with the beautiful new mountains and lush caves
with the beauty of Fiona the Mortal's better biome blend. Fabric
has already been ported so this will not be that hard.
MaxBr5 commented 3 years ago
Fiona the mortal's better biome blend crashes on 1.18!
FionaTheMortal commented 3 years ago

well I'm really not a fan of messing around with java build system magic so when I tried setting up the project in 1.18 and it didn't work I gave up because my god can I not be bothered to deal with gradle

MaxBr5 commented 3 years ago
I know some gradle build system update magic
If use windows, open dos/cmd and run
gradlew wrapper --gradle-version=7.3-20210807021145+0000

else, in a terminal emualator, run
bash gradlew wrapper --gradle-version=7.3-20210807021145+0000

That will update to gradle 7.3, which may work with 1.18
experimental snapshots but I don't know. I haven't tried.
MaxBr5 commented 3 years ago
Tell me if it works!