Version 1.2.1 Added support to toggle features per world
Added Mud creation via cauldrons Throw dirt into a water-filled cauldron to create mud. Added Concrete conversion in cauldrons Concrete powder turns into concrete when thrown into a cauldron. Added Instant sponge drying Setting a wet sponge on fire dries it instantly. Added Water bottle → lava interaction Splashing a water bottle into lava converts it into obsidian.
Added Spigot compatibility and improved performance
A Minecraft plugin that adds small, logical quality-of-life features that feel natural and vanilla-friendly.
Just Makes Sense enhances Minecraft with intuitive mechanics that many players expect to already exist. All features are configurable and can be enabled or disabled individually via the config file.
Copper Hoppers are upgraded hoppers with different transfer speeds depending on their oxidation state.
| Variant | Ticks per Item | Notes |
|---|---|---|
| NORMAL | 4 | Faster than vanilla |
| EXPOSED | 6 | |
| WEATHERED | 8 | Vanilla speed |
| OXIDIZED | 12 | |
| WAXED | 4 | Faster than vanilla |
| WAXED_EXPOSED | 6 | |
| WAXED_WEATHERED | 8 | Vanilla speed |
| WAXED_OXIDIZED | 12 |
Vanilla hopper speed: 8 ticks per item
Normal Copper Hopper:
C C
C K C
C
Waxed Copper Hopper:
C H C
C K C
C
C = Copper Ingot K = Copper Chest (Any variant, if you use a Honeycomb it needs to be waxed) H = Honeycomb
All features can be configured individually.
# ==================================================
# "Just Makes Sense" Configuration
# ==================================================
# --------------------------------------------------
# Core Cauldron Features
# --------------------------------------------------
# Enable ice-related cauldron mechanics
enable-ice: true
# Enable honey interactions with cauldrons
enable-honey: true
# Allow removing dye from items using cauldrons
enable-remove-dye: true
# --------------------------------------------------
# Cauldron Liquid Support
# --------------------------------------------------
# Controls which liquids can be used with cauldrons
# and how dispensers interact with them
# Allow dispensers to interact with cauldrons from below
allow-interaction-from-below: true
# Enable water cauldron behavior
enable-water: true
# Enable lava cauldron behavior
enable-lava: true
# Enable powder snow cauldron behavior
enable-powder-snow: true
# --------------------------------------------------
# Copper Hopper Mechanics
# --------------------------------------------------
# Enable copper hopper functionality
copper-hopper: true
# Number of items ejected before the hopper loses its wax layer
# (0 = never loses wax, 1000 = vanilla-like default)
copper-hopper-item-count: 1000
# --------------------------------------------------
# New Mobs
# --------------------------------------------------
# Be careful! The following features require the plugin "Citizens" which can be downloaded for free here:
# https://ci.citizensnpcs.co/job/Citizens2/
# Snow Zombies give you the poison effect
snow-zombie: true
# Jungle Zombies give you the poison effect
jungle-zombie: true
# --------------------------------------------------
# Item & Entity Gameplay Tweaks
# --------------------------------------------------
# Right-click a chipped/damaged anvil with an iron block to repair it
repair-anvil: true
# Glistering melons become edible and grant a short regeneration effect
enable-edible-glistering-melon: true
# Right click on melon blocks to eat a slice
melon-block-update: true
# Allow banners to be placed on boats
banner-on-boats: true
# Husks have a chance to drop sand
husks-drop-sand: true
# Goats drop mutton when killed
goat-drop-mutton: true
# Enable dyed torch variants
dyed-torches: true
# Protect your own pets by not allowing to attack them when you are not sneaking
protect-pets: true
The goal of Just Makes Sense is to add features that feel so natural that players might wonder why they were not part of vanilla Minecraft already.