diff --git a/gradle.properties b/gradle.properties index 04eaf46..3e4fa51 100644 --- a/gradle.properties +++ b/gradle.properties @@ -3,17 +3,17 @@ org.gradle.jvmargs=-Xmx1G org.gradle.parallel=true # Mod Properties -mod_version=1.1.5 +mod_version=1.1.6 maven_group=com.seacroak.plushables archives_base_name=plushables # Fabric Properties -minecraft_version=1.20.3 -yarn_mappings=1.20.3+build.1 +minecraft_version=1.20.4 +yarn_mappings=1.20.4+build.3 loader_version=0.15.10 # Dependencies -fabric_version=0.91.1+1.20.3 +fabric_version=0.97.0+1.20.4 # MidnightLib -midnightlib_version=1.5.0-fabric \ No newline at end of file +midnightlib_version=1.5.3-fabric \ No newline at end of file diff --git a/src/main/resources/assets/plushables/lang/en_us.json b/src/main/resources/assets/plushables/lang/en_us.json index bc9f228..a19a373 100644 --- a/src/main/resources/assets/plushables/lang/en_us.json +++ b/src/main/resources/assets/plushables/lang/en_us.json @@ -100,6 +100,6 @@ "block.plushables.codex.broken": "§7§oThe pages are torn..", "item.plushables.codex.broken": "§7§oUnusable", - "command.plushables.root": "You are using §cP§6l§eu§as§bh§9a§5b§cl§6e§es §r§oLite §r1.1.5", + "command.plushables.root": "You are using §cP§6l§eu§as§bh§9a§5b§cl§6e§es §r§oLite §r1.1.6", "command.plushables.wiki": "Visit the Plushables wiki" } \ No newline at end of file diff --git a/src/main/resources/fabric.mod.json b/src/main/resources/fabric.mod.json index 8d64a17..eb1f13c 100644 --- a/src/main/resources/fabric.mod.json +++ b/src/main/resources/fabric.mod.json @@ -1,7 +1,7 @@ { "schemaVersion": 1, "id": "plushables", - "version": "1.1.5", + "version": "1.1.6", "name": "Plushables Lite", "description": "Craft cute plushies for your home", "authors": [ @@ -42,7 +42,7 @@ ], "depends": { "fabricloader": ">=0.15.7", - "minecraft": "~1.20.2", + "minecraft": "~1.20.4", "java": ">=17", "fabric-api": "*" },