Delete bin/main directory

This commit is contained in:
Christoph J. Scherr 2023-03-30 22:15:04 +02:00 committed by GitHub
parent 2df5d23f8e
commit 9f5edc1d15
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
6 changed files with 0 additions and 51 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 453 B

View File

@ -1,37 +0,0 @@
{
"schemaVersion": 1,
"id": "plextool",
"version": "0.1.0",
"name": "PlexSheeps tool mod",
"description": "Some of these might be considered hacking tools.",
"authors": [
"Plexsheep <software@cscherr.de>"
],
"contact": {
"homepage": "https://www.cscherr.de/",
"sources": "https://github.com/FabricMC/fabric-example-mod"
},
"license": "CC0-1.0",
"icon": "assets/modid/icon.png",
"environment": "*",
"entrypoints": {
"main": [
"de.cscherr.plextool.PlexTool"
]
},
"mixins": [
"plextool.mixins.json"
],
"depends": {
"fabricloader": ">=0.14.17",
"fabric-api": "*",
"minecraft": "~1.19.4",
"java": ">=17"
},
"suggests": {
}
}

View File

@ -1,14 +0,0 @@
{
"required": true,
"minVersion": "0.8",
"package": "de.cscherr.plextool.mixin",
"compatibilityLevel": "JAVA_17",
"mixins": [
],
"client": [
"PlexToolMixin"
],
"injectors": {
"defaultRequire": 1
}
}