Compatibility
Minecraft: Java Edition
1.21.1–1.21.6
1.20.1–1.20.4
Platforms
Supported environments
75% of ad revenue goes to creators
Support creators and Modrinth ad-free with Modrinth+Links
Creators
Details
Licensed MIT
Published last month
Updated 4 days ago
Weapon Grease
Bring the weapon grease system from the Lands Between to Minecraft!
Features
✨ Weapon Grease System
- Apply various magical effects to weapons/tools using grease(Handheld grease and weapon)
- Grease effects last 30 seconds by default (configurable)
- Compatible with most melee weapons\tool
âš¡ Grease Types
Grease Type | Effect | Default Values |
---|---|---|
Lightning Grease | summon lightning strikes | 5s cooldown |
Sacred Grease | add damage against undead mobs | +2 damage |
Fire Grease | Ignites targets on hit | 8s burn duration |
Magic Grease | Converts chance to physical damage to magic damage | 100% change |
Poison Grease | Applies poison debuff to targets | 20s poison duration |
Freezing Grease | freeze enemies | 8s freeze duration |
📥 Installation
- Requires Minecraft Fabric\Forge\NeoForge
- Download mod jar file
- Place in mods folder
- Launch and enjoy!
🔧 Configuration
All durations, probabilities, and damage values can be modified through config files:
- Adjust effect timings
- Modify damage multipliers
- Change probability rates
Customize every aspect of grease effects through ./minecraft/config/grease.json
:
{
"fire_tick": 160, // Duration targets stay burning (1 s = 20tick)
"poison_tick": 400, // Duration of poison effect
"freezing_tick": 160, // Duration of freeze effect
"lightning_cooldown": 100, // Cooldown between lightning strikes
"grease_tick": 600, // Base duration for all grease effects
"sacred_damage": 2, // Bonus damage against undead
"magic_change": 100, // Percentage of damage converted to magic
"grease_item": [ //other item
"minecraft:stick"
]
}
📢 My Other mods
- ChargedMobs(Fabric/Forge/NeoForge): Added more types charged mobs
- Yyz's backpack(Fabric/Forge/NeoForge): A new backpack mod may be more suitable for you.
📢 Report issues/suggestions: [https://github.com/yyz729/Grease/issues]