This repository was archived by the owner on Dec 24, 2023. It is now read-only.
File tree 3 files changed +9
-10
lines changed
3 files changed +9
-10
lines changed Original file line number Diff line number Diff line change @@ -29,15 +29,14 @@ dependencies {
29
29
modImplementation " net.fabricmc:fabric-loader:$fabric_loader_version "
30
30
31
31
common(project(path : " :common" , configuration : " namedElements" )) { transitive false }
32
- shadowCommon(project(path : " :common" , configuration : " transformProductionFabric" )) { transitive false }
33
-
34
32
common(" com.github.stephengold:Libbulletjme:$libbulletjme_version " ) { transitive false }
35
33
modApi(" dev.lazurite:toolbox-fabric:$toolbox_version " ) { transitive false }
36
34
modApi(" dev.lazurite:transporter-fabric:$transporter_version " ) { transitive false }
37
35
36
+ shadowCommon(project(path : " :common" , configuration : " transformProductionFabric" )) { transitive false }
38
37
shadowCommon(" com.github.stephengold:Libbulletjme:$libbulletjme_version " ) { transitive false }
39
- include (" dev.lazurite:toolbox-fabric:$toolbox_version " ) { transitive false }
40
- include (" dev.lazurite:transporter-fabric:$transporter_version " ) { transitive false }
38
+ shadowCommon (" dev.lazurite:toolbox-fabric:$toolbox_version " ) { transitive false }
39
+ shadowCommon (" dev.lazurite:transporter-fabric:$transporter_version " ) { transitive false }
41
40
}
42
41
43
42
remapJar {
Original file line number Diff line number Diff line change 15
15
"license" : " MIT" ,
16
16
"environment" : " *" ,
17
17
"icon" : " icon.png" ,
18
- "mixins" : [ " rayon.mixins.json" ],
18
+ "mixins" : [ " rayon.mixins.json" , " toolbox.mixins.json " ],
19
19
20
20
"entrypoints" : {
21
21
"main" : [ " dev.lazurite.rayon.impl.fabric.RayonFabric" ],
Original file line number Diff line number Diff line change @@ -4,23 +4,23 @@ org.gradle.parallel = true
4
4
forge_enabled = true
5
5
6
6
# Mod
7
- rayon_version = 1.5.5
7
+ rayon_version = 1.5.6
8
8
maven_group = dev.lazurite
9
9
10
10
# Common
11
11
minecraft_version = 1.18.1
12
12
13
13
# Fabric
14
- fabric_loader_version = 0.13.1
15
- fabric_api_version = 0.46.2 +1.18
14
+ fabric_loader_version = 0.13.2
15
+ fabric_api_version = 0.46.4 +1.18
16
16
17
17
# Forge
18
- forge_version = 39.0.64
18
+ forge_version = 39.0.79
19
19
20
20
# Mod Dependencies
21
21
libbulletjme_version = 12.4.1
22
22
transporter_version = 1.3.10
23
- toolbox_version = 1.3.13
23
+ toolbox_version = 1.3.17
24
24
25
25
# Gradle
26
26
shadow_version = 7.0.0
You can’t perform that action at this time.
0 commit comments