[DEV] Update porting patches

This commit is contained in:
2024-10-22 18:45:28 +02:00
parent 21898f8420
commit f8cf73b1e5
29 changed files with 64 additions and 71 deletions

View File

@@ -37,11 +37,11 @@
-
-unimined.minecraft {
- neoForged {
- if (isPort) {
- /*if (isPort) {
- loader "net.neoforged:neoforge:${neoforge_version}:universal"
- } else {
- } else {*/
- loader neoforge_version
- }
- //}
-
- mixinConfig("${mod_id}.mixins.json", "${mod_id}.neoforge.mixins.json")
- }