Skip to content

Commit 663d14a

Browse files
committed
Added (neo)forge information
1 parent a02ee4b commit 663d14a

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

docs/developer-guide/Developer-Fabric-Setup.md renamed to docs/developer-guide/Mod-Setup.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,11 @@ sidebar_label: 'Mod Development'
44
sidebar_position: 6
55
---
66

7+
## Fabric
8+
79
If you are developing a Fabric mod and want to register placeholders or use placeholders from other plugins, there are a few extra steps to consider
810

9-
## Dependency
11+
### Dependency
1012

1113
MiniPlaceholders relies on the Adventure MiniMessage API to get its placeholders and requires valid Audiences for it, so you must rely on Adventure-Platform-Fabric so that player, console and even entities objects can inherit from the Audience interface at compile time and can be used in conjunction with the MiniPlaceholders API.
1214

@@ -22,3 +24,7 @@ dependencies {
2224
}
2325

2426
```
27+
28+
## (Neo)Forge
29+
30+
Currently, MiniPlaceholders supports development on platforms such as NeoForge or Forge through [SpongeForge](https://spongepowered.org/).

0 commit comments

Comments
 (0)