Minecraft

Adding Builders Crafts & Additions to a Forge Minecraft Server

Minecraft·May 20, 2026·26 min read

Why Builders Crafts & Additions

Vanilla Minecraft hands you a generous block palette, but anyone who has tried to furnish a house with stairs and signs knows the limits show up fast. Pillars, panels, chairs, cabinets, and other interior touches are exactly the kind of details that turn a square box into something worth screenshotting. Builders Crafts & Additions is a Forge mod that fills those gaps with a long list of new building pieces, plus a few surprises like a working arcade cabinet that plays Snake.

This guide walks through downloading the mod, installing it on the client, deploying it to your server, and getting a feel for the new blocks once you log in. The setup itself is fast on your server panel, but the first run can be confusing if you have never added a Forge mod before, so each step is broken down below.

Downloading the Mod

The official release lives on CurseForge. Grab the build that matches the Forge version you plan to run on the server.

  1. Open the Builders Crafts & Additions page on CurseForge and switch to the Files tab.
  1. Scroll the list until you find the Game Version that matches your Forge setup.
  1. Click the three vertical dots on the right side of that row and pick Download File.
  1. Save the `.jar` somewhere you will not lose it, such as your Downloads folder.

A quick tip: if you plan to run multiple modpacks or test versions, create a dedicated folder for mod jars. Future you will thank present you.

Installing on the Client

Before touching the jar, make sure Forge is installed in the Minecraft launcher for the exact version you downloaded. Mods built for 1.19.4 will refuse to load on 1.18.2, and the game will not be subtle about it.

  1. Launch the Minecraft launcher and open the Installations tab at the top.
  1. Find your Forge profile in the list, hover over it, and click the Folder icon to open its directory.
  1. Inside that folder, locate the mods directory. If it is not there, create one with that exact name.
  1. Drop the Builders Crafts & Additions jar into the mods folder.
  1. Go back to the launcher and press Play on the Forge profile.

If the game boots into the main menu without complaint, the client side is done.

Installing on the Server

Forge has to be active on the server too. Pick the matching Forge version in your panel's version selector and restart once so it generates the needed files. After that, upload the mod jar.

  1. From your server panel, open the FTP / file manager in the upper left.
  1. Enter your password and hit Login.
  1. Browse to the mods folder and use the Upload button at the top left.
  1. Drag the jar into the upload area.
  1. Wait for the transfer to hit 100 percent, then head back to the panel and Restart the server.

When the server comes back online, the mod is registered and ready. Anyone joining the world needs the same jar installed in their client mods folder, otherwise they will be politely rejected at the connection screen.

First Steps In-Game

Once you join, gather some basic resources before sprinting into design mode. Most of the new blocks use the same materials as their vanilla counterparts, so wood, stone, and wool will cover the majority of recipes. It is a good idea to add Just Enough Items (JEI) alongside this mod since it shows every crafting recipe at a glance, which saves a lot of guesswork on the new pieces. The sections below cover what is actually inside the mod and how to use each category.

Panels and Pillars

Panels and pillars behave a bit like stairs and slabs, but with more flexibility on placement and orientation. Panels can be rotated and combined with neighbors to form clean wall details, while pillars only place vertically, so they fit columns and corners well rather than horizontal beams.

Both come in a range of wood and stone variants, which makes them useful as accent pieces in larger builds where plain blocks feel flat.

Tables and Chairs

Sitting on stairs has been a Minecraft tradition for too long. This mod adds proper stools, benches, and chairs across every wood type, plus matching tables to go with them. Pair them with a vanilla flower pot or a lantern on top and a room starts to look lived in instead of stored in.

These pieces are not just cosmetic. They give a room scale and break up empty floor space, which helps interior shots feel grounded.

Sofas and Hanging Signs

For lounges, lobbies, or any space that should feel inviting, sofas and hanging signs do a lot of heavy lifting. Sofas use wool, so they come in the full dye palette: black, white, orange, red, and every other color in between. Hanging signs work indoors and out, and you can attach an extra item to them for shop displays or directional pointers.

Storage Blocks

Kitchens and storage rooms tend to look identical across servers because chests and furnaces are the default. Builders Crafts & Additions adds cabinets, drawers, nightstands, and shelves to mix things up. The larger pieces hold more inventory, the smaller ones less, so plan around what each room actually needs to store. As a bonus, they double as decoration even when empty.

Like the rest of the mod, each storage block exists across multiple wood variants, so you can match them to the floor and walls.

Arcade Machines

This is the part that catches everyone off guard. The mod includes a fully playable arcade cabinet that runs a Snake minigame. Only the cabinet's appearance changes between wood types, so the game itself is identical no matter which variant you craft.

Interact with the machine to start playing. Use WASD or the arrow keys to steer, eat the dots to grow, and avoid running into your own tail. Your score appears in the top left of the screen. Walking away from the cabinet ends the run without saving progress, so a finished game means playing all the way to a defeat. It is a small touch, but a game room with a couple of arcades and a sofa quickly becomes the most popular spot on the server.

Other Useful Blocks

A handful of miscellaneous pieces round out the mod. Reinforced fences, ladders, garden guards, four-way rails, pathed gravel, and an interactive speaker block all show up in the recipes. The four-way rails are particularly handy for designing more elaborate minecart networks, and the speaker can boost the audible range of a jukebox, which is great for outdoor parties or shop ambience. Spend a few minutes browsing the JEI recipe list and you will probably find a couple of blocks that fit a current project.

Troubleshooting

A few issues tend to come up on the first run.

Connection rejected when joining the server. This almost always means the mod is missing from the client mods folder, or the versions on the client and server do not match. Open the Forge profile folder, confirm the jar is in the mods directory, and verify that both jars target the same Forge build. Forge 1.19.4 will not work with a 1.18.2 jar, and the mismatch is silent on the client side until you try to connect.

Launcher crashes after installing. Mod conflicts are the usual culprit, and other furniture or decoration mods are the most common offenders since they overlap with this one's block IDs and recipes. Try running Builders Crafts & Additions on its own to confirm, then add other mods back one at a time. If the launcher still crashes with only this mod loaded, allocate more RAM to the profile through the launcher settings.

Cannot sit on chairs or stools. Some versions of the mod have a bug where the sit action does not trigger reliably. Try interacting from a slightly different angle, or downgrade or upgrade the mod to a different version where the issue is fixed. Installing a dedicated sit mod can also work, but make sure every mod targets the same Forge version, otherwise you will trade one bug for several.

If nothing here resolves the problem, check the server console after a restart. Forge prints crash logs and missing dependency messages there, which is faster than guessing.

Helpful Resources

  • Builders Crafts & Additions on CurseForge
  • Just Enough Items (JEI) mod guide
  • How to set up a Forge server in Minecraft
  • Installing Forge on the Minecraft launcher

With the mod installed on both sides and a few resources in your inventory, the rest is just creative time. Pillars for the entryway, a sofa by the window, a Snake cabinet in the back room, and a build starts to feel like a place rather than a structure.

Still have questions?

Come chat with us and we will get back to you as soon as possible!

Contact Support