diff --git a/build.gradle b/build.gradle index 5b7a2c5e..dd315a22 100644 --- a/build.gradle +++ b/build.gradle @@ -1,6 +1,6 @@ plugins { // see https://fabricmc.net/develop/ for new versions - id 'fabric-loom' version '1.7-SNAPSHOT' apply false + id 'fabric-loom' version '1.8-SNAPSHOT' apply false // see https://projects.neoforged.net/neoforged/moddevgradle for new versions - id 'net.neoforged.moddev' version '0.1.110' apply false + id 'net.neoforged.moddev' version '2.0.42-beta' apply false } \ No newline at end of file diff --git a/common/build.gradle b/common/build.gradle index 6b1daf45..66c846cb 100644 --- a/common/build.gradle +++ b/common/build.gradle @@ -17,10 +17,10 @@ neoForge { } dependencies { - compileOnly group: 'org.spongepowered', name: 'mixin', version: '0.8.5' + compileOnly group: 'org.spongepowered', name: 'mixin', version: '0.8.7' // fabric and neoforge both bundle mixinextras, so it is safe to use it in common - compileOnly group: 'io.github.llamalad7', name: 'mixinextras-common', version: '0.3.5' - annotationProcessor group: 'io.github.llamalad7', name: 'mixinextras-common', version: '0.3.5' + compileOnly group: 'io.github.llamalad7', name: 'mixinextras-common', version: '0.4.1' + annotationProcessor group: 'io.github.llamalad7', name: 'mixinextras-common', version: '0.4.1' } configurations { diff --git a/fabric/src/main/java/software/bluelib/example/entity/dragon/DragonEntity.java b/fabric/src/main/java/software/bluelib/example/entity/dragon/DragonEntity.java index b413123b..28abec6f 100644 --- a/fabric/src/main/java/software/bluelib/example/entity/dragon/DragonEntity.java +++ b/fabric/src/main/java/software/bluelib/example/entity/dragon/DragonEntity.java @@ -3,7 +3,6 @@ package software.bluelib.example.entity.dragon; import net.minecraft.nbt.CompoundTag; -import net.minecraft.network.syncher.SynchedEntityData; import net.minecraft.server.level.ServerLevel; import net.minecraft.world.DifficultyInstance; import net.minecraft.world.entity.*; diff --git a/gradle.properties b/gradle.properties index ff313997..a65591f6 100644 --- a/gradle.properties +++ b/gradle.properties @@ -3,7 +3,7 @@ # Project java_version=21 -minecraft_version=1.21 +minecraft_version=1.21.3 # Common @@ -16,26 +16,26 @@ mod_author=Dan, Aram description=BlueLib is an All round Minecraft mod library that offers data-driven features, allowing users to implement and customize its features with full freedom. \nIt supports both Resource and Datapacks, ensuring seamless integration and flexibility. credits= -minecraft_version_range=[1.21, 1.22] +minecraft_version_range=[1.21,) ## This is the version of minecraft that the 'common' project uses, you can find a list of all versions here ## https://projects.neoforged.net/neoforged/neoform -neo_form_version=1.21-20240613.152323 +neo_form_version=1.21.3-20241023.131943 # The version of ParchmentMC that is used, see https://parchmentmc.org/docs/getting-started#choose-a-version for new versions parchment_minecraft=1.21 -parchment_version=2024.06.23 +parchment_version=2024.07.28 # Fabric -fabric_version=0.102.0+1.21 -fabric_loader_version=0.16.5 +fabric_version=0.107.0+1.21.3 +fabric_loader_version=0.16.9 # Forge -forge_version=51.0.33 +forge_version=53.0.7 forge_version_range=[51,) forge_loader_version_range=[0,) # NeoForge -neoforge_version=21.1.72 +neoforge_version=21.3.10-beta neoforge_loader_version_range=[4,) neoforge_version_range=[21.0.0-beta,)