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.
If a water-filled cauldron is placed in a biome where water can freeze:
Ice can be collected manually or via hoppers
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: true
enable-honey: true
enable-remove-dye: true
# --------------------------------------------------
# Cauldron Liquid Support
# --------------------------------------------------
allow-interaction-from-below: true
enable-water: true
enable-lava: true
enable-powder-snow: true
# --------------------------------------------------
# Copper Hopper Mechanics
# --------------------------------------------------
copper-hopper: true
# Number of items moved before wax is removed
# 0 = wax never wears off
copper-hopper-item-count: 10
# --------------------------------------------------
# Item and Entity Gameplay Tweaks
# --------------------------------------------------
enable-edible-glistering-melon: true
banner-on-boats: true
husks-drop-sand: true
goat-drop-mutton: true
dyed-torches: 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.