Compatibility
Minecraft: Java Edition
Platforms
Supported environments
Links
Tags
Creators
Details
Volucraft
3D (Volumetric) Crafting in Minecraft! I've been waiting for this for so long...
How to Volucraft
To start, obtain an Amalgamation Table from the Creative Inventory (in Functional Blocks after the Crafting Table). This currently doesn't have a recipe, but I'm thinking of adding one soon.
Recipes
Due to the nature of 3D recipes, any orientation of ItemStacks that can be reflected or rotated to match a recipe is a valid input.
Volucraft comes with one builtin datapack with two recipes:
- Enchanted Golden Apple - 26 Gold Blocks surround 1 Apple in the center.
- Trident - One Prismarine Shard is placed in the center, then another shard is placed in one of the corners. A bone is placed in the opposite corner of the shard, then the other two bones are placed in adjacent corners.
- Crying Obsidian (x4) - 4 Obsidian are placed the bottom, then alternating Ghast Tears and Dragon's Breath are placed in the 4 tiles immediately above it, and then 4 more Obsidian are placed above those.
Creating Your Own Recipe
Volucraft recipes are data-driven, like regular crafting recipes! They go in the regular data/<modid>/recipe folder, but with a different type and pattern. The key and result fields remain identical to regular crafting recipes. See the example (trident recipe) below:
{
"type": "volucraft:amalgamation",
"key": {
"/": "minecraft:prismarine_shard",
"V": "minecraft:bone"
},
"pattern": [
[
"V V",
" ",
" V"
],
[
" ",
" / ",
" "
],
[
" ",
" ",
"/ "
]
],
"result": {
"id": "minecraft:trident"
}
}
Note how the pattern is 3 regular 2D patterns stacked on top of each other.
Viewing Recipes
As of 0.0.3, Volucraft supports recipe viewing via Reliable Recipe Viewer integration!
Configuration
Volucraft can be configured on the client to match your preferences. It comes with two builtin resource packs and an optional config powered by YACL.
The two resource packs modify the translucency of the slots.
- All Translucent Slots - makes all slots render translucent by default, instead of only turning translucent when containing items
- More Translucent Slots - slots that contain items will become even less opaque than usual
The YACL config controls the color of the background of the portion of the Amalgamation Table screen that contains the cube.
Background
This mod was originally made with the intention of bringing it to Modfest 26.
However, after a lack of time and a few bad decisions, Modfest 26's deadline arrived and I didn't have anything to submit.
However, Mod Garden: DIY was starting up, and seeing as I had an amazing mod concept lying around and barely any code to
show for it, I decided to write as much of the rest of the mod (I didn't have a lot) as I could.
Thanks to this, I get to have the first mod (to my knowledge) that can display both ModFest and Mod Garden badges (technically) without lying!
How cool is that?
Special Mentions
Thank you to Phanastrae, Celeste, Typho, and Cassian for your assistance!


