Update to 1.21

This commit is contained in:
2024-06-14 14:40:59 +02:00
parent 11553d1ea6
commit e30b613f4e
6 changed files with 25 additions and 25 deletions

View File

@@ -1,23 +1,23 @@
{
"schemaVersion": 1,
"id": "justteleportalready",
"id": "tweaks",
"version": "${version}",
"name": "justteleportalready",
"name": "tweaks",
"description": "",
"authors": [],
"contact": {
"repo": "https://git.brn.systems/BRNSystems/justteleportalreadyatencryptor"
"repo": "https://git.brn.systems/BRNSystems/tweaks"
},
"license": "MIT",
"icon": "assets/justteleportalready/icon.png",
"icon": "assets/icon.png",
"environment": "*",
"entrypoints": {
"main": [
"systems.brn.justteleportalready.Justteleportalready"
"systems.brn.tweaks.Tweaks"
]
},
"mixins": [
"justteleportalready.mixins.json"
"tweaks.mixins.json"
],
"depends": {
"fabricloader": ">=${loader_version}",

View File

@@ -1,7 +1,7 @@
{
"required": true,
"minVersion": "0.8",
"package": "systems.brn.justteleportalready.mixin",
"package": "systems.brn.tweaks.mixin",
"compatibilityLevel": "JAVA_21",
"mixins": [
"DontHurtMePearlMixin",