Please disclose if any significant portion of your mod was created using AI tools by adding the 'AI Generated' category. Failing to do so may result in the mod being removed from Thunderstore.
BlackMetalBuildables
Adds black metal variants of vanilla Valheim iron building pieces.
| Last updated | 5 days ago |
| Total downloads | 80 |
| Total rating | 0 |
| Categories | Mods Building AI Generated |
| Dependency string | HaydenC53-BlackMetalBuildables-1.0.1 |
| Dependants | 0 other packages depend on this package |
This mod requires the following mods to function
denikson-BepInExPack_Valheim
BepInEx pack for Valheim. Preconfigured with the correct entry point for mods and preferred defaults for the community.
Preferred version: 5.4.2333ValheimModding-Jotunn
Jötunn (/ˈjɔːtʊn/, 'giant'), the Valheim Library was created with the goal of making the lives of mod developers easier. It enables you to create mods for Valheim using an abstracted API so you can focus on the actual content creation.
Preferred version: 2.29.0README
Black Metal Buildables
Black Metal Buildables is a small Valheim mod that adds black metal variants of vanilla iron building pieces.
The current implementation clones existing Valheim iron build-piece prefabs, changes their gameplay metadata, registers them in the Hammer build menu, and applies a lightweight runtime material tint so they read as black metal without custom meshes, textures, icons, or Unity asset bundles.
Current Pieces
| Piece | New prefab | Source prefab | Cost |
|---|---|---|---|
| Black Metal Cage Floor 1x1 | blackmetal_floor_1x1 |
iron_floor_1x1_v2 |
1x Black Metal |
| Black Metal Cage Floor | blackmetal_floor_2x2 |
iron_floor_2x2 |
2x Black Metal |
| Black Metal Gate | blackmetal_gate |
iron_grate |
2x Black Metal |
| Black Metal Cage Wall 1x1 | blackmetal_wall_1x1 |
iron_wall_1x1 |
1x Black Metal |
| Black Metal Cage Wall 2x2 | blackmetal_wall_2x2 |
iron_wall_2x2 |
2x Black Metal |
All pieces are added to:
Piece table: Hammer
Category: HeavyBuild
AI USAGE
How I used AI:
- Used to validate C# syntax
- Used to generate documentation
- Used to verify Jotunn, BepInEx, and Unity API
- Generated icon
Build
From the repo root:
dotnet build .\src\BlackMetalBuildables.csproj
Build output:
src\bin\Debug\net472\BlackMetalBuildables.dll
Manual Install For Testing
This repo intentionally does not auto-deploy into a mod profile.
After building, copy:
src\bin\Debug\net472\BlackMetalBuildables.dll
into a BepInEx plugins folder. Then launch Valheim with that profile.