Haven Kitchen Sink Helper

Quick rating

Haven Kitchen Sink Helper

No reviews yet

A mod that adds a lot of Quality of Life features for Kitchen Sink Modpacks.

Tech
Skyblock
Automation & Processing
QoL & Tweaks
Mod Loaders
Forge
NeoForge
Minecraft

Community voices

Reviews

Versions
Loading versions…
Match includes

Click once to include, again to exclude, again to clear

Rating Any
Any 0.5 1.0 1.5 2.0 2.5 3.0 3.5 4.0 4.5 5.0
Min
Max
Play Status
Reviews
Time Played
hrs+
Verified developers only
Has developer response
List view
Grid view
Compact view
Sort by
Date
Rating
Helpful
Unhelpful
Edited
Sort ascending
Delete this review?

This removes your review from the project. You can write a new review after.

Review submitted for moderation

Your review has been sent to moderators, who will check that it meets our guidelines before it appears publicly.

No reviews yet. Be the first to review this project!

Get it on

Available Platforms

About

Project Details

Type
Mod
Latest Version
HavenKitchenSinkHelper-1.20.1-1.0.2.jar
Authors

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.

Custom banner text
ModDex rating badge preview

Use HTML for any page that supports it, or Markdown for README files and Markdown-based descriptions.

Identifiers

Platform IDs

CurseForge ID

Resources

External Links

About

Description

Haven Kitchen Sink Helper

Haven Kitchen Sink Helper is a feature-rich Minecraft mod designed to simplify modpack creation. With tools, items, commands, and recipes, it provides everything modpack creators need to make the process efficient and enjoyable.


Features

  • 3x3 Tools: Hammers and Excavators for faster mining and digging.
  • Tree Choppers: Quickly chop down entire trees.
  • Crafting Tiers: Basic, Intermediate, Advanced, Elite, and Ultimate tiers for customizable crafting.
  • Underground Materials: Scorched Stone, Stone Bricks, and Cobblestone veins.
  • Scorched Ores: Nugget-yielding ores found in Scorched Stone Veins.
  • Havenite Ore: Found below Y Level 60 and requires a Netherite Pickaxe.
  • Resource Nuggets: Includes Diamond, Emerald, Netherite, and more.
  • Additional Materials: Ingots, Dusts, Mini Coal, Charcoal Blocks, and more.
  • Utility Items: Magnets to attract items, Repair Talismans for item repairs, and Watering Cans for crop acceleration.
  • Colorful Lamps: Available in all dye colors and toggleable with right-click.
  • Durable Tools: Includes Wooden, Bone, Flint, Stone, Copper, Obsidian, Emerald, Dragon, and Havenite tools.

Commands

  • /havenksh admin generatejsons alltags:
    • Generates all tags from Blocks and Items in their respective JSON file in "config/havenksh/generatedjsons".
  • /havenksh admin generatejsons blocks:
    • Generates all blocks in the game in a JSON file in "config/havenksh/generatedjsons".
  • /havenksh admin generatejsons items:
    • Generates all items in the game in a JSON file in "config/havenksh/generatedjsons".
  • /havenksh admin generatejsons chests blocks:
    • Generates a JSON file for chest blocks when looking at a chest (or one side of a double chest) in "config/havenksh/generatedjsons".
  • /havenksh admin generatejsons chests items:
    • Generates a JSON file for chest items, including NBT and item count, when looking at a chest (or one side of a double chest) in "config/havenksh/generatedjsons".
  • /havenksh admin generatejsons ftbquestchapter TITLE MODID:
    • Generates all items and blocks from the specified mod with a title in a new chapter.
    • Requires reloading with /ftbquests reload or re-entering the world to appear in-game.
    • Only works in Singleplayer. The file is generated in the FTBQuests Chapter Folder.
  • /havenksh admin generatejsons ftbquestrewards TITLE:
    • Generates a JSON file with items, amounts, and NBT from a chest.
    • Requires reloading with /ftbquests reload or re-entering the world to appear in-game.
    • Only works in Singleplayer. The file is generated in the FTBQuests Rewards Folder.
  • /havenksh admin generatejsons mobs:
    • Generates all mobs in the game in a JSON file in "config/havenksh/generatedjsons".
  • /havenksh admin generatejsons modblocks MODID:
    • Generates a JSON file for all blocks from the specified mod in "config/havenksh/generatedjsons".
  • /havenksh admin generatejsons moditems MODID:
    • Generates a JSON file for all items from the specified mod in "config/havenksh/generatedjsons".
  • /havenksh admin generatejsons tags TAGNAME items:
    • Generates a JSON file for all items under the specified tag in "config/havenksh/generatedjsons".
  • /havenksh admin generatejsons tags TAGNAME blocks:
    • Generates a JSON file for all blocks under the specified tag in "config/havenksh/generatedjsons".

Default Configuration

#Mending Necklace
[mendingNecklace]
#The interval in ticks between each repair of the mending necklace.
#Range: 1 ~ 100000
mendingNecklaceRepairInterval = 100

#Mini Coal and Mini Charcoal
[miniFuel]
#The burn time of mini coal. (200 = 1 item)
#Range: 1 ~ 100000
miniCoalBurnTime = 200
#The burn time of mini charcoal. (200 = 1 item)
#Range: 1 ~ 100000
miniCharcoalBurnTime = 200

#Dragon Scale Drop
[dragonScaleDropChance]
#The chance for the Ender Dragon to drop a Dragon Scale.
#Range: 0 ~ 100
dragonScaleDropChance = 100
#The max random amount of Dragon Scales that can drop from the Ender Dragon.
#Range: 1 ~ 64
dragonScaleDropAmount = 4

#Watering Cans
[wateringCan]
#The cooldown in ticks for the watering can.
#Range: 1 ~ 1000
wateringCanCooldown = 10

#Hammers
[hammers]
#If enabled, the hammers only takes 1 durability instead of the amount it breaks.
hammerDurability = true

#Highlight color for the hammer
[hammers.hammer_highlight]
#The red value of the highlight color.
#Range: 0.0 ~ 1.0
hammer_highlight_red = 1.0
#The green value of the highlight color.
#Range: 0.0 ~ 1.0
hammer_highlight_green = 0.0
#The blue value of the highlight color.
#Range: 0.0 ~ 1.0
hammer_highlight_blue = 1.0
#The alpha value of the highlight color.
#Range: 0.0 ~ 1.0
hammer_highlight_alpha = 0.4

#Excavators
[excavator]
#If enabled, the excavators only takes 1 durability instead of the amount it breaks.
excavatorDurability = true

#Highlight color for the excavator
[excavator.excavator_highlight]
#The red value of the highlight color.
#Range: 0.0 ~ 1.0
excavator_highlight_red = 1.0
#The green value of the highlight color.
#Range: 0.0 ~ 1.0
excavator_highlight_green = 0.0
#The blue value of the highlight color.
#Range: 0.0 ~ 1.0
excavator_highlight_blue = 1.0
#The alpha value of the highlight color.
#Range: 0.0 ~ 1.0
excavator_highlight_alpha = 0.4


Support

Join our Discord community for updates, bug reports, and support.

Screenshots

Gallery

This project has no gallery images yet.

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

0
Ratings
0
Followers
0
In stacks

By the numbers

Statistics

~6,000
Downloads
Last Updated
Created
Last synced
When ModDex last fetched this project from CurseForge or Modrinth. Every project is re-checked on a schedule, and any project that ships a new file is synced automatically within hours of the release.
New file updates sync automatically
How syncing works