Skip to content

Commit

Permalink
Alright, about time tbh...
Browse files Browse the repository at this point in the history
  • Loading branch information
enjarai committed Oct 2, 2024
1 parent 1a5e1a6 commit 6ab5662
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 7 deletions.
10 changes: 9 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1 +1,9 @@
- Fix broken recipes and other things in 1.21.
- Depolymered the mod, it will no longer work purely server-side.
- This is done to solve many issues that have been popping up recently, and create more options for development.
- Added Tardis interdiction.
- This feature lets you use your Tardis to forcefully enter another Tardis while it is in flight.
- Added a new Interior Light variant based on the copper bulb.
- Improved screen shake effects.
- Generally polished many parts of the mod.

This release is in beta, please report any issues you find!
16 changes: 11 additions & 5 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,7 @@ publishMods {
displayName = "${property('mod_version')} for ${property('minecraft_version')}"
version = project.version
changelog = getRootProject().file("CHANGELOG.md").text
type = ALPHA
type = BETA
modLoaders.add("fabric")

def min = property('target_min')
Expand All @@ -174,8 +174,11 @@ publishMods {
requires {
slug = "cardinal-components-api"
}
embeds {
slug = "polymer"
requires {
slug = "owo-lib"
}
requires {
slug = "cicada"
}
}
}
Expand All @@ -200,8 +203,11 @@ publishMods {
requires {
slug = "cardinal-components-api"
}
embeds {
slug = "polymer"
requires {
slug = "owo-lib"
}
requires {
slug = "cicada"
}
}
}
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ github_repo=enjarai/mini-tardis


# Mod Properties
mod_version=1.2.0-alpha.7
mod_version=2.0.0-beta.1
maven_group=dev.enjarai
archives_base_name=mini_tardis

Expand Down

0 comments on commit 6ab5662

Please sign in to comment.