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
- Decorations are now fully compatible with block behaviours
- The lamp decoration-behaviour is now a block-behaviour with an option to show different models for the light-level block states
- Fixed light emissive decorations spanning multiple blocks not updating properly
- The repeater behaviour now updates nearby blocks properly when broken and placed
- The rotation value for decorations is now stored using block states
- Display-based blocks or decorations now react properly to block state changes
- The "virtual" field for blocks is now part of the properties.
- The waterloggable property is now based on behaviours for blocks and decorations.
The "rotate" and "rotateSmooth" properties for decorations have been deprecated; use either the
horizontal_facing
(orrotating
with"smooth": true
) block behaviours instead. - The
rotating
behaviour can be used by blocks for rotations in 45° steps