- Updated to 1.19 - Added mangrove vertical slabs It has one launch crash that will need to be fixed
47 lines
864 B
JSON
47 lines
864 B
JSON
{
|
|
"schemaVersion": 1,
|
|
"id": "vplus",
|
|
"version": "${version}",
|
|
|
|
"name": "Vanilla Plus",
|
|
"description": "Adding things that should be in the vanilla game!",
|
|
"authors": [
|
|
"Steven"
|
|
],
|
|
"contact": {
|
|
"homepage": "https://nevets.tech/",
|
|
"sources": "https://git.nevets.tech/Steven/VanillaPlus"
|
|
},
|
|
|
|
"license": "CC0-1.0",
|
|
"icon": "assets/vplus/icon.png",
|
|
|
|
"environment": "*",
|
|
"entrypoints": {
|
|
"main": [
|
|
"tech.nevets.vplus.Main"
|
|
],
|
|
"client": [
|
|
"tech.nevets.vplus.init.ClientInit"
|
|
]
|
|
},
|
|
"mixins": [
|
|
{
|
|
"config": "vplus.mixins.json",
|
|
"environment": "server"
|
|
},
|
|
{
|
|
"config": "vplus.clientmixins.json",
|
|
"environment": "client"
|
|
}
|
|
],
|
|
|
|
"depends": {
|
|
"fabricloader": ">=0.12.9",
|
|
"fabric": "*",
|
|
"minecraft": "1.19.x",
|
|
"java": ">=17"
|
|
},
|
|
"suggests": {
|
|
}
|
|
} |