Skip to content

Commit

Permalink
Remove example mixin
Browse files Browse the repository at this point in the history
  • Loading branch information
Ale32bit committed Oct 28, 2024
1 parent 920dc71 commit 2813e6d
Show file tree
Hide file tree
Showing 4 changed files with 31 additions and 59 deletions.
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ yarn_mappings=1.20.1+build.10
loader_version=0.16.7

# Mod Properties
mod_version=1.7.6
mod_version=1.7.7
maven_group=cc.reconnected
archives_base_name=rcc-chatbox

Expand Down
15 changes: 0 additions & 15 deletions src/main/java/cc/reconnected/chatbox/mixin/ExampleMixin.java

This file was deleted.

62 changes: 30 additions & 32 deletions src/main/resources/fabric.mod.json
Original file line number Diff line number Diff line change
@@ -1,34 +1,32 @@
{
"schemaVersion": 1,
"id": "rcc-chatbox",
"version": "${version}",
"name": "Chatbox",
"description": "Chatbox server for ReconnectedCC",
"authors": [
"AlexDevs"
],
"contact": {
"homepage": "https://reconnected.cc",
"sources": "https://github.com/ReconnectedCC/rcc-chatbox"
},
"license": "MIT License",
"icon": "assets/rcc-chatbox/icon.png",
"environment": "*",
"entrypoints": {
"main": [
"cc.reconnected.chatbox.Chatbox"
]
},
"mixins": [
"rcc-chatbox.mixins.json"
],
"depends": {
"fabricloader": ">=0.16.5",
"minecraft": "~1.20.1",
"java": ">=17",
"fabric-api": "*",
"rcc-server": ">=1.16.1",
"rcc-discord": ">=1.7.9",
"luckperms": ">=5.4"
}
"schemaVersion": 1,
"id": "rcc-chatbox",
"version": "${version}",
"name": "Chatbox",
"description": "Chatbox server for ReconnectedCC",
"authors": [
"AlexDevs"
],
"contact": {
"homepage": "https://reconnected.cc",
"sources": "https://github.com/ReconnectedCC/rcc-chatbox"
},
"license": "MIT License",
"icon": "assets/rcc-chatbox/icon.png",
"environment": "*",
"entrypoints": {
"main": [
"cc.reconnected.chatbox.Chatbox"
]
},
"mixins": [],
"depends": {
"fabricloader": ">=0.16.5",
"minecraft": "~1.20.1",
"java": ">=17",
"fabric-api": "*",
"rcc-server": ">=1.16.1",
"rcc-discord": ">=1.7.9",
"luckperms": ">=5.4"
}
}
11 changes: 0 additions & 11 deletions src/main/resources/rcc-chatbox.mixins.json

This file was deleted.

0 comments on commit 2813e6d

Please sign in to comment.