Compatibility
Minecraft: Java Edition
Platforms
Supported environments
90% of ad revenue goes to creators
Support creators and Modrinth ad-free with Modrinth+Links
Creators
Details
World Generation
Shimmer can be found in small caves generating under the surface. Just be careful not to fall in...
Phasing
Touching shimmer will cause you to enter an incorporeal state, unable to do anything while slowly sinking through the ground. You only regain control when entering an empty space.
Uncrafting
Some items that come into contact with shimmer get deconstructed into their base components.
For pack devs: Items tagged with shimmer:dont_uncraft
won't be uncrafted. Items tagged with shimmer:dont_uncraft_into
will prevent choosing recipes containing them when uncrafting other items.
Transmutation
An even more select section of items get transformed into something wholly unique. It might be something familiar, or it might be something new?
For pack devs: Transmutations are data-driven, allowing them to be easily added through datapacks. They take priority over uncrafting.
Example json: phasing_potion.json
{
"type": "shimmer:transmuting",
"input": {
"item": "minecraft:potion"
},
"output": [
{
"item": "minecraft:potion",
"nbt": {
"Potion": "shimmer:phasing"
}
}
]
}