-
Notifications
You must be signed in to change notification settings - Fork 4
Home
Dana edited this page Apr 3, 2026
·
50 revisions
Note
Documentation is up-to-date for library version 3.0.0-pre.8
- Attribute-based item (using behavior) - Recommended
- Attribute-based item (using class) - Optional
- Attribute-based block (using behavior) - Recommended
- Attribute-based custom transforms
- Attribute‐based backpack
- Attribute‐based ground stored processable
- Attribute‐based food tags
- Attribute‐based displayable properties
- Attribute‐based healing item
- Attribute‐based smithing ingredient
- Adding attribute-based items to the creative inventory
- CreativeInventoryStacks example
- GridRecipe example
CraluminumMods.VintageStory.AttributeRenderingLibrary
To reference the library in your code mod, add the following to your .csproj file:
<ItemGroup>
<PackageReference Include="CraluminumMods.VintageStory.AttributeRenderingLibrary" Version="3.0.0-pre.8" PrivateAssets="all" />
</ItemGroup>