Skip to content

Commit

Permalink
fix: fix accesswidener not being mentioned in FMJ for item
Browse files Browse the repository at this point in the history
  • Loading branch information
CallMeEchoCodes committed Sep 8, 2024
1 parent 72de6ab commit 52d507d
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
org.gradle.jvmargs=-Xmx2G
org.gradle.parallel=true
mod.version=1.0.0
mod.version=1.0.1
mod.group=dev.spiritstudios.specter
mod.id=specter
deps.minecraft=1.21
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,9 @@
* A configuration file that can be saved to disk.
*/
public abstract class Config<T extends Config<T>> implements Codec<T> {
@ApiStatus.Internal
/**
* Do not call this constructor directly, use {@link #create(Class)} instead.
*/
protected Config() {
}

Expand Down
1 change: 1 addition & 0 deletions specter-item/src/main/resources/fabric.mod.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@
"environment": "client"
}
],
"accessWidener": "specter-item.accesswidener",
"custom": {
"modmenu": {
"parent": "specter",
Expand Down

0 comments on commit 52d507d

Please sign in to comment.