aboutsummaryrefslogtreecommitdiff
path: root/doc/texture_packs.txt
AgeCommit message (Collapse)Author
2022-10-21Fix typos and en_US/en_GB inconsistency in files inside doc directory (#12882)Abdou-31
2022-08-13Textures: introduce world-align overrides (#12540)SmallJoker
Many games do not care about world align textures, however texture packs should have the capabilities to change that if they have suitable textures. This commmit now introduces a node property override for world-align in particular to force a certain scale on the selected override tiles.
2021-10-20Add no_texture.png as fallback for unspecified texturesWuzzy
2020-08-04Implement override.txt support for special tiles (#10140)Hugues Ross
Add override targets for all special_tiles entries in node definitions, allowing texture packs to replace these textures. This makes overrides work properly with a variety of drawtypes. The targets are named special1 through special6, covering the the current length of the special_tiles array.
2020-07-23Improve default inventory+wield images of node drawtypes (#9299)Wuzzy
2020-07-14Add object crosshair, disable entity selectionboxes by default (#9523)LoneWolfHT
Adds new object crosshair base pack texture
2020-05-11Add support for statbar “off state” icons (#9462)Wuzzy
This adds support for optional “off state” icons for statbars. “off state icons” can be used to denote the lack of something, like missing hearts or bubbles. Add "off state" textures to the builtin statbars. Co-authored-by: SmallJoker <mk939@ymail.com>
2020-04-14Refactor texture overrides and add new features (#9600)Hugues Ross
* Refactor texture overrides, and add new features: - Texture overrides can support multiple targets in one line - Texture override files can have comment lines - Item images/wield images can be overridden * Formatting changes * Address soime feedback - Pass vectors by const reference - Log syntax errors as warnings - Remove 'C' prefix from TextureOverrideSource * Simplify override target checks with an inline helper function * make linter happy * Apply feedback suggestions Co-Authored-By: rubenwardy <rw@rubenwardy.com> * Remove remaining != 0 checks * Update copyright notice Co-authored-by: sfan5 <sfan5@live.de> Co-authored-by: rubenwardy <rw@rubenwardy.com>
2020-01-04Tweak default textures (#9237)Wuzzy
2018-08-14texture_packs.txt: Add information for leaves texturing (#7637)Paramat
Explain texture requirements due to the leaves rendering options.
2018-04-19Add online content repositoryrubenwardy
Replaces mods and texture pack tabs with a single content tab
2017-03-13GUI: Allow texture packs to customize the progress bar (#5368)kilbith
2016-07-30texture_packs.txt: Document special texturesSmallJoker
2016-07-30Documentation: Create texture_packs.txtrubenwardy
Combine texture_overrides.txt and sections of lua_api.txt