Skip to content

Commit

Permalink
Bumped to v1.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
tttsaurus committed Dec 13, 2024
1 parent 5f00ad0 commit 8ebba99
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 5 deletions.
2 changes: 0 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,6 @@ If you like this project, don't forget to give it a star⭐!
- Add `abyssalcraft`-jei compat
- Add more conditions for interaction and behavior
- Add `abyssalcraft`-like limited fluid spread mechanism
- Add configurable particles for interactions
- Add configurable particles and sounds for explosions

Suggestions/PRs are welcome!

Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ modGroup = com.tttsaurus.fluidintetweaker

# Version of your mod.
# This field can be left empty if you want your mod's version to be determined by the latest git tag instead.
modVersion = 1.4.1
modVersion = 1.5.0

# Whether to use the old jar naming structure (modid-mcversion-version) instead of the new version (modid-version)
includeMCVersionJar = false
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ public final class FluidInteractionTweaker
{
public static final String MODID = "fluidintetweaker";
public static final String NAME = "Fluid Interaction Tweaker";
public static final String VERSION = "1.4.1";
public static final String VERSION = "1.5.0";

public static boolean IS_JEI_LOADED = Loader.isModLoaded("jei");
public static boolean IS_THERMALFOUNDATION_LOADED = Loader.isModLoaded("thermalfoundation");
Expand Down
2 changes: 1 addition & 1 deletion src/main/resources/mcmod.info
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"modid": "fluidintetweaker",
"name": "Fluid Interaction Tweaker",
"description": "Help you to tweak the fluid interactions",
"version": "1.4.1",
"version": "1.5.0",
"mcversion": "1.12.2",
"url": "https://github.com/tttsaurus/Fluid-Interaction-Tweaker",
"updateUrl": "",
Expand Down

0 comments on commit 8ebba99

Please sign in to comment.