40 lines
1013 B
JSON
40 lines
1013 B
JSON
{
|
|
"schemaVersion": 1,
|
|
"id": "carryon",
|
|
"version": "${version}",
|
|
"name": "Carry On",
|
|
"description": "Carry On is a simple mod that improves game interaction by allowing players to pick up, carry, and place single block Tile Entities using only their empty hands.",
|
|
"authors": [
|
|
"Tschipp", "Purplicious_Cow", "cy4n"
|
|
],
|
|
"contact": {
|
|
"homepage": "https://tschipp.ch/",
|
|
"sources": "https://github.com/Tschipp/CarryOn",
|
|
"issues": "https://github.com/Tschipp/CarryOn/issues"
|
|
},
|
|
|
|
"license": "GNU LGPLv3",
|
|
"icon": "logo.png",
|
|
|
|
"environment": "*",
|
|
"entrypoints": {
|
|
"main": [
|
|
"tschipp.carryon.CarryOnFabricMod"
|
|
],
|
|
"client": [
|
|
"tschipp.carryon.CarryOnFabricClientMod"
|
|
]
|
|
},
|
|
"mixins": [
|
|
"carryon.fabric.mixins.json",
|
|
"carryon.mixins.json"
|
|
],
|
|
|
|
"depends": {
|
|
"fabricloader": ">=0.14",
|
|
"fabric-api": "*",
|
|
"minecraft": ">=1.19.3",
|
|
"java": ">=17"
|
|
}
|
|
}
|
|
|