Tags
Creators
Details
All versions
1.4.2
Release
[fabric-1.21.10] Dimensional Ores (v.1.4.2)6 months ago 87
Compatibility
Minecraft: Java Edition
1.21.10
Platform
Fabric
Supported environments
Client and server
Required content
Any compatible version
Any compatible version
Changes
Changelog
All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, this project adheres to Semantic Versioning and to Conventional Commits.
Unreleased changes
Feature
- datapack loader fix: crash with version error
7b36bd7 - add interpreter from simple loot table to mc loot table
393421d - starting write a configurable custom ores
62e5d80 - 26.1-snap 5 support [mr] [cf]
68bc40e - 26.1-snap 5 support [mr] [cf]
2494b99
Bug Fixes
- [mr] [cf] drops
50d94a8 - 7b36bd7 feat: datapack loader fix: crash with version error
7b36bd7 - rollback
27801e9 - curse publish
3b3b379 - gradle version compiler [mr] [cf]
7530aef
Documentation
- :robot: changelog file generated/updated
4e2e312 - :robot: changelog file generated/updated
42e18d7 - :robot: changelog file generated/updated
6189ed6 - :robot: changelog file generated/updated
70bdc33 - :robot: changelog file generated/updated
785301c - :robot: changelog file generated/updated
597c170 - :robot: changelog file generated/updated
371d20d - :robot: changelog file generated/updated
d00fdf8 - :robot: changelog file generated/updated
febdc3f - :robot: changelog file generated
1e76579 - :robot: changelog file generated
ee5d9c1 - :robot: changelog file generated
841672b - :robot: changelog file generated
bfd7dd7 - :robot: changelog file generated
ee06659
Other
- Merge remote-tracking branch 'origin/stonecutter' into stonecutter
d538394 - slakdghjklsvgjklsbdjkgbfjks
e98cc8a - Merge remote-tracking branch 'origin/stonecutter' into stonecutter
d81e36a - Merge remote-tracking branch 'origin/stonecutter' into stonecutter
016b0fd - Update publish.yml
118bd74 - Update CHANGELOG.md
5b23778 - Update publish.yml
429fe90 - [mr] [cf] Name display fix
dec8030 - Merge remote-tracking branch 'origin/stonecutter' into stonecutter
4493f36 - [mr] [cf] Name display fix
a1450c0 - ops
1085e63 - ops
f0dd20b - test
834bfca - test
ac5501a
latest (2026-01-31)
Other
- Changelog generator 2.0
bfd341b - Changelog generator
a4952ed - [mr] [cf] Compilation fix
3636668 - [mr] [cf] Fix crashes on versions 1.21.2 & above, rewrite generator. Make more configurable.
8c9fd38 - [mr] [cf] Fix neoforge crash. Config comments fix
563345c - .
a736025 - [mr] [cf] compile fix
2855688 - [mr] [cf] compile fix
7793f42 - [mr] [cf] Update OreConfig.kt
c78347a - Update OreConfig.kt
0ae85e6 - [mr] [cf] Why ResourceLocation is Identifier?
809eff7 - [mr] [cf] I forgot about the publish...
35aea3c - 1.21.11 support
42a0853 - Update .gitignore
accd882 - [mr] [cf] Update config. AutoGenerate comments and restructure.
7ef6819 - Bump License year
d65b6b6 - [mr] If it doesn't start work I will destroy everything fucking world // fix
9d9c0d6 - [mr] If it doesn't start work I will destroy everything fucking world
41f7d06 - [mr] Idk how to fix it..
2b4a611 - [mr] update gradle for debug
c5237c0 - [mr] maybe it works?
29d30de - [mr] Name template for modrinth & curseforge
b00031d - Update curseforge.yml
8aab50f - Update modrinth.yml
e60b138 - [mr] Modrinth publish
e348a49 - [cf] Fix compiller, maybe
369140f - [cf] Curseforge publishing
8a7841b - More version support (my pc is dead)
e8afa5c - i think it is the reason for the problem
ba396bd - _
6169cfb - ops
2a91af0 - update .gitignore
acd4d5d - Neoforge compile fix, reduce fabric mod weight
b85ecc7 - Delete .idea directory
b1fb445 - Full mod rewrite. Return config
b13b9b9 - 1.19.4 port
14f5f7b - Added deepslate & stone quartz ores
a0d7972 - Try porting to 1.19.3
2a77abc - Config disabled
544172b - all variants not works... Why? Why config loads before DeferredRegister?
872b9af - new broken config system
b180321 - ore fix, lol
2f9e96e - Simplification
0c0ba0b - Fixed generation. Automatic language builder
6bb8a50 - Generation Fix and Fix excavation. Added copper ore
b599dad - okay...
84b19d1 - Port starting...
72ccaf0 - 1.18.2 port
afd5816 - Merge pull request #7 from AlgorithmLX-Team/main
46aa66c - 1.0.0.9 update, #5(trying...) and #6 fixes
35f916a - Merge pull request #4 from AlgorithmLX-Team/main
69d1043 - 1.0.0.8 update
027f2a9 - 1.0.0.7 update
a497523 - Merge pull request #3 from AlgorithmLX-Team/main
63cecc3 - 1.0.0.6 update
391946a - Update README.md
0504f79 - Merge pull request #2 from AlgorithmLX-Team/main
9883324 - language fix
4679aa5 - 1.0.0.5 update
a5cffe6 - Open DimOre Source code
15cee31 - Create README.md
a6d7834 - Initial commit
830fb6c
Projects on Modrinth are automatically available through a Maven repository for use with JVM build tools such as Gradle. To learn more about the Modrinth Maven API, click here.
Note: When available, you should use the creator's maven repo instead as it will have transitive dependency information that the Modrinth Maven API does not. You may also end up with duplicate dependencies if you use a mix of Modrinth and non-Modrinth Maven repositories for your dependencies, because the group identifier will be different when served through the Modrinth Maven API.
Maven coordinates:
Version ID:
build.gradle:
repositories {
exclusiveContent {
forRepository {
maven {
name = "Modrinth"
url = "https://api.modrinth.com/maven"
}
}
// forRepositories(fg.repository) // Uncomment when using ForgeGradle
filter {
includeGroup "maven.modrinth"
}
}
}
// Standard Gradle dependency
dependencies {
implementation "maven.modrinth:tdrqr7qS:gfhxCtBR"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:tdrqr7qS:gfhxCtBR"
}

