Mods / Braziers

Tags:
Cosmetics Furniture
Author:
Jozhin_z_bazhin
Side:
Both
Created:
Mar 26th 2021 at 7:18 AM
Last modified:
May 18th at 5:18 PM
Downloads:
83850
Latest release (for Vintage Story 1.22.0 - 1.22.2, potentially outdated):
drbraziers_1.1.3.zip  1-click install

This little mod adds variety of metal braziers.

Currently implemented dozen variants - small and big versions in scrap metal (rusty), copper, black bronze (my favourite), iron, meteoric iron, steel variants.

Braziers are pure decorative (you cannot make grilled meat :) ), but give decent amount of light (up to 20) and heat.

Scrap metal one crafts with scrap metal pieces. While metal ones - with metal strips (obtainable by smithing).

 

Mod Version Mod IdentifierFor Game version Downloads Released Changelog Download 1-click mod install*
1.1.3 hqzlights
1.22.0 - 1.22.2
7141 May 18th at 5:18 PM drbraziers_1.1.3.zip 1-click install
  • Fix for 1.22.x
  • Aged firewood can be used in small braziers
1.1.2 hqzlights 39503 Jul 20th 2025 at 7:17 PM drbraziers_1.1.2.zip 1-click install

Nothing changed. Fixed recipes for version 1.21.

1.1.1 hqzlights 33997 Apr 12th 2023 at 3:46 PM drbraziers_1.1.1.zip 1-click install

- Removed metal strips item. Now you can craft braziers with vanilla strips and nails.

1.1.0 hqzlights 427 Apr 11th 2023 at 5:40 PM drbraziers_1.1.0.zip 1-click install
  • Removed junk from archive;
  • Tweaked generated heat values, color tint and light levels;
  • Tweaked recipes. Not so cheap now, but still not expensive;
  • Added bigger (Zum Dorfkrug server styled) braziers;
  • Added german translation (Thanks to DasPrinzip);

This version is compatible with VS 1.18. Scrap braziers will have no textures for VS 1.17 and older.

1.0.0 hqzlights 2782 Mar 26th 2021 at 6:18 PM hqzlights1.0.0.zip 1-click install

Initial release (six types of braziers)


48 Comments (oldest first | newest first) (threaded | flat)

Jozhin_z_bazhin , 5 days ago

Yes, it still work in 1.22.3

KittyBee, Jul 9th at 1:17 PM

does this mod work in 1.22.3? if not hope you update soon!

Jadesy, Jun 26th at 3:27 PM

Is the length of time that these / burn / stay lit / ... configurable?

ANG249, Jun 6th at 2:40 PM

Unable to craft Braziers using Rendered Fat, is this intended as part of the mod?

Ghaelen, May 31st at 12:00 AM

How are these braziers different from the ones provided by Vies Blocks?  Those last 12 hours for one firewood, and provide both heat and light.

ulture, May 18th at 9:35 PM

I don't understand why mods sometimes have a title, an in-game name, and a filename that are all different

OfficerHotpants, May 22nd at 5:57 PM (modified May 22nd at 5:59 PM)
@ulture: I don't understand why mods sometimes have a title, an in-game name, and a filename that are all different

When you're working on projects like these you quickly realize that you need to have some kind of naming system to keep everything straight and avoid identical filenames or missing files in the final product.  "VS FF BIalt" looks terrible in the title but is great under-the-hood for organizational purposes.  Especially if you're working on multiple versions of a particular thing. 

 

It's also good for keeping a folder full of multiple people's work organized.  I give all of my mods the same starting prefix.  When I need to work on any of them, I know exactly where all of them are in the folder.  No need to hunt around.

Bl0ckparty, May 18th at 6:11 PM (modified May 18th at 6:12 PM)

The fat lamp is different in 1.22 and the lump of fat comes in raw fat and rendered fat.  Does this change anything for the crafting recipes?

Nubbs, May 18th at 6:06 PM

Thanks for update

TooManyBees, May 6th at 9:08 PM

any plans to update this mod?

Daddy_Also, May 13th at 7:13 PM (modified May 13th at 7:14 PM)
@TooManyBees: any plans to update this mod?

Please DO!

And, the large brazier should absolutely be a firepit, or have a varient that is, IMHO. 

TMG1122, Apr 26th at 11:49 AM (modified Apr 26th at 11:50 AM)

Can this help with warming areas around planted fruit-tree cuttings in winter to stop them dying due to them usually being too cold?

Dragostes, Mar 22nd at 1:44 AM

To resolve recipe errores locate the mod; drbraziers_1.1.2.zip\assets\hqzlights\recipes\grid\braziers & firecage respectively, change instances of "game:oillamp-up" into ""game:oillamp-*". 
Or just copy paste this spoiler into braziers.json:

Spoiler!
[
{
ingredientPattern: "FWF,SLS,HS_",
ingredients: {
"H": { type: "item", code: "game:hammer-*", isTool: true, toolDurabilityCost: 10 },
"W": { type: "item", code: "game:firewood", quantity: 16},
"S": { type: "block", code: "game:metal-scraps", quantity: 2},
"F": { type: "item", code: "game:fat", quantity: 2 },
"L": { type: "block", code: "game:oillamp-*" },
},
width: 3,
height: 3,
output: { type: "block", code: "hqzlights:brazier-scrap" }
},
{
ingredientPattern: "FWF,SLS,HS_",
ingredients: {
"H": { type: "item", code: "game:hammer-*", isTool: true, toolDurabilityCost: 10 },
"W": { type: "item", code: "game:firewood", quantity: 16},
"S": { type: "item", code: "game:metalnailsandstrips-*", name: "metal", allowedVariants: ["copper", "blackbronze", "iron", "meteoriciron", "steel"], quantity: 3},
"F": { type: "item", code: "game:fat", quantity: 2 },
"L": { type: "block", code: "game:oillamp-*" },
},
width: 3,
height: 3,
output: { type: "block", code: "hqzlights:brazier-{metal}" }
}
]

And paste this into your firecage.json: 

Spoiler!
[
{
ingredientPattern: "FWF,SLS,HS_",
ingredients: {
"H": { type: "item", code: "game:hammer-*", isTool: true, toolDurabilityCost: 20 },
"W": { type: "item", code: "game:charcoal", quantity: 32},
"S": { type: "block", code: "game:metal-scraps", quantity: 3},
"F": { type: "item", code: "game:fat", quantity: 2 },
"L": { type: "block", code: "game:oillamp-*" },
},
width: 3,
height: 3,
output: { type: "block", code: "hqzlights:firecage-scrap" }
},
{
ingredientPattern: "FWF,SLS,HS_",
ingredients: {
"H": { type: "item", code: "game:hammer-*", isTool: true, toolDurabilityCost: 20 },
"W": { type: "item", code: "game:charcoal", quantity: 32},
"S": { type: "item", code: "game:metalnailsandstrips-*", name: "metal", allowedVariants: ["copper", "blackbronze", "iron", "meteoriciron", "steel"], quantity: 4},
"F": { type: "item", code: "game:fat", quantity: 2 },
"L": { type: "block", code: "game:oillamp-*" },
},
width: 3,
height: 3,
output: { type: "block", code: "hqzlights:firecage-{metal}" }
}
]

Nothing besides the fix mentioned above was altered in these changes, tested on a local server.

 

RangerTau, Feb 21st at 11:26 PM

3rding

Apiary, Jan 27th at 7:27 PM

Great mod - 2nding what ItsAnny said, would love an option to make these cost fuel so they aren't just free heat all winter

Vynk, Dec 23rd 2025 at 8:35 PM

Damonicus1986

just started seeing those errors too, odd that i didn't see them before so it may be from a patch, or something getting removed/renamed in 1.21.6?

Zogandahl, Nov 20th 2025 at 7:35 PM (modified Nov 20th 2025 at 7:41 PM)

I dont see dependencies, Am I missing something?   I get multiple error codes on startup that contain" brazier. . . contain an ingredient that canot be resolved.  A very large list of this. (see also "Damonica 1986" spoiler list below )  I am using VS 1.21,5 , Thanks.

unHallowed, Nov 18th 2025 at 6:26 PM

Jozhin_z_bazhin - any chance an update for the braziers is on your to-do list, my friend?

Damonicus1986, Nov 14th 2025 at 12:23 PM

log error spam

Spoiler
14.11.2025 11:08:21 [Warning] Failed resolving crafting recipe ingredient with code game:oillamp-up in Grid recipe
14.11.2025 11:08:21 [Error] Grid Recipe with output Block code hqzlights:brazier-scrap contains an ingredient that cannot be resolved: Block code game:oillamp-up
14.11.2025 11:08:21 [Warning] Failed resolving crafting recipe ingredient with code game:oillamp-up in Grid recipe
14.11.2025 11:08:21 [Error] Grid Recipe with output Block code hqzlights:brazier-scrap contains an ingredient that cannot be resolved: Block code game:oillamp-up
14.11.2025 11:08:21 [Warning] Failed resolving crafting recipe ingredient with code game:oillamp-up in Grid recipe
14.11.2025 11:08:21 [Error] Grid Recipe with output Block code hqzlights:brazier-scrap contains an ingredient that cannot be resolved: Block code game:oillamp-up
14.11.2025 11:08:21 [Warning] Failed resolving crafting recipe ingredient with code game:oillamp-up in Grid recipe
14.11.2025 11:08:21 [Error] Grid Recipe with output Block code hqzlights:brazier-scrap contains an ingredient that cannot be resolved: Block code game:oillamp-up
14.11.2025 11:08:21 [Warning] Failed resolving crafting recipe ingredient with code game:oillamp-up in Grid recipe
14.11.2025 11:08:21 [Error] Grid Recipe with output Block code hqzlights:brazier-scrap contains an ingredient that cannot be resolved: Block code game:oillamp-up
ItsAnny, Oct 25th 2025 at 8:24 AM

It would be so peak if you could make a config option that makes them cost firewood or coal!
Else they are just incredibly OP in the winter, giving heat but not costing any upkeep in resources.

KingKull2112, Sep 11th 2025 at 11:32 PM

Does this work in 1.21.1? I play on a server where I'm not the admin but I've been tracking the update status for all of our mods

ICountFrom0, Sep 8th 2025 at 11:30 AM

 

"grid recipe with output block code hqzlights:brazier-scrap contains an ingredient that cannot be resolved:  Block code game:oillamp-up "

When testing RC1.

Goodluck

Spikeball, Aug 14th 2025 at 8:45 AM

Real Smoke support would be cool. https://mods.vintagestory.at/realsmoke

PureWinter, Aug 7th 2025 at 10:33 PM

This is cool :D

LivCi, Jul 20th 2025 at 7:33 PM

It would be really cool if these could heat up whatever room you put them in during winter. For builds that are high up especially, since temperature drops as you go higher. Imagine having a nice mountain base without worrying about the cold

unHallowed, Jun 13th 2025 at 4:56 PM

Yes it is!

kaisr, Apr 27th 2025 at 6:40 AM

is this still working for 1.20.9?

Kara, Jan 6th 2025 at 2:04 PM

Think im going to have to add this into the server list =P <3

JabZ, Jan 1st 2025 at 2:06 PM

Would love an update for 1.20

Bl0ckparty, Nov 18th 2024 at 1:54 AM

This mod still works for me in 1.19.8, but I don't use the Medieval Expansion mod.  It does not conflict with the braziers in the VS Village mods, which are the only other braziers I have.  The VS Village mods braziers only light up at a certain time of night and attract the villagers to them so they can "gather" and any Herbalists (and players) can heal any villagers who are still damaged.  I do not believe they put out any heat, while the DrBraziers continuously put out light AND heat.  Great for any snowy/winter trips!

TherronKeen, Oct 26th 2024 at 9:43 PM

Hey, I've got a small scrapmetal brazier from this mod and it has stopped burning, but breaking it and placing it back down doesn't work, I can't relight it, and I can't seem to add more fuel of any kind. Is this intentional? Do they have a maximum burn time?

jhaury, Mar 4th 2024 at 6:04 PM

Is this mod compattible with Medieval Expansion? That mod also adds braziers but the ones from this mod look so much better.

AdolChristin, Jan 3rd 2024 at 2:16 AM

One of my favorite mods. A classic.

Jozhin_z_bazhin , Dec 17th 2023 at 1:48 PM

Works for me

iodide, Dec 3rd 2023 at 6:38 PM

Can anyone confirm if this works on v.19pre?

Asil, Jul 9th 2023 at 5:35 PM

Dude! These are awesome! I put the large one in a hole, build a fireplace around it, build a cosy living room, and come home after a hard day of adventuring to a welcoming cottage. Great job! 

bringitonwimps, May 4th 2023 at 3:26 AM

is it possible to add an option/ config to make tyhese need fuel?.. i really like them and how they look but i feel like they are a little op as you can make one carry it around forever and always have mobile heat.  just a small reqwuest if not not end of world.

NiclAss, Apr 12th 2023 at 5:11 PM

Good Job and thank you very much! That was fast!

Jozhin_z_bazhin , Apr 12th 2023 at 5:07 PM

@NiclAss   Done!

NiclAss, Apr 11th 2023 at 7:11 PM

Hey nice mod.
What do you think about using the vanilla nails and strips for the recipe instead of your mods strips?
the vanilla strips are new with 1.18

Babbydoll24, Mar 11th 2023 at 10:04 PM

will this work for 1.18?

l33tmaan, Nov 7th 2022 at 10:15 PM

Yeah, this is still working fine. Great mod, 10/10.

Juliustice, Oct 18th 2022 at 2:49 PM

Is this working in 1.17?

 

DarkSeedRA, Oct 29th 2021 at 7:11 AM

I love this mod! These are the lights I needed. Is there any way to make the light similar in color to the standard torches? The braziers are very orange/red for me. 

Khaumi, Apr 15th 2021 at 8:10 AM

Where are those thatch roof blocks in your screenshots from?

Leonoric, Mar 27th 2021 at 4:30 PM

Nice. Thank's !

Rufkut, Mar 26th 2021 at 6:54 PM

I love this