mirror of
https://github.com/JonasunderscoreJones/nicer-skies.git
synced 2025-10-23 11:49:17 +02:00
cleanup
This commit is contained in:
parent
8f7e5a5f57
commit
b15b7a1d87
11 changed files with 103 additions and 242 deletions
|
@ -2,7 +2,6 @@
|
|||
"schemaVersion": 1,
|
||||
"id": "modid",
|
||||
"version": "${version}",
|
||||
|
||||
"name": "Example Mod",
|
||||
"description": "This is an example description! Tell everyone what your mod is about!",
|
||||
"authors": [
|
||||
|
@ -12,10 +11,8 @@
|
|||
"homepage": "https://fabricmc.net/",
|
||||
"sources": "https://github.com/FabricMC/fabric-example-mod"
|
||||
},
|
||||
|
||||
"license": "CC0-1.0",
|
||||
"icon": "assets/modid/icon.png",
|
||||
|
||||
"environment": "*",
|
||||
"entrypoints": {
|
||||
"main": [
|
||||
|
@ -25,7 +22,6 @@
|
|||
"mixins": [
|
||||
"modid.mixins.json"
|
||||
],
|
||||
|
||||
"depends": {
|
||||
"fabricloader": ">=0.14.6",
|
||||
"minecraft": "~1.19",
|
||||
|
|
|
@ -3,11 +3,10 @@
|
|||
"minVersion": "0.8",
|
||||
"package": "codes.ztereohype.example.mixin",
|
||||
"compatibilityLevel": "JAVA_17",
|
||||
"mixins": [
|
||||
"ExampleMixin",
|
||||
"MixinKeyboardHandler"
|
||||
],
|
||||
"mixins": [],
|
||||
"client": [
|
||||
"MixinKeyboardHandler",
|
||||
"MixinStarRendering",
|
||||
"LightTextureInvoker",
|
||||
"MixinDebug",
|
||||
"MixinLightTexutre"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue