Skip to content

Commit a3d06fc

Browse files
authored
Move matter manipulator recipes to coremod (#1205)
1 parent b1a476b commit a3d06fc

File tree

3 files changed

+471
-1
lines changed

3 files changed

+471
-1
lines changed

dependencies.gradle

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
// Add your dependencies here
22

33
dependencies {
4-
api("com.github.GTNewHorizons:GT5-Unofficial:5.09.51.142:dev")
4+
api("com.github.GTNewHorizons:GT5-Unofficial:5.09.51.146:dev")
55
api("com.github.GTNewHorizons:Yamcl:0.7.0:dev")
66
api("com.github.GTNewHorizons:Baubles:1.0.4:dev")
77

@@ -24,6 +24,7 @@ dependencies {
2424
compileOnly("com.github.GTNewHorizons:amunra:0.8.1:dev") { transitive = false }
2525
compileOnly("com.github.GTNewHorizons:Galacticraft:3.3.4-GTNH:dev") { transitive = false }
2626
compileOnly("com.github.GTNewHorizons:ForestryMC:4.10.2:dev") { transitive = false }
27+
compileOnly("com.github.GTNewHorizons:MatterManipulator:0.0.21-GTNH:dev") { transitive = false }
2728
compileOnlyApi("com.github.GTNewHorizons:Mobs-Info:0.5.1-GTNH:dev")
2829

2930
runtimeOnlyNonPublishable rfg.deobf("curse.maven:biomes-o-plenty-220318:2499612")

src/main/java/com/dreammaster/scripts/ScriptLoader.java

+1
Original file line numberDiff line numberDiff line change
@@ -85,6 +85,7 @@ public static void run() {
8585
new ScriptLogisticPipes(),
8686
new ScriptMagicBees(),
8787
new ScriptMalisDoors(),
88+
new ScriptMatterManipulator(),
8889
new ScriptMechworks(),
8990
new ScriptMinecraft(),
9091
new ScriptNatura(),

0 commit comments

Comments
 (0)