Skip to content

Commit

Permalink
Update maven artifacts in README
Browse files Browse the repository at this point in the history
  • Loading branch information
ds58 authored Sep 17, 2024
1 parent b9c4c79 commit 3b9eb7c
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,17 +47,17 @@ repositories {
#### Fabric
```
dependencies {
modCompileOnly 'com.cinemamod:mcef:2.1.5-1.21'
modRuntimeOnly 'com.cinemamod:mcef-fabric:2.1.5-1.21'
modCompileOnly 'com.cinemamod:mcef:2.1.5-1.21.1'
modRuntimeOnly 'com.cinemamod:mcef-fabric:2.1.5-1.21.1'
}
```
See the [mcef-fabric-example-mod](https://github.com/CinemaMod/mcef-fabric-example-mod) for a complete example Fabric project.

#### NeoForge
```
dependencies {
compileOnly fg.deobf('com.cinemamod:mcef:2.1.5-1.21')
runtimeOnly fg.deobf('com.cinemamod:mcef-neoforge:2.1.5-1.21')
compileOnly fg.deobf('com.cinemamod:mcef:2.1.5-1.21.1')
runtimeOnly fg.deobf('com.cinemamod:mcef-neoforge:2.1.5-1.21.1')
}
```
### Building & Modifying MCEF
Expand Down

0 comments on commit 3b9eb7c

Please sign in to comment.