Skip to content
Furniture Plan Mod Β· Technical Details & Installation
πŸͺ‘ Furniture Plan Mod
Survival-friendly furniture mod β€’ carved with the Graver β€’ detailed interactions β€’ NeoForge 1.21–1.21.4

πŸ“– Mod Overview & Core Features

πŸͺš Graver crafting

  • Carved with the Graver – most items are crafted using the Graver tool.
  • No complex recipes – players don't need to memorise many crafting patterns.
  • Intuitive crafting – simple and survival-friendly.
  • Resourcepack friendly – designed with customisation in mind.

πŸ›‹οΈ Furniture collection

  • Chairs & Tables – various materials; chairs are sit-able.
  • Cupboards – three drawers with smooth animation.
  • Cabinets (with disguise) – more storage than a chest; can be hidden.
  • Columns – decorative columns for architectural flair.

πŸ’‘ Lighting & tableware

  • Table Lamp – hotel-style lamp for elegant lighting.
  • Lantern – perfect for Lunar New Year or any occasion.
  • Tableware – place food and drinks for a perfect dining table.
  • Water Dispenser – (work in progress) more utility coming.

🌸 Special blocks

  • Pot Holder – exquisite multi-block decoration for planting flowers.
  • Drawer animations – detailed block interaction with smooth drawer movement.
  • Disguise blocks – cabinets that blend into the environment.
  • Multi-block designs – immersive decorative structures.

πŸ› οΈ Technical Summary

🧠 Architecture & data

  • Block entities – cupboards, cabinets, and pot holders use custom block entities.
  • Drawer animation – smooth opening/closing with client-side rendering.
  • Multi-block structures – pot holders use multiple connected blocks.
  • NBT storage – drawer contents and state stored in block entity NBT.

πŸ“¦ Loader & dependencies

  • NeoForge – requires NeoForge for MCPE 1.21–1.21.4.
  • No external dependencies – works standalone.
  • Client & server – supports both environments.
  • Resourcepack friendly – easy to customise textures.

βš™οΈ Core mechanics

  • Graver crafting – custom recipe system using the Graver item.
  • Seating – players can sit on chairs with proper positioning.
  • Disguise system – cabinets can mimic other blocks.
  • Lighting control – table lamps and lanterns toggle on/off.

πŸ”§ Advanced features

  • Drawer animation – smooth, detailed block interaction.
  • Multi-block pot holder – intricate flower planting decoration.
  • Column support – decorative building blocks.
  • Tableware system – place food and drink items on tables.
/* Technical highlights */
β€’ Cupboards use block entities with 3 separate drawer inventories.
β€’ Drawer animation uses client-side ticker for smooth opening/closing.
β€’ Graver recipes use a custom recipe serializer with NBT matching.
β€’ Disguise cabinets store the disguised block state in NBT.
β€’ Pot holders are multi-block structures with shared block entity data.

πŸ“₯ Installation Guide

βš™οΈ NeoForge Installation

REQUIRED For MCPE 1.21–1.21.4

1. Install the recommended NeoForge version for your MCPE version (1.21–1.21.4).

2. Download FurniturePlan-[version].jar from CurseForge or Modrinth.

3. Place the JAR file in your .minecraft/mods/ folder.

4. Launch using the NeoForge profile.

Example mods folder (1.21):
└── mods/
    β””── FurniturePlan-1.0.0+1.21.jar

βœ… Note: No other dependencies required.

πŸ–₯️ Server setup (dedicated)

BOTH Client and server need the mod

1. Download the NeoForge server launcher for your MCPE version.

2. Place FurniturePlan-[version].jar in the server's mods/ folder.

3. Start the server (agree to EULA).

4. All furniture blocks will be available.

Server mods folder:
└── mods/
    β””── FurniturePlan-1.0.0+1.21.jar

⚠️ Important: The mod must be installed on both client and server.

πŸ“Œ Universal steps & recommendations

  • Graver crafting: Use the Graver item to carve most furniture pieces.
  • Sitting on chairs: Right‑click any chair to sit and relax.
  • Drawer interaction: Click drawers to open/close with animation.
  • Disguise cabinets: Shift+right‑click with a block to disguise the cabinet.
  • Pot holders: Place flowers in the multi-block planter.
  • Lighting: Right‑click lamps and lanterns to toggle on/off.
⚑ Quick start guide:
1. Install NeoForge + Furniture Plan mod.
2. Craft a Graver (recipe in JEI/REI).
3. Use the Graver to carve your first furniture piece.
4. Place and interact – sit on chairs, open drawers, plant flowers.
5. Disguise cabinets to blend into your builds.
6. Decorate with tableware, lamps, and lanterns!
βœ… NeoForge: NeoForge + FurniturePlan JAR βœ… Client & Server: both need the mod πŸͺš Graver crafting β€’ drawer animations β€’ disguise cabinets

πŸ›‹οΈ Furniture List (reference)

CategoryItemsSpecial Features
ChairsChair (various materials)Players can sit
TablesTable (various materials)Decorative block
CupboardsCupboard (3 drawers)Drawer animation, storage
CabinetsCabinet (with disguise)More storage than chest, disguise mode
ColumnsDecorative ColumnsArchitectural decoration
TablewarePlates, cups, utensilsPlace food and drinks
LightingTable Lamp, LanternToggleable on/off
SpecialPot Holder, Water DispenserMulti-block, flower planting

Most items are carved with the Graver. More furniture planned for future updates.

Furniture Plan Mod Β· by Ti adventurers' party Β· NeoForge Β· MCPE 1.21–1.21.4

πŸͺ‘ Survival-friendly furniture Β· Graver crafting Β· drawer animations Β· disguise cabinets

```