mirror of
https://github.com/FabricMC/fabric.git
synced 2025-07-28 15:09:35 -04:00
Fix FabricParticleTypes being incorrectly marked as client only. Closes #2297
This commit is contained in:
parent
44cddb4e00
commit
dc39553a61
7 changed files with 6 additions and 3 deletions
build.gradle
fabric-particles-v1
|
@ -9,7 +9,7 @@ plugins {
|
|||
id "eclipse"
|
||||
id "idea"
|
||||
id "maven-publish"
|
||||
id "fabric-loom" version "0.12.38" apply false
|
||||
id "fabric-loom" version "0.12.48" apply false
|
||||
id "com.diffplug.spotless" version "6.5.1"
|
||||
id "org.ajoberstar.grgit" version "3.1.0"
|
||||
id "com.matthewprenger.cursegradle" version "1.4.0"
|
||||
|
|
|
@ -2,7 +2,7 @@ archivesBaseName = "fabric-particles-v1"
|
|||
version = getSubprojectVersion(project)
|
||||
|
||||
loom {
|
||||
accessWidenerPath = file("src/client/resources/fabric-particles-v1.accesswidener")
|
||||
accessWidenerPath = file("src/main/resources/fabric-particles-v1.accesswidener")
|
||||
}
|
||||
|
||||
moduleDependencies(project, [
|
||||
|
|
Before ![]() (image error) Size: 1.5 KiB After ![]() (image error) Size: 1.5 KiB ![]() ![]() |
|
@ -20,7 +20,10 @@
|
|||
},
|
||||
"description": "Hooks for registering custom particles.",
|
||||
"mixins": [
|
||||
"fabric-particles-v1.mixins.json"
|
||||
{
|
||||
"config": "fabric-particles-v1.client.mixins.json",
|
||||
"environment": "client"
|
||||
}
|
||||
],
|
||||
"custom": {
|
||||
"fabric-api:module-lifecycle": "stable"
|
Loading…
Add table
Add a link
Reference in a new issue