Delete bin/main directory
This commit is contained in:
parent
2df5d23f8e
commit
9f5edc1d15
Binary file not shown.
Before Width: | Height: | Size: 453 B |
Binary file not shown.
Binary file not shown.
Binary file not shown.
|
@ -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": {
|
||||
}
|
||||
}
|
|
@ -1,14 +0,0 @@
|
|||
{
|
||||
"required": true,
|
||||
"minVersion": "0.8",
|
||||
"package": "de.cscherr.plextool.mixin",
|
||||
"compatibilityLevel": "JAVA_17",
|
||||
"mixins": [
|
||||
],
|
||||
"client": [
|
||||
"PlexToolMixin"
|
||||
],
|
||||
"injectors": {
|
||||
"defaultRequire": 1
|
||||
}
|
||||
}
|
Reference in New Issue