
Halberd
Создай комплексный мод для Minecraft 1.21.1 на NeoForge, реализующий железную алебарду как тактическое двуручное оружие с уникальными механиками. Мод должен...
Downloads
0
Remixes
0
Price
Free
neoforge · Both · 1.21.1 · mod
Halberd Mod Notes
- Tactical iron halberd (mod id
halberd) built for NeoForge 1.21.1 with shared (server-safe) logic and a client-side charge property for animations. - Weapon stats live in a custom data component
HalberdAttributes(damage, speed, reach bonus, durability) with codec/stream codecs; main-hand attribute modifiers include +reach and sync automatically. - Hold use to charge; if sneaking, the use tick at ~90% charge triggers a piercing thrust along a 3-block ray, sweeping targets in a cylindrical window, applying enchantment-modified damage and knockback, and consuming durability per hit.
- Enchantment: “Broad Sweep” (I–III) applies only to the halberd, widens the special attack, adds a small reach attribute effect via EnchantmentEffectComponents, and appears in treasure/weapon-smith loot and trades; translations provided in EN/RU.
- Assets and data: shaped iron recipe, loot table
halberd:chests/halberd_cache, item/enchantment tags (including vanilla loot/trade tags), separate_transforms item models with charged override, 32×32 textures plus normal/specular maps.
How to use
- Craft the iron halberd with the provided recipe, then hold right-click; while sneaking, maintain the channel until the charge completes to fire the piercing sweep.
- Apply Broad Sweep to increase sweep width (scales with level) and gain extra reach through the enchantment effect.
Notes & suggestions
- Attribute bonuses only apply in the main hand; off-hand use is cosmetic.
- Sweep width caps before it becomes too wide; adjust the multiplier in code if you want an even broader arc.
- Loot/trade availability comes from standard enchantment tags—add worldgen loot modifiers if you need guaranteed distribution.
Server Validation
✅ Server validation passed - The mod was tested on a real Minecraft server and loaded successfully.
MultiFrameGen
a mod that optimizes rendering so the FPS is boosted using motion based frame generation that interpolates, add a reflex so that the latency and delay is low...
Amecs-NeoForge
Add redefinable keybindings with modifier keys; search bar on the Controls screen; non-blocking keybindings to allow multiple bindings per key; combo...
Speedrunner vs Hunter AI
Create a Minecraft mod "Speedrunner vs Hunter": hostile Hunters with roles (MELEE, ARCHER, BUILDER, TANK), adaptive AI, teleport, bridge building, TNT,...
betterenchants
A mod that makes the enchant cap the integer limit as well as being able to add any combination of enchants together.
the king in yellow
theres an entity called "the king in yellow" going after the player. The king in yellow is a tall figure, covered in yellow robes and a blurred face. If the...
dupe
package com.example.dupemod; import net.minecraft.client.Minecraft; import net.minecraft.entity.player.PlayerEntity; import net.minecraft.item.ItemStack;...