1
0
Fork
You've already forked xdecor-libre
0
forked from Wuzzy/xdecor-libre
A decoration mod for Luanti (libre version of X-Decor)
  • Lua 100%
Find a file
2026年02月21日 00:15:59 +00:00
extra_mods Mention which version started to restrict cutting 2025年08月25日 16:25:06 +02:00
handlers Fix sit_destruct calling funcs wrongly 2024年09月19日 14:38:11 +02:00
historic Mention which version started to restrict cutting 2025年08月25日 16:25:06 +02:00
locale Update German translation for cut nodes 2025年10月18日 20:25:25 +02:00
sounds Change enchanting sound 2022年11月25日 05:37:47 +01:00
src Itemframe: Fix items dissapearing 2026年02月21日 00:15:59 +00:00
testing Add perftsuite.csv for Chess 2025年09月23日 21:14:16 +02:00
textures Add potted green chrysanthemum and black tulip 2025年08月24日 11:39:49 +02:00
.luacheckrc Remove xbg from .luacheckrc 2023年08月01日 11:48:08 +02:00
API.md Document chessbot API 2025年09月01日 14:02:09 +02:00
CHESS_README.md Remove note about chess notation 2025年08月28日 18:06:40 +02:00
init.lua Fix bad loading of enchanting 2024年12月02日 18:34:23 +01:00
LICENSE.txt Add potted green chrysanthemum and black tulip 2025年08月24日 11:39:49 +02:00
mod.conf Make straw node from MTG cuttable 2025年10月18日 19:16:36 +02:00
README.md Version libre16 2025年10月20日 10:31:38 +02:00
screenshot.png Update screenshot 2023年07月01日 19:46:50 +02:00
settingtypes.txt Update README about Chess 2023年07月12日 15:12:10 +02:00
TRANSLATING.md Move cut node translations into new textdomain 2025年10月18日 09:20:08 +02:00

X-Decor-libre [xdecor]

ContentDB

X-Decor-libre is a libre Luanti mod which adds various decorative blocks as well as simple gimmicks.

This is a libre version (free software, free media) of the X-Decor mod for Luanti. It is the same as X-Decor, except with all the non-free files replaced and with bugfixes. There are no major new features.

Version

This is version libre16.

New blocks

This mod adds many decoration blocks: Flower pot, weathervane, radio, speaker, wooden tile, new bricks, lamps, candles, new doors, packed ice, and more.

This mod also adds 7 new block shapes for many Minetest Game blocks. They can be created by using the workbench. This includes panels, mini blocks and flat stairs.

Special blocks

Most blocks in this mod are purely decorative, but there are also many special blocks with special features:

  • Workbench: Storage, crafting, cutting and repairing
    • Storage: 16 item slots for item storage
    • Craft: ×ばつ3 crafting grid
    • Cut: Put a full cube-shaped block to create new shapes
    • Repair: Put a damaged tool and a hammer and wait for it to be repaired
  • Enchanting table: Upgrade your tools with mese crystals
  • Ender Chest: Interdimensional inventory that is the same no matter where you put the ender chest
  • Mailbox: Lets you receive items from other players
  • Item Frame: You can place an item into it to show it off
  • Cushion: Reduces fall damage
  • Cushion Block: Reduces fall damage even more
  • Trampoline: Jump on it to bounce off. Very low fall damage
  • Cauldron: For storing water and cooking soups
    • Recipe: Pour water in, light a fire below it and throw in some food items. Collect the soup with a bowl
  • Lever: Pull the lever to activate doors next to it
  • Pressure Plate: Step on it to activate doors next to it
  • Chessboard: Play Chess against a player or the computer (see CHESS_README.md)

Supported mods

This mod interacts with the following mods to add new features:

  • tt: Tooltips will explain the special items and blocks
  • mesecons: Doors react to mesecon signals
  • unified_inventory: Add honey in crafting guide
  • toolranks: Compatibility for enchanted tools
  • moreblocks: Compatibility changes (other recipes, etc.)

For developers and translators

X-Decor-libre can be extended in a limited fashion. See API.md for details.

This mod can also be translated. See TRANSLATING.md for details.

Information about the original mod

Compatibility

X-Decor-libre is highly compatible with X-Decor. Read "historic/upgrade.md" for details on how to upgrade from X-Decor to X-Decor-libre.

More information

For more information about the original X-Decor mod (from which this one is derived) and a comparison between both mods, see the text files in the directory named "historic".

Technical information

X-Decor-libre is a fork of X-Decor, from https://github.com/minetest-mods/xdecor, forked at Git commit ID 8b614b3513.

Note the technical mod name of X-Decor-libre is the same as for X-Decor: xdecor. This is because this mod is meant to be a drop-in-replacement.

The original readme of X-Decor can be found at historic/OLD_README.md.