mirror of
https://github.com/Creators-of-Create/Create.git
synced 2024-11-10 12:33:57 +01:00
Updated Depending on Create (markdown)
parent
8ccc6aa8bb
commit
3bddd0e5ee
@ -1,6 +1,6 @@
|
||||
# Depending on Create
|
||||
|
||||
### Create version: **0.5.1.f**
|
||||
### Create version: **0.5.1.g**
|
||||
### Minecraft version: **1.18.2/1.19.2/1.20.1**
|
||||
|
||||
This page describes how a mod developer can add a dependency on Create.
|
||||
@ -151,7 +151,7 @@ Add the following dependency definition to your `mods.toml` file, replacing `mod
|
||||
[[dependencies.modid]]
|
||||
modId="create"
|
||||
mandatory=true
|
||||
versionRange="[0.5.1.f,)"
|
||||
versionRange="[0.5.1.g,)"
|
||||
ordering="NONE"
|
||||
side="BOTH"
|
||||
```
|
Loading…
Reference in New Issue
Block a user