Skip to content

Commit

Permalink
Merge branch '1.20.3' of D:\Repos\Minecraft\SFM\repos\SuperFactoryMan…
Browse files Browse the repository at this point in the history
…ager 1.20.3 into 1.20.4
  • Loading branch information
TeamDman committed Apr 20, 2024
2 parents b92a6fb + 30fcc6c commit 0c0c518
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
1 change: 0 additions & 1 deletion actions/Run gameTestServer for all versions.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,6 @@ d---- 2024-04-14 1:39 PM SuperFactoryManager 1.20.3
break
} else {
Write-Host -ForegroundColor Green "All tests passed for $repo"
Remove-Item -Path $test_log_file
}
} finally {
Pop-Location
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ mod_name=Super Factory Manager
# The license of the mod. Review your options at https://choosealicense.com/. All Rights Reserved is the default.
mod_license=Mozilla Public License Version 2.0
# The mod version. See https://semver.org/
mod_version=4.15.0
mod_version=4.15.1
# The group ID for the mod. It is only important when publishing as an artifact to a Maven repository.
# This should match the base package used for the mod sources.
# See https://maven.apache.org/guides/mini/guide-naming-conventions.html
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,10 @@
-- Official SFM Discord:
-- https://discord.gg/5mbUY3mu6m

NAME "Changelog for 4.15.0"
NAME "Changelog for 4.15.1"
---- 4.15.1 ---
-- Fix crash bug where variable-size inventories (composters) crashed

---- 4.15.0 ----
-- alias "each" to "every" when parsing set operators
---- (e.g., "IF EACH chest HAS GT 1 iron_ingot THEN")
Expand Down

0 comments on commit 0c0c518

Please sign in to comment.