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
dfb7056b8e
commit
9195b10850
@ -1,6 +1,6 @@
|
||||
# Depending on Create
|
||||
|
||||
### Create version: **0.5.0.i**
|
||||
### Create version: **0.5.1.a**
|
||||
### Minecraft version: **1.18.2/1.19.2**
|
||||
|
||||
The information on this page describes how a developer can add a dependency on Create.
|
||||
@ -68,7 +68,7 @@ For 1.18.2
|
||||
```properties
|
||||
create_minecraft_version = 1.18.2
|
||||
flywheel_minecraft_version = 1.18.2
|
||||
create_version = 0.5.0.i-249
|
||||
create_version = 0.5.1.a-279
|
||||
flywheel_version = 0.6.8.a-99
|
||||
registrate_version = MC1.18.2-1.1.3
|
||||
```
|
||||
@ -77,7 +77,7 @@ For 1.19.2
|
||||
```properties
|
||||
create_minecraft_version = 1.19.2
|
||||
flywheel_minecraft_version = 1.19.2
|
||||
create_version = 0.5.0.i-23
|
||||
create_version = 0.5.1.a-29
|
||||
flywheel_version = 0.6.8.a-14
|
||||
registrate_version = MC1.19-1.1.5
|
||||
```
|
||||
@ -114,7 +114,7 @@ Add the following lines to your `mods.toml`, replacing `modid` with your mod's I
|
||||
[[dependencies.modid]]
|
||||
modId="create"
|
||||
mandatory=true
|
||||
versionRange="[0.5.0.i,)"
|
||||
versionRange="[0.5.1.a,)"
|
||||
ordering="NONE"
|
||||
side="BOTH"
|
||||
```
|
Loading…
Reference in New Issue
Block a user