Initial commit
This commit is contained in:
BIN
src/main/resources/assets.diamondeconomy/icon.png
Normal file
BIN
src/main/resources/assets.diamondeconomy/icon.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 21 KiB |
13
src/main/resources/diamondeconomy.mixins.json
Normal file
13
src/main/resources/diamondeconomy.mixins.json
Normal file
@@ -0,0 +1,13 @@
|
||||
{
|
||||
"required": true,
|
||||
"minVersion": "0.8",
|
||||
"package": "com.gmail.sneakdevs.diamondeconomy.mixin",
|
||||
"compatibilityLevel": "JAVA_8",
|
||||
"mixins": [
|
||||
"PlayerListMixin_DiamondEconomy",
|
||||
"ServerPlayerMixin"
|
||||
],
|
||||
"injectors": {
|
||||
"defaultRequire": 1
|
||||
}
|
||||
}
|
||||
32
src/main/resources/fabric.mod.json
Normal file
32
src/main/resources/fabric.mod.json
Normal file
@@ -0,0 +1,32 @@
|
||||
{
|
||||
"schemaVersion": 1,
|
||||
"id": "diamondeconomy",
|
||||
"version": "${version}",
|
||||
|
||||
"name": "Diamond Economy",
|
||||
"description": "Serverside economy mod with diamonds",
|
||||
"authors": [
|
||||
"IAmSneak"
|
||||
],
|
||||
"contact": {
|
||||
"homepage": "",
|
||||
"sources": ""
|
||||
},
|
||||
|
||||
"license": "MIT",
|
||||
|
||||
"environment": "*",
|
||||
"entrypoints": {
|
||||
"main": [
|
||||
"com.gmail.sneakdevs.diamondeconomy.DiamondEconomy"
|
||||
]
|
||||
},
|
||||
"mixins": [
|
||||
"diamondeconomy.mixins.json"
|
||||
],
|
||||
"depends": {
|
||||
"fabricloader": ">=0.7.4",
|
||||
"fabric": "*",
|
||||
"cloth-config2": ">=6.2.57"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user