Mineuniverse
Log in Register
Mods

O.F.Device (Ore Farming Device)

Adds ore farming devices
by Iunius118
Download Claim this project
62,036 downloads
0 likes
Updated Jun 30, 2026
0 hypes

O.F.Device (Ore Farming Device)

Adds devices for farming ores.

The OF Device which is added by this mod produces ores at a certain rate by consuming materials and fuel.

Note: this description is for v1.1.0 or later.

OF Device

OF Devices can be mined using any pickaxe.

The appearance of the OF Device block can be changed using a stick.

Modification

Modifying the device will speed up production and cause a greater variety of ores to appear.

To MOD 1 MOD 1 to MOD 2

GUI and Hopper Automation

  • (1) Materials
  • (2) Fuel
  • (3) Products

Materials

  • Cobblestone
  • Cobbled Deepslate (1.18+)
  • Netherrack
  • OF C Feeder I
  • OF C Feeder II

OF C Feeders can act as Cobblestone (device y ≥ 1) or Cobbled Deepslate (device y ≤ 0), and are not consumed. However, when using OF C Feeder I, it consumes twice as much fuel.

OF C Feeder I OF C Feeder II

Fuel

The same items can be used for fuel as for the vanilla furnace.

Products

Probabilities of products

From Cobblestone

Products Unmod. MOD 1 MOD 2
Stone ✔️ ✔️ ✔️
Coal Ore ✔️ ✔️ ✔️
Iron Ore ✔️ ✔️ ✔️
Copper Ore ✔️ ✔️ ✔️
Redstone Ore ✔️ ✔️
Lapis Lazuli Ore ✔️ ✔️ ✔️
Gold Ore ✔️ ✔️
Emerald Ore ✔️
Diamond Ore ✔️ ✔️
Amethyst Shard (v2+) ✔️

From Cobbled Deepslate (1.18+)

Products Unmod. MOD 1 MOD 2
Deepslate ✔️ ✔️ ✔️
Deepslate Redstone Ore ✔️ ✔️
Deepslate Iron Ore ✔️ ✔️ ✔️
Deepslate Copper Ore ✔️ ✔️ ✔️
Deepslate Gold Ore ✔️ ✔️
Deepslate Diamond Ore ✔️ ✔️
Deepslate Lapis Lazuli Ore ✔️ ✔️ ✔️
Deepslate Coal Ore ✔️ ✔️ ✔️
Deepslate Emerald Ore ✔️
Amethyst Shard ✔️

From Netherrack

Products Unmod. MOD 1 MOD 2
Nether Brick ✔️ ✔️ ✔️
Nether Quartz Ore ✔️ ✔️ ✔️
Nether Gold Ore ✔️ ✔️ ✔️
Ancient Debris ✔️

Farming Efficiency

Appearance rate of ores increases with number of players, villagers, etc. (up to 3) around the device (5x3x5).

OF C Device

OF C Device is a cobblestone generator.

GUI

Hopper can be used to pull cobblestones from underside of the device.

Data Pack

Built-in optional data pack.

OF C Feeder T recipes [v13.0.0+]

ID: orefarmingdevice:feeder_t_recipes

A data pack to add OF C Feeder T recipes.

OF C Feeder T is the improved version of Feeder II with about three times the efficiency. This item can only be used with OF Device Mod 2.

This item's recipe becomes available when the built-in data pack is enabled.

Config

The mod settings are saved in the following files:

  • NeoForge: (instance_path)/config/orefarmingdevice-server.toml
  • Forge: (world_save_dir)/serverconfig/orefarmingdevice-server.toml

Restart the game when you change the config. In multiplayer mode, server-side config will be used.

  • isCobblestoneFeederAvailable: whether OF C Feeders are available for devices (boolean, default value is true)
  • enableFarmingEfficiency: whether mobs around device increase farming efficiency of device (boolean, default value is true)
  • accelerateProcessingSpeedByMod: whether to accelerate processing speed of device by modification (boolean, default value is true)
  • increaseFuelConsumptionByMod: whether to increase fuel consumption of device by modification (boolean, default value is true)
  • deviceProcessingSpeed: [v12.1+] processing speed multiplier of OF Devices. Choose one value from "HALF" (x0.5), "NORMAL" (x1), or "DOUBLE" (x2) (string, default value is "NORMAL")

If you want to return to the fuel consumption of v0.4.x or earlier, set increaseFuelConsumptionByMod to false.

Modifying Product Tables

The products and their probabilities of each device can be modified using loot table in data pack. JSON files for the loot tables corresponding to each device are as follows.

Here is the formula for the corrected weight: weight + (farming_efficiency * quality).

In Minecraft 1.21 and later, the following directory name loot_tables has been renamed to loot_table.

The created loot table files are loaded into Minecraft as a data pack (see also: Data pack - Minecraft Wiki).

An example data pack for Minecraft 1.21+ versions: example_datapack_ofdevice_mc1.21.zip.

Loot tables of OF Device

  • Cobblestone: (data_pack_root)/data/orefarmingdevice/loot_tables/device_0.json
  • Cobbled deepslate (1.18+): (data_pack_root)/data/orefarmingdevice/loot_tables/device_0_d.json
  • Netherrack: (data_pack_root)/data/orefarmingdevice/loot_tables/device_0_n.json

Loot tables of OF Device Mod 1

  • Cobblestone: (data_pack_root)/data/orefarmingdevice/loot_tables/device_1.json
  • Cobbled deepslate (1.18+): (data_pack_root)/data/orefarmingdevice/loot_tables/device_1_d.json
  • Netherrack: (data_pack_root)/data/orefarmingdevice/loot_tables/device_1_n.json

Loot tables of OF Device Mod 2

  • Cobblestone: (data_pack_root)/data/orefarmingdevice/loot_tables/device_2.json
  • Cobbled deepslate (1.18+): (data_pack_root)/data/orefarmingdevice/loot_tables/device_2_d.json
  • Netherrack: (data_pack_root)/data/orefarmingdevice/loot_tables/device_2_n.json
v14.0.0 (26.2 Forge)
MC Forge, 26.2
Release 2026-06-29 Get
v14.0.0 (26.2 NeoForge)
MC NeoForge, 26.2
Release 2026-06-29 Get
v13.1.0 (26.1.1+ Forge)
MC Forge, 26.1.1, 26.1.2
Release 2026-04-02 Get
v13.1.0 (26.1.1+ NeoForge)
MC NeoForge, 26.1.1, 26.1.2
Release 2026-04-01 Get
v13.0.0 (26.1 NeoForge)
MC NeoForge, 26.1
Release 2026-03-31 Get
v13.0.0 (26.1 Forge)
MC Forge, 26.1
Release 2026-03-31 Get
v12.1.0 (1.21.11 NeoForge)
MC NeoForge, 1.21.11
Release 2025-12-28 Get
v12.1.0 (1.21.11 Forge)
MC Forge, 1.21.11
Release 2025-12-28 Get
v12.0.0 (1.21.11 Forge)
MC Forge, 1.21.11
Release 2025-12-12 Get
v12.0.0 (1.21.11 NeoForge)
MC NeoForge, 1.21.11
Release 2025-12-11 Get
v11.0.0 (1.21.9+ Forge)
MC 1.21.9, 1.21.10, Forge
Release 2025-10-05 Get
v11.0.0 (1.21.9+ NeoForge)
MC 1.21.9, 1.21.10, NeoForge
Release 2025-10-04 Get
v10.0.0 (1.21.6+ Forge)
MC 1.21.8, Forge, 1.21.7, 1.21.6
Release 2025-06-19 Get
v10.0.0 (1.21.6+ NeoForge)
MC 1.21.8, NeoForge, 1.21.7, 1.21.6
Release 2025-06-19 Get
v9.0.0 (1.21.5 NeoForge)
MC 1.21.5, NeoForge
Release 2025-05-01 Get
v9.0.0 (1.21.5 Forge)
MC 1.21.5, Forge
Release 2025-04-30 Get
v8.0.0 (1.21.4 NeoForge)
MC 1.21.4, NeoForge
Release 2024-12-18 Get
v8.0.0 (1.21.4 Forge)
MC 1.21.4, Forge
Release 2024-12-18 Get
v7.0.0 (1.21.3 NeoForge)
MC NeoForge, 1.21.3
Release 2024-11-04 Get
v7.0.0 (1.21.3 Forge)
MC Forge, 1.21.3
Release 2024-11-03 Get
v4.1.0 (1.20.4 NeoForge)
MC NeoForge, 1.20.4
Release 2024-07-27 Get
v5.1.0 (1.20.6 NeoForge)
MC NeoForge, 1.20.6
Release 2024-07-27 Get
v6.1.0 (1.21+ NeoForge)
MC 1.21, NeoForge, 1.21.1
Release 2024-07-27 Get
v4.1.0 (1.20.2+ Forge)
MC 1.20.2, Forge, 1.20.4
Release 2024-07-26 Get
v5.1.0 (1.20.6 Forge)
MC Forge, 1.20.6
Release 2024-07-26 Get
v6.1.0 (1.21+ Forge)
MC 1.21, Forge, 1.21.1
Release 2024-07-26 Get
v3.0.2 (1.19.2 Forge)
MC 1.19.2, Forge
Release 2024-07-23 Get
v3.1.2 (1.19.4 Forge)
MC 1.19.4, Forge
Release 2024-07-23 Get
v3.2.2 (1.20.1 Forge)
MC 1.20.1, Forge
Release 2024-07-23 Get
v1.1.0 (1.16.5 Forge)
MC 1.16.5, Forge
Release 2024-07-21 Get
v2.1.0 (1.18.2 Forge)
MC 1.18.2, Forge
Release 2024-07-21 Get
v1.1.0-beta.1 (1.16.5 Forge)
MC 1.16.5, Forge
Beta 2024-07-20 Get
v6.0.0 (1.21 Forge)
MC 1.21, Forge
Release 2024-07-03 Get
v6.0.0 (1.21 NeoForge)
MC 1.21, NeoForge
Release 2024-07-03 Get

More from Iunius118

ToLaserBlade (Legacy Fabric)
77,235
CBW Chili Peppers and Foods
6,175
ToLaserBlade
359,748
ToLaserBlade-ExtraModels
31,884
Simple Movable Grid
2,165
LaserBlade-Tools
1,226

You Might Also Like

Rope Bridge
Ever wanted to build a rope bridge to an inaccessible area? With Rope Bridge, you can!
9,737,029
Ender IO Forestry
Forestry integration module for a modular Ender IO installation
998,058
Immersive Industry (1.16/1.20)
Introduce more various process and energy production machines to Immersive Engineering.
978,517
[IV/MTS] Q.M.P [Qawsed Military pack]
Military armor NATO and SOVIET Army
97,945
CreepTech
Technology + Adventure
9,965
[Immersive Vehicles] Ghost Corporation (Ghostride)
Pack for Immersive Vehicles, adds cars from my imagination
9,960