Skip to content

Commit

Permalink
1.20.4 port
Browse files Browse the repository at this point in the history
  • Loading branch information
Khazoda committed Apr 23, 2024
1 parent 8ea08eb commit f263311
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
10 changes: 5 additions & 5 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -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
midnightlib_version=1.5.3-fabric
2 changes: 1 addition & 1 deletion src/main/resources/assets/plushables/lang/en_us.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}
4 changes: 2 additions & 2 deletions src/main/resources/fabric.mod.json
Original file line number Diff line number Diff line change
@@ -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": [
Expand Down Expand Up @@ -42,7 +42,7 @@
],
"depends": {
"fabricloader": ">=0.15.7",
"minecraft": "~1.20.2",
"minecraft": "~1.20.4",
"java": ">=17",
"fabric-api": "*"
},
Expand Down

0 comments on commit f263311

Please sign in to comment.