Skip to content

Commit

Permalink
Industrial Foregoing compatibility on 1.19.2
Browse files Browse the repository at this point in the history
  • Loading branch information
luxtracon committed Nov 7, 2022
1 parent 5dbd761 commit 8faa1b4
Show file tree
Hide file tree
Showing 5 changed files with 45 additions and 5 deletions.
3 changes: 3 additions & 0 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -86,8 +86,11 @@ dependencies {
annotationProcessor 'org.spongepowered:mixin:0.8.5:processor'
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:titanium-287342:${titanium}")
}

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

floralis=6.5.0
forge=43.1.34
floralis=6.6.0
forge=43.1.47
minecraft=1.19.2
parchment=2022.10.09
parchment=2022.11.06

create=4011414
immersiveengineering=3963698
jei=3969039
mekanism=4020942
industrialforegoing=4046524
jei=4068188
mekanism=4041164
patchouli=4031402
titanium=4015180
6 changes: 6 additions & 0 deletions src/main/resources/data/forge/tags/items/fertilizer.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
{
"replace": false,
"values": [
"#forge:fertilizer/plant_fibers"
]
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
{
"replace": false,
"values": [
"floralis:plant_fibers"
]
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
{
"replace": false,
"values": [
"floralis:plant_fibers",
"floralis:white_petals",
"floralis:orange_petals",
"floralis:magenta_petals",
"floralis:light_blue_petals",
"floralis:yellow_petals",
"floralis:lime_petals",
"floralis:pink_petals",
"floralis:gray_petals",
"floralis:light_gray_petals",
"floralis:cyan_petals",
"floralis:purple_petals",
"floralis:blue_petals",
"floralis:brown_petals",
"floralis:green_petals",
"floralis:red_petals",
"floralis:black_petals"
]
}

0 comments on commit 8faa1b4

Please sign in to comment.