Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
21 commits
Select commit Hold shift + click to select a range
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions dependencies.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,17 @@ dependencies {

modRuntimeOnly("curse.maven:worldedit-225608:4586218") //Worldedit bc i'm lazy ty
modRuntimeOnly("curse.maven:effortless-building-302113:4979089") //EB bc i'm lazy ty
modRuntimeOnly("curse.maven:tmrv-1194921:6856065") //EB bc i'm lazy ty

//Botania
// implementation(forge.botania)


//Tinkers
modImplementation(forge.tconstruct)
modImplementation(forge.mantle)


// LDLib
modImplementation(forge.ldlib)

Expand Down
6 changes: 5 additions & 1 deletion gradle/forge.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ configuration = "3.1.0-forge"
mixinExtras = "0.2.0"

jei = "15.20.0.105"
emi = "1.1.13+1.20.1"
emi = "1.1.22+1.20.1"
ae2 = "15.4.7-cosmolite.12"
expandedAE = "1.2.0-cosmolite.6"
guideme = "20.1.11"
Expand Down Expand Up @@ -51,13 +51,17 @@ modernFix = "6025611"
botania = "6366547"
ae2wtlib = "5217955"
clothConfig = "5729105"
tconstruct = "1.20.1-3.9.2.37"
mantle = "1.20.1-1.11.44"
embers = "6953702"

malum = "1.20.1-1.6.7.1"
lodestone = "1.20.1-1.6.4.1.256"

[libraries]

tconstruct = { module = "slimeknights.tconstruct:TConstruct", version.ref = "tconstruct" }
mantle = { module = "slimeknights.mantle:Mantle", version.ref = "mantle" }

ldlib = { module = "com.lowdragmc.ldlib:ldlib-forge-1.20.1", version.ref = "ldlib" }
gtceu = { module = "com.gregtechceu.gtceu:gtceu-1.20.1", version.ref = "gtceu" }
Expand Down
6 changes: 3 additions & 3 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
[versions]
minecraft = "1.20.1"
forge = "47.3.0"
minecraftForge = "1.20.1-47.3.22"
forge = "47.4.0"
minecraftForge = "1.20.1-47.4.0"
parchment = "2023.09.03"
shadow = "8.3.5"
spotless = "7.0.2"
modDevGradle = "2.0.96" # TODO: Update to stable MDG when https://github.com/neoforged/ModDevGradle/issues/227 is fixed
modDevGradle = "2.0.96"
lombok = "8.11"
jetbrains-annotations = "26.0.1"
mixin = "0.8.7"
Expand Down
4 changes: 4 additions & 0 deletions gradle/scripts/repositories.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -98,6 +98,10 @@ repositories {
includeGroup "com.klikli_dev"
}
}
maven {
name 'DVS1 Maven FS'
url 'https://dvs1.progwml6.com/files/maven'
}
maven {
name = 'GeckoLib'
url 'https://dl.cloudsmith.io/public/geckolib3/geckolib/maven/'
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,74 +2,74 @@
"variants": {
"facing=east,upwards_facing=east": {
"gtceu:z": 270,
"model": "cosmiccore:block/machine/ember_tester",
"model": "cosmiccore:block/machine/dawn_forge",
"y": 90
},
"facing=east,upwards_facing=north": {
"model": "cosmiccore:block/machine/ember_tester",
"model": "cosmiccore:block/machine/dawn_forge",
"y": 90
},
"facing=east,upwards_facing=south": {
"gtceu:z": 180,
"model": "cosmiccore:block/machine/ember_tester",
"model": "cosmiccore:block/machine/dawn_forge",
"y": 90
},
"facing=east,upwards_facing=west": {
"gtceu:z": 90,
"model": "cosmiccore:block/machine/ember_tester",
"model": "cosmiccore:block/machine/dawn_forge",
"y": 90
},
"facing=north,upwards_facing=east": {
"gtceu:z": 270,
"model": "cosmiccore:block/machine/ember_tester"
"model": "cosmiccore:block/machine/dawn_forge"
},
"facing=north,upwards_facing=north": {
"model": "cosmiccore:block/machine/ember_tester"
"model": "cosmiccore:block/machine/dawn_forge"
},
"facing=north,upwards_facing=south": {
"gtceu:z": 180,
"model": "cosmiccore:block/machine/ember_tester"
"model": "cosmiccore:block/machine/dawn_forge"
},
"facing=north,upwards_facing=west": {
"gtceu:z": 90,
"model": "cosmiccore:block/machine/ember_tester"
"model": "cosmiccore:block/machine/dawn_forge"
},
"facing=south,upwards_facing=east": {
"gtceu:z": 270,
"model": "cosmiccore:block/machine/ember_tester",
"model": "cosmiccore:block/machine/dawn_forge",
"y": 180
},
"facing=south,upwards_facing=north": {
"model": "cosmiccore:block/machine/ember_tester",
"model": "cosmiccore:block/machine/dawn_forge",
"y": 180
},
"facing=south,upwards_facing=south": {
"gtceu:z": 180,
"model": "cosmiccore:block/machine/ember_tester",
"model": "cosmiccore:block/machine/dawn_forge",
"y": 180
},
"facing=south,upwards_facing=west": {
"gtceu:z": 90,
"model": "cosmiccore:block/machine/ember_tester",
"model": "cosmiccore:block/machine/dawn_forge",
"y": 180
},
"facing=west,upwards_facing=east": {
"gtceu:z": 270,
"model": "cosmiccore:block/machine/ember_tester",
"model": "cosmiccore:block/machine/dawn_forge",
"y": 270
},
"facing=west,upwards_facing=north": {
"model": "cosmiccore:block/machine/ember_tester",
"model": "cosmiccore:block/machine/dawn_forge",
"y": 270
},
"facing=west,upwards_facing=south": {
"gtceu:z": 180,
"model": "cosmiccore:block/machine/ember_tester",
"model": "cosmiccore:block/machine/dawn_forge",
"y": 270
},
"facing=west,upwards_facing=west": {
"gtceu:z": 90,
"model": "cosmiccore:block/machine/ember_tester",
"model": "cosmiccore:block/machine/dawn_forge",
"y": 270
}
}
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
{
"variants": {
"facing=down": {
"model": "cosmiccore:block/machine/ev_ember_input_hatch",
"x": 90
},
"facing=east": {
"model": "cosmiccore:block/machine/ev_ember_input_hatch",
"y": 90
},
"facing=north": {
"model": "cosmiccore:block/machine/ev_ember_input_hatch"
},
"facing=south": {
"model": "cosmiccore:block/machine/ev_ember_input_hatch",
"y": 180
},
"facing=up": {
"gtceu:z": 180,
"model": "cosmiccore:block/machine/ev_ember_input_hatch",
"x": 270
},
"facing=west": {
"model": "cosmiccore:block/machine/ev_ember_input_hatch",
"y": 270
}
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
{
"variants": {
"facing=down": {
"model": "cosmiccore:block/machine/ev_ember_output_hatch",
"x": 90
},
"facing=east": {
"model": "cosmiccore:block/machine/ev_ember_output_hatch",
"y": 90
},
"facing=north": {
"model": "cosmiccore:block/machine/ev_ember_output_hatch"
},
"facing=south": {
"model": "cosmiccore:block/machine/ev_ember_output_hatch",
"y": 180
},
"facing=up": {
"gtceu:z": 180,
"model": "cosmiccore:block/machine/ev_ember_output_hatch",
"x": 270
},
"facing=west": {
"model": "cosmiccore:block/machine/ev_ember_output_hatch",
"y": 270
}
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
{
"variants": {
"facing=down": {
"model": "cosmiccore:block/machine/hv_ember_input_hatch",
"x": 90
},
"facing=east": {
"model": "cosmiccore:block/machine/hv_ember_input_hatch",
"y": 90
},
"facing=north": {
"model": "cosmiccore:block/machine/hv_ember_input_hatch"
},
"facing=south": {
"model": "cosmiccore:block/machine/hv_ember_input_hatch",
"y": 180
},
"facing=up": {
"gtceu:z": 180,
"model": "cosmiccore:block/machine/hv_ember_input_hatch",
"x": 270
},
"facing=west": {
"model": "cosmiccore:block/machine/hv_ember_input_hatch",
"y": 270
}
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
{
"variants": {
"facing=down": {
"model": "cosmiccore:block/machine/hv_ember_output_hatch",
"x": 90
},
"facing=east": {
"model": "cosmiccore:block/machine/hv_ember_output_hatch",
"y": 90
},
"facing=north": {
"model": "cosmiccore:block/machine/hv_ember_output_hatch"
},
"facing=south": {
"model": "cosmiccore:block/machine/hv_ember_output_hatch",
"y": 180
},
"facing=up": {
"gtceu:z": 180,
"model": "cosmiccore:block/machine/hv_ember_output_hatch",
"x": 270
},
"facing=west": {
"model": "cosmiccore:block/machine/hv_ember_output_hatch",
"y": 270
}
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"variants": {
"": {
"model": "cosmiccore:block/light_dawnstone_casing"
}
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
{
"variants": {
"facing=down": {
"model": "cosmiccore:block/machine/lv_ember_input_hatch",
"x": 90
},
"facing=east": {
"model": "cosmiccore:block/machine/lv_ember_input_hatch",
"y": 90
},
"facing=north": {
"model": "cosmiccore:block/machine/lv_ember_input_hatch"
},
"facing=south": {
"model": "cosmiccore:block/machine/lv_ember_input_hatch",
"y": 180
},
"facing=up": {
"gtceu:z": 180,
"model": "cosmiccore:block/machine/lv_ember_input_hatch",
"x": 270
},
"facing=west": {
"model": "cosmiccore:block/machine/lv_ember_input_hatch",
"y": 270
}
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
{
"variants": {
"facing=down": {
"model": "cosmiccore:block/machine/lv_ember_output_hatch",
"x": 90
},
"facing=east": {
"model": "cosmiccore:block/machine/lv_ember_output_hatch",
"y": 90
},
"facing=north": {
"model": "cosmiccore:block/machine/lv_ember_output_hatch"
},
"facing=south": {
"model": "cosmiccore:block/machine/lv_ember_output_hatch",
"y": 180
},
"facing=up": {
"gtceu:z": 180,
"model": "cosmiccore:block/machine/lv_ember_output_hatch",
"x": 270
},
"facing=west": {
"model": "cosmiccore:block/machine/lv_ember_output_hatch",
"y": 270
}
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
{
"variants": {
"facing=down": {
"model": "cosmiccore:block/machine/mv_ember_input_hatch",
"x": 90
},
"facing=east": {
"model": "cosmiccore:block/machine/mv_ember_input_hatch",
"y": 90
},
"facing=north": {
"model": "cosmiccore:block/machine/mv_ember_input_hatch"
},
"facing=south": {
"model": "cosmiccore:block/machine/mv_ember_input_hatch",
"y": 180
},
"facing=up": {
"gtceu:z": 180,
"model": "cosmiccore:block/machine/mv_ember_input_hatch",
"x": 270
},
"facing=west": {
"model": "cosmiccore:block/machine/mv_ember_input_hatch",
"y": 270
}
}
}
Loading