feat: update to latest minecraft versions
All checks were successful
Build Project / build (push) Successful in 3m53s

This commit is contained in:
TheClashFruit 2023-12-08 22:54:43 +01:00
parent db414325ae
commit bbe3aa455a
Signed by: TheClashFruit
GPG key ID: 09BB24C34C2F3204
2 changed files with 7 additions and 7 deletions

View file

@ -3,18 +3,18 @@ org.gradle.jvmargs=-Xmx1G
# Fabric Properties
# check these on https://modmuss50.me/fabric.html
minecraft_version=1.20.2
yarn_mappings=1.20.2+build.1
loader_version=0.14.22
minecraft_version=1.20.3
yarn_mappings=1.20.3+build.1
loader_version=0.15.1
# Mod Properties
mod_version = 1.0.0+mc1.20.2
mod_version = 1.0.0+mc1.20.3
maven_group = me.theclashfruit
archives_base_name = cc
# Dependencies
# check this on https://modmuss50.me/fabric.html
fabric_version=0.89.2+1.20.2
fabric_version=0.91.1+1.20.3
# Local Dev Mods
modmenu_version=8.0.0-beta.2
modmenu_version=9.0.0-pre.1

View file

@ -592,7 +592,7 @@ public class ItemGroupsMixin {
content.add(Items.COBWEB);
content.add(Items.GRASS);
content.add(Items.SHORT_GRASS);
content.add(Items.FERN);
content.add(Items.AZALEA);
content.add(Items.FLOWERING_AZALEA);