Skip to content

Commit

Permalink
[+] Logo by Kogasa-Studio.
Browse files Browse the repository at this point in the history
Signed-off-by: 秋雨落 <[email protected]>
  • Loading branch information
qyl27 committed Feb 12, 2025
1 parent 3de45b0 commit 6330b6a
Show file tree
Hide file tree
Showing 5 changed files with 77 additions and 73 deletions.
78 changes: 41 additions & 37 deletions fabric/src/main/resources/fabric.mod.json
Original file line number Diff line number Diff line change
@@ -1,41 +1,45 @@
{
"schemaVersion": 1,
"id": "catsplus",
"version": "${mod_version}",
"name": "Cats+",
"description": "Make cats in Minecraft more fun!",
"authors": [
"MeowBot233",
"CuteNekoOwO",
"qyl27"
],
"contact": {
"homepage": "https://github.com/CuteNekoOwO",
"sources": "https://github.com/CuteNekoOwO/CatsPlus",
"issues": "https://github.com/CuteNekoOwO/CatsPlus/issues"
},
"license": "MIT",
"icon": "assets/catsplus/icon.png",
"environment": "*",
"entrypoints": {
"client": [
"cuteneko.catsplus.fabric.client.CatsPlusFabricClient"
"schemaVersion": 1,
"id": "catsplus",
"version": "${mod_version}",
"name": "Cats+",
"description": "Make cats in Minecraft more fun!",
"authors": [
"MeowBot233",
"CuteNekoOwO",
"qyl27"
],
"main": [
"cuteneko.catsplus.fabric.CatsPlusFabric"
"contributors": [
"YukieMiona",
"Kogasa-Studio"
],
"fabric-datagen": [
"cuteneko.catsplus.fabric.data.gen.ModDataGen"
]
},
"mixins": [
"catsplus-common.mixins.json",
"catsplus-fabric.mixins.json"
],
"depends": {
"minecraft": "${fabric_minecraft_version_range}",
"fabricloader": "${fabric_loader_version_range}",
"fabric": "${fabric_api_version_range}",
"sinocore": "${fabric_sinocore_version_range}"
}
"contact": {
"homepage": "https://github.com/CuteNekoOwO",
"sources": "https://github.com/CuteNekoOwO/CatsPlus",
"issues": "https://github.com/CuteNekoOwO/CatsPlus/issues"
},
"license": "MIT",
"icon": "logo.png",
"environment": "*",
"entrypoints": {
"client": [
"cuteneko.catsplus.fabric.client.CatsPlusFabricClient"
],
"main": [
"cuteneko.catsplus.fabric.CatsPlusFabric"
],
"fabric-datagen": [
"cuteneko.catsplus.fabric.data.gen.ModDataGen"
]
},
"mixins": [
"catsplus-common.mixins.json",
"catsplus-fabric.mixins.json"
],
"depends": {
"minecraft": "${fabric_minecraft_version_range}",
"fabricloader": "${fabric_loader_version_range}",
"fabric": "${fabric_api_version_range}",
"sinocore": "${fabric_sinocore_version_range}"
}
}
8 changes: 4 additions & 4 deletions neoforge/src/main/resources/META-INF/neoforge.mods.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@ modId = "catsplus"
version = "${mod_version}"
displayName = "Cats+"
displayURL = "https://github.com/CuteNekoOwO/CatsPlus"
#logoFile=""
credits = "CuteNekoOwO"
authors = "MeowBot233, YukieMiona and qyl27"
logoFile = "logo.png"
credits = "YukieMiona, Kogasa-Studio"
authors = "MeowBot233, CuteNekoOwO and qyl27"
displayTest = "MATCH_VERSION"
description = '''
Make cats in Minecraft more fun!
Expand All @@ -34,7 +34,7 @@ side = "BOTH"
modId = "sinocore"
mandatory = true
versionRange = "${neoforge_sinocore_version_range}"
ordering = "NONE"
ordering = "AFTER"
side = "BOTH"

[[mixins]]
Expand Down
62 changes: 31 additions & 31 deletions src/main/resources/catsplus-common.mixins.json
Original file line number Diff line number Diff line change
@@ -1,33 +1,33 @@
{
"required": true,
"minVersion": "0.8",
"package": "cuteneko.catsplus.mixin",
"compatibilityLevel": "JAVA_17",
"mixins": [
"CatMixin",
"PlayerMixin",
"TamableAnimalMixin",
"cattify.CreeperMixin",
"cattify.EntityMixin",
"cattify.LivingEntityMixin",
"cattify.MobMixin",
"favorability.CatRelaxOnOwnerGoalMixin",
"favorability.EntityMixin",
"musician.AnimalMixin",
"musician.CatMixin",
"musician.LivingEntityMixin",
"totemeow.LivingEntityMixin",
"totemeow.TamableAnimalMixin"
],
"client": [
"client.LivingEntityRendererMixin",
"client.cattify.PlayerRendererMixin",
"client.musician.CatModelMixin",
"client.paper_model.HumanoidModelMixin",
"client.paper_model.PlayerItemInHandLayerMixin",
"client.paper_model.PlayerRendererMixin"
],
"injectors": {
"defaultRequire": 1
}
"required": true,
"minVersion": "0.8",
"package": "cuteneko.catsplus.mixin",
"compatibilityLevel": "JAVA_17",
"mixins": [
"CatMixin",
"PlayerMixin",
"TamableAnimalMixin",
"cattify.CreeperMixin",
"cattify.EntityMixin",
"cattify.LivingEntityMixin",
"cattify.MobMixin",
"favorability.CatRelaxOnOwnerGoalMixin",
"favorability.EntityMixin",
"musician.AnimalMixin",
"musician.CatMixin",
"musician.LivingEntityMixin",
"totemeow.LivingEntityMixin",
"totemeow.TamableAnimalMixin"
],
"client": [
"client.LivingEntityRendererMixin",
"client.cattify.PlayerRendererMixin",
"client.musician.CatModelMixin",
"client.paper_model.HumanoidModelMixin",
"client.paper_model.PlayerItemInHandLayerMixin",
"client.paper_model.PlayerRendererMixin"
],
"injectors": {
"defaultRequire": 1
}
}
2 changes: 1 addition & 1 deletion src/main/resources/catsplus.accesswidener
Original file line number Diff line number Diff line change
@@ -1 +1 @@
accessWidener v1 named
accessWidener v2 named
Binary file added src/main/resources/logo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 6330b6a

Please sign in to comment.