Skip to content

Commit

Permalink
Thermal Expansion compatibility on 1.19.2
Browse files Browse the repository at this point in the history
  • Loading branch information
luxtracon committed Dec 8, 2022
1 parent 65afce7 commit ad4202a
Show file tree
Hide file tree
Showing 133 changed files with 3,092 additions and 5 deletions.
7 changes: 7 additions & 0 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -83,12 +83,19 @@ repositories {
dependencies {
minecraft "net.minecraftforge:forge:${minecraft}-${forge}"
annotationProcessor 'org.spongepowered:mixin:0.8.5:processor'
implementation fg.deobf("curse.maven:cofh-core-69162:${cofhcore}")
implementation fg.deobf("curse.maven:create-328085:${create}")
implementation fg.deobf("curse.maven:immersive-engineering-231951:${immersiveengineering}")
implementation fg.deobf("curse.maven:industrial-foregoing-266515:${industrialforegoing}")
implementation fg.deobf("curse.maven:jei-238222:${jei}")
implementation fg.deobf("curse.maven:mekanism-268560:${mekanism}")
implementation fg.deobf("curse.maven:patchouli-306770:${patchouli}")
implementation fg.deobf("curse.maven:thermal-cultivation-271835:${thermalcultivation}")
implementation fg.deobf("curse.maven:thermal-expansion-69163:${thermalexpansion}")
implementation fg.deobf("curse.maven:thermal-foundation-222880:${thermalfoundation}")
implementation fg.deobf("curse.maven:thermal-innovation-291737:${thermalinnovation}")
implementation fg.deobf("curse.maven:thermal-integration-626708:${thermalintegration}")
implementation fg.deobf("curse.maven:thermal-locomotion-406959:${thermallocomotion}")
implementation fg.deobf("curse.maven:titanium-287342:${titanium}")
}

Expand Down
17 changes: 12 additions & 5 deletions gradle.properties
Original file line number Diff line number Diff line change
@@ -1,15 +1,22 @@
org.gradle.jvmargs=-Xmx4G
org.gradle.daemon=false

floralis=6.7.0
forge=43.1.55
floralis=6.8.0
forge=43.2.0
minecraft=1.19.2
parchment=2022.11.20
parchment=2022.11.27

cofhcore=4112121
create=4011414
immersiveengineering=3963698
industrialforegoing=4046524
jei=4087658
industrialforegoing=4131914
jei=4145222
mekanism=4041164
patchouli=4031402
thermalcultivation=4112131
thermalexpansion=4112130
thermalfoundation=4112137
thermalinnovation=4112132
thermalintegration=4112133
thermallocomotion=4112134
titanium=4015180
17 changes: 17 additions & 0 deletions src/main/resources/data/thermal/recipes/catalyst/plant_fibers.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
{
"type": "thermal:insolator_catalyst",
"conditions": [
{
"type": "forge:mod_loaded",
"modid": "thermal"
}
],
"ingredient": {
"item": "floralis:plant_fibers"
},
"primary_mod": 1.5,
"secondary_mod": 1.5,
"energy_mod": 0.8,
"min_chance": 0.1,
"use_chance": 0.5
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
{
"type": "thermal:insolator",
"conditions": [
{
"type": "forge:mod_loaded",
"modid": "thermal"
}
],
"ingredient": {
"item": "floralis:black_cactus"
},
"result": [
{
"item": "floralis:black_cactus",
"chance": 2.0
}
]
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
{
"type": "thermal:insolator",
"conditions": [
{
"type": "forge:mod_loaded",
"modid": "thermal"
}
],
"ingredient": {
"item": "floralis:black_cactus_seeds"
},
"result": [
{
"item": "floralis:black_cactus_seeds",
"chance": 1.0
},
{
"item": "floralis:black_petals",
"chance": 1.0
},
{
"item": "floralis:plant_fibers",
"chance": 1.0
}
]
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
{
"type": "thermal:insolator",
"conditions": [
{
"type": "forge:mod_loaded",
"modid": "thermal"
}
],
"ingredient": {
"item": "floralis:black_flower"
},
"result": [
{
"item": "floralis:black_flower",
"chance": 2.0
}
]
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
{
"type": "thermal:insolator",
"conditions": [
{
"type": "forge:mod_loaded",
"modid": "thermal"
}
],
"ingredient": {
"item": "floralis:black_flower_seeds"
},
"result": [
{
"item": "floralis:black_flower_seeds",
"chance": 1.0
},
{
"item": "floralis:black_petals",
"chance": 1.0
},
{
"item": "floralis:plant_fibers",
"chance": 1.0
}
]
}
18 changes: 18 additions & 0 deletions src/main/resources/data/thermal/recipes/insolator/blue_cactus.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
{
"type": "thermal:insolator",
"conditions": [
{
"type": "forge:mod_loaded",
"modid": "thermal"
}
],
"ingredient": {
"item": "floralis:blue_cactus"
},
"result": [
{
"item": "floralis:blue_cactus",
"chance": 2.0
}
]
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
{
"type": "thermal:insolator",
"conditions": [
{
"type": "forge:mod_loaded",
"modid": "thermal"
}
],
"ingredient": {
"item": "floralis:blue_cactus_seeds"
},
"result": [
{
"item": "floralis:blue_cactus_seeds",
"chance": 1.0
},
{
"item": "floralis:blue_petals",
"chance": 1.0
},
{
"item": "floralis:plant_fibers",
"chance": 1.0
}
]
}
18 changes: 18 additions & 0 deletions src/main/resources/data/thermal/recipes/insolator/blue_flower.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
{
"type": "thermal:insolator",
"conditions": [
{
"type": "forge:mod_loaded",
"modid": "thermal"
}
],
"ingredient": {
"item": "floralis:blue_flower"
},
"result": [
{
"item": "floralis:blue_flower",
"chance": 2.0
}
]
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
{
"type": "thermal:insolator",
"conditions": [
{
"type": "forge:mod_loaded",
"modid": "thermal"
}
],
"ingredient": {
"item": "floralis:blue_flower_seeds"
},
"result": [
{
"item": "floralis:blue_flower_seeds",
"chance": 1.0
},
{
"item": "floralis:blue_petals",
"chance": 1.0
},
{
"item": "floralis:plant_fibers",
"chance": 1.0
}
]
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
{
"type": "thermal:insolator",
"conditions": [
{
"type": "forge:mod_loaded",
"modid": "thermal"
}
],
"ingredient": {
"item": "floralis:brown_cactus"
},
"result": [
{
"item": "floralis:brown_cactus",
"chance": 2.0
}
]
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
{
"type": "thermal:insolator",
"conditions": [
{
"type": "forge:mod_loaded",
"modid": "thermal"
}
],
"ingredient": {
"item": "floralis:brown_cactus_seeds"
},
"result": [
{
"item": "floralis:brown_cactus_seeds",
"chance": 1.0
},
{
"item": "floralis:brown_petals",
"chance": 1.0
},
{
"item": "floralis:plant_fibers",
"chance": 1.0
}
]
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
{
"type": "thermal:insolator",
"conditions": [
{
"type": "forge:mod_loaded",
"modid": "thermal"
}
],
"ingredient": {
"item": "floralis:brown_flower"
},
"result": [
{
"item": "floralis:brown_flower",
"chance": 2.0
}
]
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
{
"type": "thermal:insolator",
"conditions": [
{
"type": "forge:mod_loaded",
"modid": "thermal"
}
],
"ingredient": {
"item": "floralis:brown_flower_seeds"
},
"result": [
{
"item": "floralis:brown_flower_seeds",
"chance": 1.0
},
{
"item": "floralis:brown_petals",
"chance": 1.0
},
{
"item": "floralis:plant_fibers",
"chance": 1.0
}
]
}
18 changes: 18 additions & 0 deletions src/main/resources/data/thermal/recipes/insolator/cyan_cactus.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
{
"type": "thermal:insolator",
"conditions": [
{
"type": "forge:mod_loaded",
"modid": "thermal"
}
],
"ingredient": {
"item": "floralis:cyan_cactus"
},
"result": [
{
"item": "floralis:cyan_cactus",
"chance": 2.0
}
]
}
Loading

0 comments on commit ad4202a

Please sign in to comment.