Merge sourcesets and fix mixins

This commit is contained in:
Andrew-71 2024-04-28 01:14:16 +03:00
parent df44b84dd7
commit bd86cf764c
9 changed files with 2 additions and 12 deletions

View file

@ -50,7 +50,7 @@ This version focuses on QOL and bug fixes
* Deleted various unused files - code, textures and models * Deleted various unused files - code, textures and models
* Bumped Fabric API, loader and mappings versions * Bumped Fabric API, loader and mappings versions
### Changelog 0.3 -> 0.4 ### Changelog 0.3 -> 0.4.0
Due to sheer amount of changes, many may be undocumented. We hope you enjoy this update! :D Due to sheer amount of changes, many may be undocumented. We hope you enjoy this update! :D
* Added dozens of new blocks * Added dozens of new blocks

View file

@ -20,15 +20,6 @@ repositories {
} }
loom { loom {
splitEnvironmentSourceSets()
mods {
"modid" {
sourceSet sourceSets.main
sourceSet sourceSets.client
}
}
runs { runs {
datagenClient { datagenClient {
inherit client inherit client

View file

@ -10,7 +10,7 @@ loader_version=0.15.10
# Mod Properties # Mod Properties
mod_name=New Soviet Era mod_name=New Soviet Era
mod_version=0.4 mod_version=0.4.0
maven_group=su.a71 maven_group=su.a71
mod_id=new_soviet mod_id=new_soviet

View file

@ -2,7 +2,6 @@
"required": true, "required": true,
"minVersion": "0.8", "minVersion": "0.8",
"package": "su.a71.new_soviet.mixin", "package": "su.a71.new_soviet.mixin",
"refmap": "client-new_soviet-refmap.json",
"compatibilityLevel": "JAVA_17", "compatibilityLevel": "JAVA_17",
"mixins": [ "mixins": [
"BrushMixin" "BrushMixin"