Skip to content

Commit

Permalink
fix: 🐛fix Fluid Interaction Tweaker serverside error logging
Browse files Browse the repository at this point in the history
  • Loading branch information
Krutoy242 committed Dec 9, 2024
1 parent ab3d66f commit 4f6a030
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions scripts/category/fluids_server.zs
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
#modloaded fluidintetweaker
#sideonly server
#priority 3000

// Temporary fix https://github.com/tttsaurus/Fluid-Interaction-Tweaker/issues/8
mods.fluidintetweaker.FBTweaker.autoAddJEIRecipe(false);
mods.fluidintetweaker.FITweaker.autoAddJEIRecipe(false);

0 comments on commit 4f6a030

Please sign in to comment.