Description

Hi, I'm jsit and I made a little mod. It's a camp fire, a single use item that cooks food at an accelerated rate and will cook overnight if you sleep.

Step 1: Craft the campfire with sticks and logs. Place it in the world. Be careful, it is hot.
Step 2: Right click with uncooked food to add it to the fire. Right click with the same uncooked food to add more to the fire (up to a full stack). Any time you right click the fire you will take completed, cooked food off the fire. Right click the fire with an empty hand to pull the uncooked food out as well.
Step 3: Let the fire burn. The fire will continue to cook for 7 continuous Minecraft hours (about 6 minutes). That is long enough to cook just over 1 stack of 64 food. If you sleep the full night the fire will be completely burned out by the time you wake. Once the fire burns out (or you break it) the remaining food will be spit out into the world and a pile of ash will be left behind.
Other info:
The idea of this mod was to enhance early to mid game exploration.
The inner workings:
- Cooks 1 item every 100 ticks. Twice as fast as a furnace.
- It checks for time jumps with both WorldTime and TotalWorldTime and cooks accordingly for those time jumps.
- Despawns after being loaded for 7000 ticks or either of the times have changed by 7000 ticks.
- Will accept any item that has a smelting recipe that results in a food item. (instanceof ItemFood).
Modpack policy:
Please use it. Let me know how it goes.
Changes:
v1.2 (1.12/1.12.1)
- Added a config file.
- Config file allows customization of the burnout time (including disabling burnout).
- A whitelist can now be enabled in the config to allow other items to function in the camp fire (ore, wood, food from mods that do their food items weird, etc). Default behavior can even be disabled so ONLY whitelist items can be added to the camp fire.
- A blacklist can now be enabled to exclude items that would normally function on the camp fire by default (or by whitelist if you're so inclined).
v1.1 (1.12 only)
- Added custom texture for the ends of the logs to get rid of the resolution disparity.
v1.0
- Fixed a texture
- Added a tooltip so the item makes some sense if it is discovered via JEI if anyone puts it in a modpack.
- Correctly set version info in mcmod.info and @Mod.
v0.3
- Broke the sleeping/time jump mechanic in v0.2. Fixed it. Archived v0.2.
- Put together a 1.11.2 version.
v0.2
- Works with foods from other mods for any food that can be cooked in a furnace.
- Furnace recipes that return multiple items now return correctly in the camp fire but if the cooked food stack is full it dumps the remainder into the world.
AD
Become Premium to remove Ads!
What means Verified?
-
Compatibility: The mod should be compatible with the latest version of Minecraft and be clearly labeled with its supported versions.
-
Functionality: The mod should work as advertised and not cause any game-breaking bugs or crashes.
-
Security: The mod should not contain any malicious code or attempts to steal personal information.
-
Performance: The mod should not cause a significant decrease in the game's performance, such as by causing lag or reducing frame rates.
-
Originality: The mod should be original and not a copy of someone else's work.
-
Up-to-date: The mod should be regularly updated to fix bugs, improve performance, and maintain compatibility with the latest version of Minecraft.
-
Support: The mod should have an active developer who provides support and troubleshooting assistance to users.
-
License: The mod should be released under a clear and open source license that allows others to use, modify, and redistribute the code.
-
Documentation: The mod should come with clear and detailed documentation on how to install and use it.
AD
Become Premium to remove Ads!
How to Install
Download Forge & Java
Download Forge from the offical Site or here. If you dont have Java installed then install it now from here. After Downloading Forge you can run the file with Java.
Prepare
Lounch Minecraft and select your Forge istallation as Version this will create a Folder called Mods.
Add Mods
Type Win+R and type %appdata% and open the .minecraft Folder. There will you find your Folder called Mods. Place all Mods you want to play in this Folder
Enjoy
You are now Ready. Re-start your Game and start Playing.