Skip to content

Commit

Permalink
Updated MC to 1.21.3
Browse files Browse the repository at this point in the history
  • Loading branch information
MeAlam1 committed Nov 4, 2024
1 parent f74eb3e commit 7854a41
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 14 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
@@ -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
}
6 changes: 3 additions & 3 deletions common/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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.*;
Expand Down
16 changes: 8 additions & 8 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

# Project
java_version=21
minecraft_version=1.21
minecraft_version=1.21.3

# Common

Expand All @@ -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,)

Expand Down

0 comments on commit 7854a41

Please sign in to comment.