Skip to content

Commit

Permalink
Update to 1.21.4
Browse files Browse the repository at this point in the history
  • Loading branch information
craftycorvid committed Feb 6, 2025
1 parent 830c4c1 commit 4c8d45e
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
plugins {
id 'fabric-loom' version '1.8-SNAPSHOT'
id 'fabric-loom' version '1.9-SNAPSHOT'
}

version = "${project.mod_version}+mc${project.minecraft_version}"
Expand Down
12 changes: 6 additions & 6 deletions gradle.properties
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
org.gradle.jvmargs = -Xmx1G

#Fabric properties
minecraft_version = 1.21.3
yarn_mappings = 1.21.3+build.2
loader_version = 0.16.9
minecraft_version = 1.21.4
yarn_mappings = 1.21.4+build.8
loader_version = 0.16.10

#Mod properties
mod_version = 1.4.3
maven_group = com.craftycorvid.improvedSigns
archives_base_name = improvedsigns

#Dependencies
fabric_api_version = 0.110.0+1.21.3
midnightlib_version = 1.6.4-fabric
modmenu_version = 12.0.0-beta.1
fabric_api_version = 0.115.1+1.21.4
midnightlib_version = 1.6.7-fabric
modmenu_version = 13.0.1
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
import net.fabricmc.fabric.api.datagen.v1.FabricDataOutput;
import net.fabricmc.fabric.api.datagen.v1.provider.FabricRecipeProvider;
import net.minecraft.advancement.criterion.InventoryChangedCriterion;
import net.minecraft.data.server.recipe.RecipeExporter;
import net.minecraft.data.server.recipe.RecipeGenerator;
import net.minecraft.data.recipe.RecipeExporter;
import net.minecraft.data.recipe.RecipeGenerator;
import net.minecraft.item.ItemConvertible;
import net.minecraft.item.Items;
import net.minecraft.recipe.book.RecipeCategory;
Expand Down
4 changes: 2 additions & 2 deletions src/main/resources/fabric.mod.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,10 +29,10 @@
"improvedSigns.mixins.json"
],
"depends": {
"fabricloader": ">=0.16.9",
"fabricloader": ">=0.16.10",
"fabric": "*",
"minecraft": [
"1.21.3"
"1.21.4"
]
}
}

0 comments on commit 4c8d45e

Please sign in to comment.