2024-09-11 13:46:22 +02:00
|
|
|
{
|
|
|
|
"schemaVersion": 1,
|
|
|
|
"id": "hardboiled",
|
|
|
|
"version": "${version}",
|
|
|
|
"name": "Hard Boiled",
|
|
|
|
"description": "Do something with your eggs. Boil them.",
|
|
|
|
"authors": [
|
|
|
|
"ChaoticByte"
|
|
|
|
],
|
|
|
|
"contact": {
|
2024-09-12 11:08:25 +02:00
|
|
|
"sources": "https://github.com/ChaoticByte/hardboiled",
|
|
|
|
"issues": "https://github.com/ChaoticByte/hardboiled/issues"
|
2024-09-11 13:46:22 +02:00
|
|
|
},
|
|
|
|
"license": "MIT",
|
|
|
|
"icon": "assets/hardboiled/icon.png",
|
|
|
|
"environment": "*",
|
|
|
|
"entrypoints": {
|
|
|
|
"main": [
|
|
|
|
"net.chaoticbyte.hardboiled.HardBoiled"
|
|
|
|
]
|
|
|
|
},
|
|
|
|
"mixins": [],
|
|
|
|
"depends": {
|
2025-03-16 10:52:31 +01:00
|
|
|
"fabricloader": ">=0.16.10",
|
|
|
|
"minecraft": "1.21.4",
|
2024-09-11 13:46:22 +02:00
|
|
|
"java": ">=21",
|
|
|
|
"fabric-api": "*"
|
|
|
|
},
|
2024-09-14 23:02:45 +02:00
|
|
|
"suggests": {}
|
2024-09-11 13:46:22 +02:00
|
|
|
}
|