Compatibility
Minecraft: Java Edition
1.19.2
Platforms
Forge
Supported environments
75% of ad revenue goes to creators
Support creators and Modrinth ad-free with Modrinth+Creators
Details
Licensed MIT
Published last year
Updated last year
Welcome to Ore Generators
this mod adds 4 tiers of ore generators each with their own ore tables. each tier also generates more ore and faster than the tier before.
The Ore Generators
Tier 1
- Generate time: 5 seconds
- Ores: Coal, Copper, Iron
- Common Drops Tag: tier_1_ores
- Rare Drops Tag: tier_1oresrare
Tier 2
- Generate time: 2.5 seconds
- Ores: Coal, Copper, Iron, Lapis, Gold
- Common Drops Tag: tier_2_ores
- Rare Drops Tag: tier_2oresrare
Tier 3
- Generate time: 1 seconds
- Ores: Lapis: Gold: Nether Quartz, Iron, Redstone Dust
- Common Drops Tag: tier_3_ores
- Rare Drops Tag: tier_3oresrare
Tier 4
- Generate time: 1 seconds
- Ores: Diamond, Gold, Nether Quartz, Netherite Scrap
- Common Drops Tag: tier_4_ores
- Rare Drops Tag: tier_4oresrare
extra info for modpack dev's
You can add more ore's to each generator by simply using the tag under each tier. [simple_ore_generators:tier_1_ores]
KubeJS code to add on server_scripts
ServerEvents.tags('item', event => {
event.add('simple_ore_generators:tier_1_ores', 'minecraft:diamond')
})