Modding:CompositeTexture: Revision history

From Vintage Story Wiki

Diff selection: Mark the radio buttons of the revisions to compare and hit enter or the button at the bottom.
Legend: (cur) = difference with latest revision, (prev) = difference with preceding revision, m = minor edit.

4 October 2024

19 November 2023

4 November 2023

3 November 2023

  • curprev 07:4007:40, 3 November 2023Bluelightning32 talk contribs 6,306 bytes +6,306 Created page with "[https://apidocs.vintagestory.at/api/Vintagestory.API.Client.CompositeTexture.html CompositeTexture] is the type of the json object stored in the <code>textures</code> property of blocks and items. Here is an example from a block with the surrounding textures dictionary. Note that the composite texture is only the part that contains the "base" field. <syntaxhighlight lang='json'> textures: { all: { base: "block/glass/{type}" }, } </syntaxhighlight> == Properties ==..."