Skip to content

Commit

Permalink
move to 1.21.1
Browse files Browse the repository at this point in the history
  • Loading branch information
TexBlock committed Aug 29, 2024
1 parent b8b9de3 commit c5d50de
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 21 deletions.
23 changes: 12 additions & 11 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,13 @@
## Change
sync `sakura-ryoko/litematica` 0.19.2 ~ 0.19.3-sakura.2
### Change info with upstream:
#### `sakura-ryoko/litematica` 0.19.2
- fix: vanilla breaking "unpowered/unconnected" redstone wires in uncommon situations.
- Added and tested V6 Export features in 1.20.4. Lore and Custom Names / Entity Attributes, etc have been tested more in depth.
#### `sakura-ryoko/litematica` 0.19.3-sakura.1
- Add Iris compat support & Improve Shader compatibility by IMS212 [#83](https://github.com/sakura-ryoko/litematica/pull/83)
- Add enableSchematicFluidRendering so users can 'DISABLE' the Fluid rendering of schematics; similar to ignoreExistingFluids, but for the Schematic Rendering.
#### `sakura-ryoko/litematica` 0.19.3-sakura.2
- fix the Import function from Schematic Manager to be able to Import Sponge (.schem) files, even though the code already existed.
- make the default Export function to be for the V6 (1.20.4) Litematic downgrade, because the Export as Schematic does not work.
- move to 1.21.1
- sync `sakura-ryoko/litematica` 0.19.2 ~ 0.19.3-sakura.2
### Change info with upstream:
#### `sakura-ryoko/litematica` 0.19.2
- fix: vanilla breaking "unpowered/unconnected" redstone wires in uncommon situations.
- Added and tested V6 Export features in 1.20.4. Lore and Custom Names / Entity Attributes, etc have been tested more in depth.
#### `sakura-ryoko/litematica` 0.19.3-sakura.1
- Add Iris compat support & Improve Shader compatibility by IMS212 [sakura-ryoko/litematica#83](https://github.com/sakura-ryoko/litematica/pull/83)
- Add enableSchematicFluidRendering so users can 'DISABLE' the Fluid rendering of schematics; similar to ignoreExistingFluids, but for the Schematic Rendering.
#### `sakura-ryoko/litematica` 0.19.3-sakura.2
- fix the Import function from Schematic Manager to be able to Import Sponge (.schem) files, even though the code already existed.
- make the default Export function to be for the V6 (1.20.4) Litematic downgrade, because the Export as Schematic does not work.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ publisher {
setChangelog(file("CHANGELOG.md").getText("UTF-8"))
setVersion("${project.version}")
setDisplayName("${project.version}")
setGameVersions(libs.versions.minecraft.range.get())
setGameVersions("1.21", "1.21.1")
setLoaders(loom.platform.get().id())
setCurseEnvironment("client")
setArtifact(remapJar)
Expand Down
15 changes: 6 additions & 9 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
@@ -1,15 +1,12 @@
[versions]

minecraft-range="1.21"

# Base properties
minecraft_version="1.21"
yarn_mappings="1.21+build.2"
minecraft_version="1.21.1"
yarn_mappings="1.21.1+build.3"
mappings_patch="1.21+build.4"
neoforge="21.0.167"
neoforge="21.1.31"

# Mod properties
version="0.1.10"
version="0.1.11"
maven-group="org.thinkingstudio.forgematica"
archives-name="Forgematica"

Expand All @@ -18,15 +15,15 @@ id-modrinth="dCKRaeBC"
id-curseforge="912441"

# Mod dependencies
mafglib="0.1.21-mc1.21"
mafglib="0.1.22-mc1.21.1"
badpackets="neo-0.8.1"

# Libraries
jsr305="3.0.2"

# Gradle plugin
architectury-loom = "1.6-SNAPSHOT"
modpublisher = "2.1.+"
modpublisher = "2.+"

[libraries]
minecraft = { group = "com.mojang", name = "minecraft", version.ref = "minecraft_version" }
Expand Down

0 comments on commit c5d50de

Please sign in to comment.