Mod
Campfire
No reviews yet
A simple mod for 1.12 that adds campfires with high levels of customizability!
Focuses on cooking, recipes, and food-related mechanics.
Forge is a popular mod loader for versions 1.1+ of Minecraft.
Community voices
Reviews
Click once to include, again to exclude, again to clear
No reviews yet. Be the first to review this project!
Get it on
Available Platforms
Compatibility
Supported Environments
About
Project Details
For authors
Embed Badge
If you're the author of this project, you can embed a live badge anywhere that supports HTML or Markdown. It updates automatically whenever ratings change.
Use HTML for any page that supports it, or Markdown for README files and Markdown-based descriptions.
Identifiers
Platform IDs
About
Description
Campfire is a simple mod for 1.12 that adds campfires with high levels of customizability
This mod automatically creates campfire recipes from all food-related furnace recipes to ensure compatibility with pretty much every food mod right out of the box! The config file can be used to add custom recipes, or be used to remove builtin ones. Campfires use IBakedModels instead of a TESR to render, for increased performance.
![]()
Campfires added by this mod offer the same functionality of what you'd expect from vanilla's 1.14 implementation, and more! The main difference you may notice right off the bat is that these campfires can be made with any "logWood" item (not just oak), which means that all vanilla and modded wood types are supported! The config can also be used to add or remove wood types. Campfire recipes added through the config can also specify valid wood types, for example you could make a recipe that requires a specific wood type or that only works with a small handful of wood types (if you decide not to specify wood types in your recipe, any will be accepted).
![]()
The campfires added by this mod are also dyeable! They're dyed the same way as leather armor in a crafting table. When dyed, the smoke particles will be the same color (there are no smoke particles in the left image so the campfires in the back can be seen more clearly, campfire smoke can be toggled in the config).
![]()
Along with adding Campfires, this mod also adds a decorative Brazier block! It emits smoke the same as a campfire and can be dyed too! (credit goes to Foreck1 for the idea and cage texture)
![]()
While powered, campfires (and braziers) will tint their smoke color the same as the block's map color below. This functionality was heavily inspired by the Colorful Campfire mod. If you don't like this functionality, you can set the powered action via the config to either: COLOR, DISABLE, or IGNORE. COLOR does what I just described, DISABLE simply disables the smoke particles while powered, and IGNORE removes any kind of powered functionality.
![]()
Some last smaller changes between this mod's campfires and vanilla's are that the amount of items campfires can cook at once is increased from 4 to 8, and that walking into campfires or braziers will deal fire damage! Either of these changes can be reverted in the config.
I made this mod for two of my other upcoming mods that need this one as a dependency, the existing mods that add campfires to 1.12 don't do what I need as a dependency. Feel free to use this in any modpack!
A simple mod for 1.12.2 that adds campfires with high levels of customizability!
This mod automatically creates campfire recipes from all food-related furnace recipes to ensure compatibility with pretty much every food mod right out of the box! The config file can be used to add custom recipes, or be used to remove builtin ones.
Recipe config details for modpack developers
The config/campfire/recipes.json file has two main parts, it can either add recipes or remove them. Some examples are below:
{
"add":[
//recipe that turns a dirt into a diamond, with no exp output and that takes 400 ticks (default value)
{"inputs":[{"id":"minecraft:dirt"}],"output":{"id":"minecraft:diamond"}},
//recipe that turns a course dirt into an emerald, the recipe is set to only work on oak log campfires
{"inputs":[{"id":"minecraft:dirt","Damage":1}],"output":{"id":"minecraft:emerald"},"campfireTypes":[{"id":"minecraft:log"}]},
//recipe that turns wool (with any damage value) into a stone block, takes 500 ticks and gives 1 xp
{"inputs":[{"id":"minecraft:wool","Damage":32767}],"output":{"id":"minecraft:stone"},"experience":1,"cookTime":500},
//nbt-specific recipe turns a blue-dyed leather tunic into a totem of undying
{"inputs":[{"id":"minecraft:leather_chestplate","tag":{"display":{"color":3949738}}}],"output":{"id":"minecraft:totem_of_undying"}},
//oredict recipe that turns any logWood item into charcoal
{"inputs":[{"oreid":"logWood"}],"output":{"id":"minecraft:coal","Damage":1}}
],
"remove":[
//the "input" tag removes any recipes that use the provided ItemStack as an input
{"input":{"id":"minecraft:porkchop"}},
//the "output" tag removes any recipes that use the provided ItemStack as an output
{"output":{"id":"minecraft:cooked_fish","Damage":1}}
]
}
The config/campfire.cfg file also has a setting to toggle the auto-generation of campfire recipes from food furnace recipes, if you want even more customization over the recipes!
![]()
The campfires added by this mod offer the same functionality of what you'd expect from the Village and Pillage Update's implementation, and much more! The first difference you may notice right off the bat is that these campfires can be made with any "logWood" item (not just oak), which means that all vanilla and modded wood types are dynamically supported! The config can also be used to add or remove wood types (so you can add diamond campfires if you really want lol).
The previously mentioned campfire recipes can optionally specify valid wood types. For example, you could make a recipe that requires a specific wood type, or that only works with a small handful of wood types (if you decide not to specify wood types in your recipes, any will be accepted).
![]()
Campfires are also dyeable! They're dyed the same way as leather armor in a crafting table. When dyed, the smoke particles will be the same color (there are no smoke particles in the left image so the campfires in the back can be seen more clearly, campfire smoke can be toggled in the config).
![]()
Along with adding Campfires, this mod also adds a decorative Brazier block! It emits smoke the same as a campfire and can be dyed too! (credit goes to Foreck1 for the idea and cage texture)
![]()
Some smaller changes are that the amount of items campfires can cook at once is increased from 4 to 8, and that walking into campfires or braziers will deal fire damage! Either of these changes can be reverted in the config.
While powered, campfires (and braziers) will tint their smoke color the same as the block's map color below. This functionality was heavily inspired by the Colorful Campfire mod. If you don't like this functionality, you can set the powered action via the config to either: COLOR, DISABLE, or IGNORE. COLOR does what I just described, DISABLE simply disables the smoke particles while powered, and IGNORE removes any kind of powered functionality.
If you're a modpack developer wanting to add this mod to a CurseForge exclusive modpack, use File Director.
This mod will not be ported
Screenshots
Gallery
Versions
Files
Relations
Project Relations
More like this
Similar Mods
Suggestions use data such as tags, dependencies, dependents, descriptions, titles, and more to rank how much they overlap with this mod.
On ModDex
Community snapshot
By the numbers
Statistics
Want to reach Minecraft players?
We're looking for a server hosting partner to feature here and other parts of the site. Interested? Send us a message!
Get in touchGet it on
Available Platforms
On ModDex
Community snapshot
By the numbers