- Adds template system with custom placeholders
- Adds a
scale
property for decorations to scale the model - Adds
particle_emitter
block-behaviour for particle emitting blocks and decorations - Adds
status_effect_emitter
block-behaviour to apply status effects to entities with the blocks radius - Adds
area_execute
block-behaviour to run commands when a player enters/leaves/stays in the given radius around a block - Adds
commandIncorrectKey
,commandsIncorrectKey
, andanimationIncorrectKey
forinteract_execute
which are ran when the player interacts with an invalid key (if specified)
Bug fixes:
- Decoration block placement for some configurations
- Allow interaction with interact_execute decoration with items in hand
- Commands not being run at the players position when atBlock was set to false
filament 0.14.10 for 1.21.1 and 1.2.0 for 1.21.6-8
This update moves the nexo/oraxen importer into its own mod, filament-nexo
As fail-safe you will get an error message and the server wont start if you have a nexo folder with packs
-
Adds
console
option for all behaviours that execute commands to execute the command as server/console -
Adds
%player%
and${player}
player name substitution for all commands -
Adds
sign
behaviour for decorations -
Adds a
display
option for showcase elements -
Adds
break_execute
behaviour for decorations from the 1.21.1 version, to run commands when a decoration is broken by a player
This update moves the nexo/oraxen importer into its mod, filament-nexo
As fail-safe you will get an error message and the server wont start if you have a nexo folder with packs
- Adds
console
option for all behaviours that execute commands to execute the command as server/console - Adds
%player%
and${player}
player name substitution for all commands - Fixes the shears behaviour not interacting with entities properly
- Adds support for any container sizes for decorations with containers
- Adds paginated container for decorations with containers, if the container size is larger than a vanilla container
- Adds copyTags property to copy item-tags from the vanillaItem item
- Fixes waxing / stripping disconnecting connected double chests
- Fixes animated_chest ignoring "can_pickup"
- Adds
animated_chest
decoration behaviour - Allows creative pick-block for container-based and showcase decorations
- Adds hopper and dropper support for showcase decorations
- Adds support for different stack sizes in showcase elements
- Reduces placement restrictions of decorations
- Adds support for different decoration models based on blockstate using the blockResource field
- Various smaller bug fixes
-
Adds
bouncy
block-behaviour -
Adds
place_on_water
block-behaviour -
Adds
wax
item-behaviour for honeycomb-like waxing -
Adds support for biome modifications to add features through datapacks, similar to forge/neoforge (only
filament:add_features
type is supported at the moment -
Adds
scrape
andscrapeWax
options for thestrippable
block behaviour to allow for copper/wax scrape particles -
Block models can now be auto-generated from textures
-
Fixes simple nexo items that are not blocks or furnitures not loading
-
Improves the datafixer
-
The
can_survive
block-behaviour now checks if the block below is a source water block ifwater
is used as block the block can survive on -
The docs now have examples for both YAML and JSON as tabs