
Create Positional
features
- revamped recipes
- new data driven recipe types
why?
because the create mod doesn't have a real reason to go out and explore your world, because you can just build everything in one place. This mod adds new recipes that require you to explore your world and find the right conditions to get the resources you need.
new recipes
washing
- gravel -> iron nugget (when above y level 128)
- gravel -> gold nugget (when in a desert biome)
- gravel -> zinc nugget (when in a lush cave biome)
- gravel -> copper nugget (when in an ocean biome)
crushing
- obsidian -> obsidian dust (when in the nether)
new recipe types
- washing with biome and y level conditions
createpositional:biome_y_splashing - crushing with dimension conditions
createpositional:dimension_crushing
example:
{
"type": "createpositional:biome_y_splashing",
"ingredients": [
{
"item": "minecraft:gravel"
}
],
"results": [
{
"chance": 0.25,
"id": "minecraft:flint"
},
{
"chance": 0.125,
"id": "minecraft:gold_nugget"
}
],
"biome": "minecraft:desert"
}
all recipes are data driven and can be added or removed by datapacks.
Quick facts
- Edition: Minecraft Java
- File type: .jar
- Minecraft version listed: 1.21.1
- 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.
Verified by MCModsHub
- Ships as createpositional-1.0.0.jar — drop this file into the mods folder
- Download size: 20 KB
- Download link checked 14 Sept 2026 — working
These come from our own check of the pack file, not from the source page.