
RoomRecipes
RoomRecipes is a utility mod which can detect a "rooms" and "room recipes". It is not much use on its own, and is typically used as a dependency for other…
⬇ Download on ModrinthRoomRecipes is a utility mod which adds two things:
- Room Detection
- Room Recipes
Note
RoomRecipes was created to power the Questown mod. But it may also be used for other mods.
Room Detection
When given an X,Z coordinate, this library can identify an enclosed space (a "room"). The simplest example of this would be a set of four straight walls connected at the corners to form a rectangle. But RoomRecipe can also detect more complex shapes and has an extensive set of unit tests to protect its detection logic from breaking.
Room Recipes
A Room Recipe is a JSON file which consists of a set of items that correspond to blocks. These files go in the typical "recipes" folder that mods and resource packs use to add crafting recipes to Minecraft.
The RoomRecipes mod can be used to check if a Room contains all of those blocks. If the room contains all of the recipe's blocks, that recipe is complete.
Room recipes can added via mods or resource packs. A room recipe looks like this:
crafting_room.json
{
"type": "roomrecipes:room",
"recipe_strength": 1,
"ingredients": [
{
"item": "minecraft:torch"
},
{
"item": "minecraft:crafting_table"
}
]
}
- Edition: Minecraft Java
- File type: .jar
- Minecraft version listed: 1.19.2
- How to install: Install the matching mod loader (Forge, Fabric or NeoForge) for your Minecraft version. → Download the .jar. → Put it in the .minecraft/mods folder and launch that loader profile.
- Where to get it: Opens on Modrinth — not every file is mirrored on our own servers.
Install steps are the general flow for this file type — How to install Minecraft Java mods & modpacks walks through it step by step.
- Ships as roomrecipes-1.19.2-1.0.0-beta.1.jar — drop this file into the mods folder
- Download size: 136 KB
- Download link checked 31 Aug 2026 — working
These come from our own check of the pack file, not from the source page.