1.0.0
Compatibility
Changes
simple Resource Generators Changelog
This is a Full Re-build of the original Simple Ore Generators mod. Also the whole project has been renamed to "Simple Resource Generators" since the plan is to add more type of generators.
Future Generators
- Fishing [fish, and other rare items]
- Hostile Mob [Item drops from hostile mobs]
- Passive Mob [Item drops from passive mobs]
- Dungeon [Item drops for items found in dungeons, pyramid, stronghold, mineshaft]
- Trial [Items from trial chambers]
Version 1.0.0 Rebuild [Neo 1.21.1/forge 1.20.6]
- [x] Rebuild
- [x] NeoForge 1.21.1
- [x] Forge 1.20.6
Ore Gen's
Renamed all of the generators. Drops rate for some nerfed. future updates might re-balance drops rates and drop amounts.
Basic Ore Generator
- Generates loot every 30 seconds
- Drops 1 item
- Common Drops [Coal, Raw Iron, Raw Copper]
- Loot Pool Tag: "srgen:ore_gen/basic"
- Rare Drops [Raw Gold, Lapis]
- Loot Pool Tag: "srgen:ore_gen/basic_rare"
Refined Ore Generator
- Generates loot every 20 seconds
- Drops 4 items
- Common Drops [Coal, Raw Iron, Raw Copper, Raw Gold, Lapis]
- Loot Pool Tag: "srgen:ore_gen/refined"
- Rare Drops [Nether Quartz, Redstone]
- Loot Pool Tag: "srgen:ore_gen/refined_rare"
Blazing Ore Generator
- Generates loot every 10 seconds
- Drops 8 items
- Common Drops [Coal, Raw Iron, Raw Copper, Raw Gold, Lapis, Nether Quartz, Redstone]
- Loot Pool Tag: "srgen:ore_gen/blazing"
- Rare Drops [Diamond, Amethyst]
- Loot Pool Tag: "srgen:ore_gen/blazing_rare"
Draconic Ore Generator
- Generates loot every 10 seconds
- Drops 16 items
- Common Drops [Coal, Raw Iron, Raw Copper, Raw Gold, Lapis, Nether Quartz, Redstone, Diamond, Amethyst]
- Loot Pool Tag: "srgen:ore_gen/draconic"
- Rare Drops [Netherite Scrap]
- Loot Pool Tag: "srgen:ore_gen/draconic_rare"
Withered Ore Generator
- Generates loot every 10 seconds
- drops 32 items
- Common Drops [Coal, Raw Iron, Raw Copper, Raw Gold, Lapis, Nether Quartz, Redstone, Diamond, Amethyst, Netherite Scrap]
- Loot Pool Tag: "srgen:ore_gen/withered"
- Rare Drops [Wither Star, Echo Shard]
- Loot Pool Tag: "srgen:ore_gen/withered_rare"
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:GZ6GiUNq:8xn36vHK"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:GZ6GiUNq:8xn36vHK"
}

