Community listing page, reviews here may not be monitored by the author.
desmontaria
No reviews yet
A table that takes any item apart and gives back every material it was made from, for free and whatever its durability. It reads the game's own recipes, so it works with crafting, smelting, stonecutting, smithing and items from any other mod.
Community voices
Reviews
No reviews yet. Be the first to review this project!
Get it on
Available Platforms
About
Project Details
For authors
Embed Badge
If you're the author of this project, you can embed a live badge anywhere that supports HTML or Markdown. It updates automatically whenever ratings change.
Use HTML for any page that supports it, or Markdown for README files and Markdown-based descriptions.
Identifiers
Platform IDs
Resources
External Links
About
Description
Desmontaria
**Desmontaria** adds a single block: the **Disassembly Table**. Put an item in and get back the materials it was built from. No cost, no penalty, and no hand-written list of items.
## How it works
Drop the item into the slot on the left. The table looks up its recipe and puts the materials in the 3x3 output grid. There is nothing to click.
- **100% return.** What it cost to craft is what you get back.
- **Free.** No experience, no fuel, no waiting time.
- **Condition doesn't matter.** A pickaxe about to break returns the same as a brand new one. Enchantments aren't in the way either.
- **Counts are respected.** If the recipe makes 4 sticks, you need 4 sticks to undo one batch.
- **Several recipes, your choice.** When an item can be crafted in more than one way, the `Recipe >` button cycles through the options and a counter shows which one you're on.
## Works with any mod
This is the important part. Desmontaria carries no list of known items: it reads your game's recipe registry and reverses recipes generically. That means it works with whatever you have installed, with no patches and no per-mod compatibility:
- Crafting table, shaped and shapeless
- Furnace, blast furnace, smoker and campfire
- Stonecutter
- Smithing table, netherite upgrades included
- Special crafting tables and brand-new recipe types from other mods
If a mod builds its recipes in code and doesn't expose them, you can add the disassembly by datapack:
```json
{
"type": "desmontaria:disassembly",
"input": { "item": "modid:item" },
"count": 1,
"results": [ { "item": "minecraft:iron_ingot", "count": 3 } ]
}
```
## Automation
The table accepts hoppers and pipes: items go in from the top, materials come out of the sides and the bottom. You can build a recycling line and leave it running.
## Safeguards
- It never returns the same item being taken apart, so there are no duplication loops.
- Recipes whose materials wouldn't fit in the output grid are discarded.
- A broken recipe from another mod is skipped instead of crashing the game.
## Configuration
In `config/desmontaria-common.toml` you can:
- Turn each recipe type on or off (crafting, smelting, stonecutting, smithing, other mods)
- Blacklist specific items, or materials you never want returned
- Require the item to be undamaged, or protect enchanted items
Everything is off by default: out of the box, the table takes anything apart, always.
## Recipe
```
[iron] [redstone] [iron]
[planks] [crafting table] [planks]
[planks] [iron] [planks]
```
## Requirements
Minecraft 1.20.1 · Forge 47 or newer
Desmontaria
**Desmontaria** añade un único bloque: la **Mesa de Desmontaje**. Pones dentro un objeto y recuperas los materiales con los que se fabricó. Sin coste, sin penalizaciones y sin listas de objetos escritas a mano.
## Cómo funciona
Coloca el objeto en el hueco de la izquierda. La mesa busca su receta y deja los materiales en la rejilla de salida de 3x3. No hace falta pulsar nada.
- **Devolución del 100%.** Lo que costó fabricarlo es lo que recuperas.
- **Gratis.** Ni experiencia, ni combustible, ni tiempo de espera.
- **Da igual el estado del objeto.** Un pico a punto de romperse devuelve lo mismo que uno recién hecho. Los encantamientos tampoco estorban.
- **Respeta las cantidades.** Si la receta produce 4 palos, hacen falta 4 palos para deshacer una tanda.
- **Varias recetas, tú eliges.** Cuando un objeto se puede fabricar de más de una forma, el botón `Receta >` cambia entre las opciones y un contador te indica en cuál estás.
## Compatible con cualquier mod
Esta es la parte importante. Desmontaria no lleva una lista de objetos conocidos: lee el registro de recetas de tu partida y las invierte de forma genérica. Eso significa que funciona con lo que tengas instalado, sin parches ni compatibilidad añadida mod a mod:
- Mesa de crafteo, con y sin forma
- Horno, alto horno, ahumador y hoguera
- Cortapiedras
- Mesa de herrería, incluidas las mejoras de netherite
- Mesas de crafteo especiales y tipos de receta nuevos de otros mods
Si algún mod crea sus recetas por código y no las expone, puedes añadir el desmontaje a mano por datapack:
```json
{
"type": "desmontaria:disassembly",
"input": { "item": "modid:objeto" },
"count": 1,
"results": [ { "item": "minecraft:iron_ingot", "count": 3 } ]
}
```
## Automatización
La mesa acepta hoppers y tuberías: los objetos entran por arriba y los materiales salen por los lados y por abajo. Se puede montar una línea de reciclaje sin tocar nada.
## Protecciones
- Nunca devuelve el mismo objeto que se está desmontando, así que no hay bucles de duplicación.
- Descarta las recetas cuyos materiales no cabrían en la rejilla de salida.
- Una receta rota de otro mod se ignora sin tumbar la partida.
## Configuración
En `config/desmontaria-common.toml` puedes:
- Activar o desactivar cada tipo de receta (crafteo, fundición, cantero, herrería, otros mods)
- Prohibir objetos concretos, o materiales que no quieras que devuelva nunca
- Exigir que el objeto esté sin daños o proteger los encantados
Todo viene desactivado por defecto: de fábrica, la mesa desmonta todo y siempre.
## Receta
```
[hierro] [redstone] [hierro]
[tablas] [mesa de crafteo] [tablas]
[tablas] [hierro] [tablas]
```
## Requisitos
Minecraft 1.20.1 · Forge 47 o superior
Screenshots
Gallery
Versions
Files
Relations
Project Relations
More like this
Similar Mods
Suggestions use data such as tags, dependencies, dependents, descriptions, titles, and more to rank how much they overlap with this mod.
On ModDex
Community snapshot
By the numbers
Statistics
Want to reach Minecraft players?
We're looking for a server hosting partner to feature here and other parts of the site. Interested? Send us a message!
Get in touchGet it on
Available Platforms
On ModDex
Community snapshot
By the numbers
Statistics
Resources