Merge branch 'main' of github.com:paulevsGitch/BCLib into main
This commit is contained in:
commit
c0d186fc9f
1 changed files with 3 additions and 2 deletions
|
@ -1,11 +1,12 @@
|
||||||
{
|
{
|
||||||
"schemaVersion": 1,
|
"schemaVersion": 1,
|
||||||
"id": "bclib",
|
"id": "bclib",
|
||||||
"version": "1.1.4",
|
"version": "${version}",
|
||||||
"name": "BCLib",
|
"name": "BCLib",
|
||||||
"description": "A library for BetterX team mods",
|
"description": "A library for BetterX team mods",
|
||||||
"authors": [
|
"authors": [
|
||||||
"paulevs",
|
"paulevs",
|
||||||
|
"Quiqueck",
|
||||||
"Bulldog83"
|
"Bulldog83"
|
||||||
],
|
],
|
||||||
"contact": {
|
"contact": {
|
||||||
|
@ -38,7 +39,7 @@
|
||||||
"depends": {
|
"depends": {
|
||||||
"fabricloader": ">=0.12.9",
|
"fabricloader": ">=0.12.9",
|
||||||
"fabric": ">=0.44.0",
|
"fabric": ">=0.44.0",
|
||||||
"minecraft": ">=1.18"
|
"minecraft": "1.18.x"
|
||||||
},
|
},
|
||||||
"custom":{
|
"custom":{
|
||||||
"modmenu":{
|
"modmenu":{
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue