Compatibility
Minecraft: Java Edition
Platforms
Supported environments
90% of ad revenue goes to creators
Support creators and Modrinth ad-free with Modrinth+Creators
Details
Changelog
Filament Update 0.8.0
-
Removed
blockType
property for blocks, block states/properties are now provided by block behaviours --- This may break your current block configurations, please use one of the new block behaviours listed below and in the docs -
Added
axis
block behaviour for log/pillar-like blocks, adding anaxis
blockstate property -
Added
powerlevel
block behaviour which changes blockstate/model based on the input signal it receives, adding apowerlevel
blockstate property -
Added
facing
block behaviour for directional blocks, adding afacing
blockstate property and handling placement -
Added
horizontal_facing
block behaviour for horizontal-directional blocks, same asfacing
but only horizontal (no up/down) -
Added
crop
block behaviour for crop-like blocks -
Added
can_survive
block behaviour blocks that need a specific support block or a block with a specific block-tag, useful for plants/crops -
Models for block states now need to be defined in a vanilla way, see docs or example datapack for more info
-
Added
stripper
behaviour for items to strip logs/scrape off blocks like axes do. -
Added
compostable
behaviour for items with configurable chance of successful composting in a composter -
Added more properties for blocks (pushReaction, transparent, solid, etc)
-
Added destroy markers for decorations with blocks (using code from patbox's FactoryTools)
-
Fixes bucket interactions and sounds for noteblock based custom blocks
-
Rewritten internal behaviour system to be extensible, internal behaviours are implemented using the api
-
Updated example datapack
-
Updated and extended the docs
Files
Metadata
Release channel
ReleaseVersion number
0.8.0+1.21Loaders
Game versions
1.21–1.21.1Downloads
39Publication date
September 13, 2024 at 2:29 AMPublisher
tomalbrc
Owner