generated from FabricMC/fabric-example-mod
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
3 additions
and
7 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,4 @@ | ||
Ported to 1.20.6 | ||
Release for NeoForge | ||
4.0.0 - 1.21.3 | ||
|
||
Many things have changed in this version. Firstly, trim related maps have moved from the several maps found in | ||
`maps/unchecked/whatever` to just `trimmed/maps/trimmed/trim_textures/material_suffixes.json` and | ||
`trimmed/maps/trimmed/trim_textures/material_suffixes/darker_material_suffixes.json`. The latter is used for any trim | ||
material textures that are meant to be applied instead of the default, for example an iron ingot on iron armor will use | ||
the `iron_darker` texture instead. | ||
- Port to 1.21.3 | ||
- Renamed the client texture tag `trimmed:trim_armor_patterns` to `trimmed:armor_trim_patterns` |