Skip to content

Commit

Permalink
Bump dependencies.
Browse files Browse the repository at this point in the history
Signed-off-by: 秋雨落 <[email protected]>
  • Loading branch information
qyl27 committed May 13, 2024
1 parent f5936cb commit c3060a8
Show file tree
Hide file tree
Showing 7 changed files with 17 additions and 23 deletions.
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,12 @@
Make cats in Minecraft more fun!

## Features
- [x] Feed your cats with cooked fish.
- [x] Hold a cat on your head!
- [x] Cat bag that can carry your cat in your inventory!
- [x] Cats shake their heads when listening to jukebox!
- [x] Totem of Undying for cats!
- [x] Cattify potion that can turn players into cats!
- [x] Feed your pet cats with cooked fish.
- [x] Hold a cat on your head.
- [x] Cat bag that can carry your cat in your inventory.
- [x] Cats shake their heads when listening to jukebox.
- [x] Totem of Undying for cats.
- [x] Cattify potion that can turn players into cats.

## Todo
- [ ] Forge support.
Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ allprojects {
apply plugin: 'dev.architectury.loom'
apply plugin: 'maven-publish'

group = 'cuteneko.catsplus'
group = 'cuteneko'
version = "${project.mod_version}+mc${project.minecraft_version}"

architectury {
Expand Down
14 changes: 7 additions & 7 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -3,31 +3,31 @@ org.gradle.jvmargs=-Xmx8G
org.gradle.daemon=false

architect_plugin_version=3.4-SNAPSHOT
architectury_loom_version=1.5-SNAPSHOT
architectury_loom_version=1.6-SNAPSHOT
shadow_plugin_version=8.1.1
unified_publishing_version=0.1.+

# Architectury
enabled_platforms=forge,fabric,neoforge,quilt

# Mod
mod_version=0.1.7
mod_version=1.0.0

# Minecraft
minecraft_version=1.20.4
yarn_mappings=1.20.4+build.3

# Forge
forge_loader_version=49
forge_version=49.0.31
forge_version=49.0.50

# Fabric
fabric_loader_version=0.15.7
fabric_api_version=0.96.3+1.20.4
fabric_api_version=0.97.0+1.20.4

# NeoForge
neoforge_version=20.4.164
neoforge_version=20.4.234

# Dependencies
architectury_version=11.0.12
mod_menu_version=9.0.0
architectury_version=11.1.17
mod_menu_version=9.2.0-beta.2
2 changes: 1 addition & 1 deletion gradle/wrapper/gradle-wrapper.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-8.3-bin.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-8.6-bin.zip
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists
4 changes: 2 additions & 2 deletions settings.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -26,5 +26,5 @@ pluginManagement {

rootProject.name = 'catsplus'

include 'catsplus-fabric'
include 'catsplus-forge'
include ':catsplus-fabric'
include ':catsplus-forge'
6 changes: 0 additions & 6 deletions src/main/resources/assets/catsplus/models/item/fabric.json

This file was deleted.

Binary file not shown.

0 comments on commit c3060a8

Please sign in to comment.