Skip to content

Commit

Permalink
Fix compatibility with Create: TFMG
Browse files Browse the repository at this point in the history
  • Loading branch information
hlysine committed Jul 18, 2024
1 parent 054c620 commit 98096f4
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
* <p>
* The reverse conversion doesn't need to be patched because it can be overridden in {@link CopycatGlassFluidPipeBlock}.
*/
@Mixin(FluidPipeBlock.class)
@Mixin(value = FluidPipeBlock.class, priority = 1100) // A higher priority is required to apply the mixin after Create: TFMG
public class FluidPipeBlockMixin {
@WrapOperation(
method = "onWrenched",
Expand Down
1 change: 1 addition & 0 deletions forge/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,7 @@ dependencies {
modLocalRuntime("curse.maven:rubidium-574856:${rubidium_forge_curse_id}")
modImplementation("curse.maven:additional-placements-674852:${additionalplacements_forge_curse_id}")
modImplementation("curse.maven:athena-841890:${athena_forge_curse_id}")
modLocalRuntime("curse.maven:create-industry-693815:${tfmg_forge_curse_id}")

modCompileOnly("curse.maven:double-slabs-350179:${double_slabs_curse_id}")

Expand Down
1 change: 1 addition & 0 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@ rubidium_forge_curse_id=4952685
additionalplacements_forge_curse_id=5142065
jade_forge_curse_id=5390389
athena_forge_curse_id=5176879
tfmg_forge_curse_id=5505872

#Fabric Properties
create_fabric_version=0.5.1-f-build.1335+mc1.20.1
Expand Down

0 comments on commit 98096f4

Please sign in to comment.