-
Notifications
You must be signed in to change notification settings - Fork 21
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #118 from VazkiiMods/1.21.1
1.21.1
- Loading branch information
Showing
28 changed files
with
541 additions
and
462 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -7,6 +7,7 @@ Thumbs.db | |
|
||
## ForgeGradle | ||
/run | ||
/runs | ||
|
||
## eclipse | ||
/.settings | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,11 @@ | ||
#Wed Aug 07 18:14:17 UTC 2024 | ||
mapping_channel=parchment | ||
forge_version=47.2.0 | ||
neoforge_version=21.1.90 | ||
mod_id=akashictome | ||
dir_repo=./ | ||
build_number=28 | ||
dir_output=../Build Output/AkashicTome/ | ||
mapping_version=2023.09.03-1.20.1 | ||
version=1.7 | ||
version=1.8 | ||
mod_name=AkashicTome | ||
mc_version=1.20.1 | ||
mc_version=1.21.1 | ||
neogradle.subsystems.parchment.minecraftVersion=1.21 | ||
neogradle.subsystems.parchment.mappingsVersion=2024.11.17 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1 @@ | ||
- Ported to 1.20.1 (1.21 port is coming next) | ||
- Book is now slightly different rendered | ||
- Book render now changes height based on the selection area's height | ||
- Fix: Removing a book from the Tome changes its title to the raw name | ||
- Fix: Changing book option when looking at a mod's block is using the raw name | ||
- Ported to 1.21.1 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,12 @@ | ||
pluginManagement { | ||
repositories { | ||
gradlePluginPortal() | ||
jcenter() | ||
mavenCentral() | ||
maven { url = 'https://maven.minecraftforge.net/' } | ||
maven { url = 'https://maven.parchmentmc.org' } | ||
maven { url = "https://repo.spongepowered.org/repository/maven-public/" } | ||
mavenLocal() | ||
maven { url = 'https://maven.neoforged.net/releases' } | ||
} | ||
} | ||
|
||
plugins { | ||
id 'org.gradle.toolchains.foojay-resolver-convention' version '0.8.0' | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.