Skip to content

Commit fea75d0

Browse files
authored
remove 1.0.0 beta 3 reference that isnt of any value to anyone anymore and also fix heading that's one level too short
1 parent b45952f commit fea75d0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

mods/configuring.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -126,11 +126,11 @@ The resources of a mod; see [Resources](/mods/resources.md) for details
126126

127127
If true, specifies that this mod must have finished loading before the loading screen appears in GD. For example, [TextureLdr](https://github.com/geode-sdk/textureldr) uses this to apply texture packs at startup.
128128

129-
### `api` (since Geode `v1.0.0-beta3` / CLI `v1.4.0`)
129+
### `api`
130130

131131
Specifies that this mod can be [used as a dependency](/mods/dependencies.md). Value is an object with the following properties:
132132

133-
### `headers`
133+
#### `headers`
134134

135135
An array specifying the list of headers that should bundled with this mod. Supports [globbing](/mods/resources.md).
136136

0 commit comments

Comments
 (0)