
Furry transformation collar
Create a black and red furry collar that turns players into a female black and white wolf furry with a red fuhawk hair style with jiggle physics
Downloads
90
Remixes
0
Price
Free
neoforge · Both · 1.21.1 · mod
What it does
- Adds the Black & Crimson Wolf Collar item that toggles a feminine, fuhawked wolf form when used or equipped.
- The form grants extra speed, attack power, armor, and bonus hearts for 15 minutes per activation, with night vision, haste, and light self-healing while active.
- Hair “jiggle” is hinted by red and ash dust particles around the player’s head, plus wolf howl/whine audio cues for transforming and reverting.
How to use
- Find the collar in the “Furry Transformation Collar” creative tab or give it directly (e.g.,
/give @p furrytransformationcollar:furry_collar). - Right-click to auto-equip it to the chest slot (if open) and toggle the wolf form; right-click again to revert early.
Implementation notes
- Core registrations live under
com.furrytransformationcollar; the mod id isfurrytransformationcollar. - Transformation is driven by a custom mob effect with attribute boosts and periodic server-side tick handling for senses, particles, and gentle healing.
- The collar texture is a custom 32x32 asset with black base leather, crimson accents, a metal ring, and a red fuhawk tuft.
Known limitations / future ideas
- The transformation is mechanical and particle-based only; it does not change player models or animations beyond particles and sounds.
- Jiggle physics are represented with lightweight particle motion rather than full animated hair; adding a custom model/renderer would enhance visuals if a client-only layer is acceptable.
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;...