Changelog
Additions:
- Adds cosmetic behaviour for items:
- Cosmetics and armor can be swapped/equipped like any other item
- Cosmetics on the chest equipment slot get added as virtual item display riding the player
- Chest cosmetics support animated blockbench models
- Example cosmetic behaviour for animated chest slot swag:
"cosmetic": {
"slot": "chest",
"model": "mynamespace:wings",
"autoplay": "animation"
}
- Added
sound
property toshoot
item behaviour when the item is used - The
trap
behaviour now has properties:chance
, a percentage as interger between 0 and 100 with a default of 50%requiredEffects
, a list of status effects, example:
"trap": {
"types": ["minecraft:allay"],
"useDuration": 120,
"requiredEffects": ["minecraft:weakness"],
"chance": 75
}
- Adds /hat command
- Adds permission checks for commands, for luckperms and friends:
filament.command.dye
filament.command.hat
filament.command.pick
Fixes:
- Fixes Trap items not working properly
- Fixes Shooting items incorrectly shooting the whole itemstack
projectile
property ofshoot
item behaviour is now used as projectile- Other minor data component related fixes
Files
filament-0.4-SNAPSHOT+1.21.jar(484.42 KiB) Primary
90% of ad revenue goes to creators
Support creators and Modrinth ad-free with Modrinth+Metadata
Release channel
ReleaseVersion number
0.4-SNAPSHOT+1.21Loaders
Fabric
Game versions
1.21Downloads
360Publication date
June 23, 2024 at 3:22 PMPublisher
tomalbrc
Owner