[CHORE] Cleanup API's that's unused by any mod currently

This commit is contained in:
2024-01-01 21:42:14 +02:00
parent 8aa8c3b62c
commit 8b4172cfef
125 changed files with 194 additions and 3355 deletions

View File

@@ -1 +0,0 @@
public net.minecraft.client.renderer.LevelRenderer$RenderChunkInfo

View File

@@ -1,13 +1,13 @@
modLoader = "javafml"
loaderVersion = "[49,)"
license = "MIT"
issueTrackerURL="https://github.com/firstdarkdev/craterLib/issues"
issueTrackerURL = "https://github.com/firstdarkdev/craterLib/issues"
[[mods]]
modId = "${mod_id}"
version = "${version}"
displayName = "${mod_name}"
displayURL="https://modrinth.com/mod/craterlib"
displayURL = "https://modrinth.com/mod/craterlib"
logoFile = "craterlib_logo.png"
#credits="Thanks for this example mod goes to Java"
authors = "${mod_author}, Zenith"
@@ -16,14 +16,14 @@ A library mod used by First Dark Development and HypherionSA Mods
'''
displayTest = "MATCH_VERSION"
[[dependencies.${mod_id}]]
[[dependencies.${ mod_id }]]
modId = "forge"
mandatory = true
versionRange = "[49,)"
ordering = "NONE"
side = "BOTH"
[[dependencies.${mod_id}]]
[[dependencies.${ mod_id }]]
modId = "minecraft"
mandatory = true
versionRange = "[1.20.3,1.21)"

View File

@@ -1 +0,0 @@
com.hypherionmc.craterlib.common.ForgeFluidHelper

View File

@@ -4,7 +4,6 @@
"package": "com.hypherionmc.craterlib.mixin",
"compatibilityLevel": "JAVA_17",
"mixins": [
"BlockEntityMixin"
],
"client": [
"ConfigScreenHandlerMixin"