Skip to content

Commit a0a017d

Browse files
authored
Fix #1028: Material builder methods not accessible from JS in prod (#1045)
1 parent 78413c5 commit a0a017d

File tree

3 files changed

+5
-3
lines changed

3 files changed

+5
-3
lines changed

build.gradle

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,6 +74,8 @@ repositories {
7474
includeGroup "com.github.Draylar.omega-config"
7575
/* For KubeJS */
7676
includeGroup "com.github.llamalad7.mixinextras"
77+
// For KubeJS
78+
includeGroup "com.github.rtyley"
7779
}
7880
}
7981
// to build indrev
@@ -100,6 +102,7 @@ repositories {
100102
maven {
101103
url "https://maven.saps.dev/minecraft"
102104
content {
105+
includeGroup "dev.latvian.apps"
103106
includeGroup "dev.latvian.mods"
104107
includeGroup "dev.ftb.mods"
105108
}
@@ -149,7 +152,6 @@ repositories {
149152
includeGroup "earth.terrarium.athena"
150153
}
151154
}
152-
mavenLocal()
153155
}
154156

155157
sourceSets {

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,6 @@ jade_file_id=5493270
4848
jei_minecraft_version=1.21.1
4949
jei_version=19.20.0.241
5050
jei_version_range=[19.19.0,]
51-
kubejs_version=2100.7.0-build.102
51+
kubejs_version=2101.7.1-build.181
5252
rei_version=16.0.729
5353
rei_annotations_version=12.0.93

src/main/java/aztech/modern_industrialization/compat/kubejs/material/MaterialBuilderJSWrapper.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
import aztech.modern_industrialization.nuclear.NuclearConstant;
3939
import com.google.gson.JsonObject;
4040

41-
class MaterialBuilderJSWrapper {
41+
public class MaterialBuilderJSWrapper {
4242

4343
protected MaterialBuilder materialBuilder;
4444
final private PartJsonCreator creator = new PartJsonCreator();

0 commit comments

Comments
 (0)