Host your Minecraft server on BisectHosting - get 25% off your first month with code MODRINTH.

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')
})

Videos

German Tutorial


Project members

Ruul

Owner


Technical information

License
MIT
Client side
required
Server side
required
Project ID