Перейти к содержимому
Mineforgian

filament

Data driven Items, Blocks, Decorations and Mobs for Fabric based servers. No client mods required!

189K загрузок187 подписчиковLGPL-3.0-or-laterfabric

Обновлён 9 июня 2026 г. · опубликован 3 января 2024 г.

  • Example Blocks
  • More Furniture
  • Filament Editor
  • Furniture
  • Backpack chest cosmetic

This mod will no longer be updated on modrinth!

See https://www.curseforge.com/minecraft/mc-mods/filament for the latest version!

Filament: Custom Content Adder for Fabric Servers

Documentation CurseForge GitHub

discord

filament simplifies adding custom content to Fabric-based Minecraft servers. It allows server owners to add new items, blocks, decorations and even mobs using JSON files—no coding required. Configure a block, item, decoration, or armor, and you're ready to go!

Clients can connect to servers using filament without installing any mods, as it relies on a resource pack, item display entities, and packet-based methods.

Decorations and other features have minimal server performance impact due to their packet-based nature.

Use Polymer's auto-hosting capability to host the resource pack—no third-party server required.

TLDR: ItemsAdder/Oraxen alternative for Fabric.

Features

  • Custom Items: Add items with unique behaviors, including:

    • Armor
    • Cosmetics
    • Items running commands
    • Bows/Crossbows
  • Custom Blocks: Add your own custom blocks like:

    • Trapdoors
    • Doors
    • Crops
    • Budding blocks
  • Custom Decorations: Add furniture and decorations with configurable placement and interactions:

    • Benches
    • Showcases/Item-Displays
    • Container
    • Wearable & placeable backpacks
  • Custom Mobs: Add your own mobs with simple goal-based AI - supports custom models too! Create:

    • Animals
    • Hostile mobs
    • Supports custom attributes
    • Control spawn chances and biomes to spawn in

Furniture Demo

Installation

Requires Fabric API and Polymer.
Download filament and drop the example_datapack into the datapacks folder of your server world. filament uses Polymer's resource pack generation and hosting features.

Usage

An example datapack is available in the GitHub repo. Just drop it into your world's datapacks folder.
Check out the documentation!

Mods using filament

These mods & datapacks demonstrate filament's capabilities:

Archived:

Credits

This project includes code from FactoryTools by Patbox, specifically the Virtual Destroy stages for decorations.
A copy of the FactoryTools LGPL3 license is included in factorytools-license.txt.

Версии

ВерсияКаналИграЗагрузчикиДатаСкачать
1.6.1+26.1.2Релиз26.1, 26.1.1, 26.1.2, 26.2fabric9 июня 2026 г.Скачать (10.6 МБ)
1.6.0+26.1Релиз26.1, 26.1.1, 26.1.2fabric28 мая 2026 г.Скачать (10.6 МБ)
1.5.4+26.1Релиз26.1, 26.1.1, 26.1.2fabric17 мая 2026 г.Скачать (10.6 МБ)
1.5.3+26.1Релиз26.1, 26.1.1, 26.1.2fabric13 мая 2026 г.Скачать (10.7 МБ)
1.5.2+26.1Релиз26.1, 26.1.1, 26.1.2fabric10 мая 2026 г.Скачать (10.7 МБ)
1.4.0-patch.2+1.21.11Релиз1.21.11fabric29 апреля 2026 г.Скачать (12.4 МБ)
1.5.0+26.1Релиз26.1, 26.1.1, 26.1.2fabric13 апреля 2026 г.Скачать (10.7 МБ)
1.4.7+26.1Релиз26.1, 26.1.1fabric8 апреля 2026 г.Скачать (10.6 МБ)
1.4.6+26.1Релиз26.1, 26.1.1fabric5 апреля 2026 г.Скачать (11.1 МБ)
1.4.5+26.1Релиз26.1fabric29 марта 2026 г.Скачать (11.1 МБ)
1.4.4+26.1Релиз26.1fabric29 марта 2026 г.Скачать (11.1 МБ)
1.4.1+26.1Релиз26.1fabric28 марта 2026 г.Скачать (11.1 МБ)
1.4.0+1.21.11Релиз1.21.11fabric28 марта 2026 г.Скачать (12.4 МБ)
1.3.22-patch1+1.21.1Релиз1.21.1fabric10 января 2026 г.Скачать (2.7 МБ)
1.3.22+1.21.11Релиз1.21.11fabric5 января 2026 г.Скачать (2.9 МБ)

Показаны последние 15 из 205 версий.

Ченджлог

1.6.1+26.1.2Релиз26.1.1, 26.1.2, 26.2 · 9 июня 2026 г.
  • Fixes templates not applying correctly
  • Changes the missing block model from bedrock to vanila error test_block
1.6.0+26.1Релиз26.1, 26.1.1, 26.1.2 · 28 мая 2026 г.
  • Adds support for custom recipes and workstations
  • Adds back the ability to create tinted items using a tintable vanillaItem including recipe support using the #dyeable item tag
  • Fixes some components not applying correctly
1.5.4+26.1Релиз26.1, 26.1.1, 26.1.2 · 17 мая 2026 г.
  • Fixes virtual block rotations
  • Adds pressure_plate block-behaviour
  • Fixes custom buttons not breaking when their support block is broken
1.5.3+26.1Релиз26.1, 26.1.1, 26.1.2 · 13 мая 2026 г.
  • Fixes issues with the button behaviour
  • Fixes issues with custom mobs
1.5.2+26.1Релиз26.1, 26.1.1, 26.1.2 · 10 мая 2026 г.
  • "waterloggable" and "rotation" block state properties are now optional for decorations using blockResource to change models
1.4.0-patch.2+1.21.11Релиз1.21.11 · 29 апреля 2026 г.

Fixes issues with TSA: Decorations and other mods

1.5.0+26.1Релиз26.1, 26.1.1, 26.1.2 · 13 апреля 2026 г.

Web Editor changes:

  • Adds a console for filament logs

  • Adds suggestions to text fields for:

    • items & tags
    • blocks & tags
    • models & textures
    • sounds & more!
  • Fixes various issues with editor

  • Changes the theme to a tokyo-night inspired one

  • Allows reload of content while the server is running

  • The 3D previews are now selectable through a dropdown

  • Adds "Unsaved changes" warning

  • Fixes a crash with the latest polymer version

  • Fixes block models from textures not generating correctly

  • Fixes text formatting

  • Adds a custom & lenient styled-text formatter with the same minimessage/textplaceholder text styling support

1.4.7+26.1Релиз26.1, 26.1.1 · 8 апреля 2026 г.

New Features:

movement field for entities to specify navigation type and move/jump control types and pathfinding malus values

Fixes:

  • Templates work again
  • The Editor Server starts when the resourcepack is ready or the server starts and shuts down properly when the server stops
  • Web Editor UI should work a bit better in some cases

Комментарии

Загружаем…