Haven Cobble Generators
Say hello to automation and goodbye to endless digging with the Haven: Cobblestone Generators mod!
This modification introduces a series of progressively enhanced cobblestone generators that will let you mechanize building material production and focus on adventures and construction projects.
All settings can be customized in the configuration file and take effect instantly without needing to restart the game.
Generator Tiers
Wooden Cobblestone Generator: • Speed: 100 ticks per block • Capacity: 8 blocks
Stone Cobblestone Generator: • Speed: 80 ticks per block • Capacity: 16 blocks
Iron Cobblestone Generator: • Speed: 60 ticks per block • Capacity: 32 blocks
Golden Cobblestone Generator: • Speed: 40 ticks per block • Capacity: 64 blocks
Diamond Cobblestone Generator: • Speed: 20 ticks per block • Capacity: 128 blocks
Emerald Cobblestone Generator: • Speed: 10 ticks per block • Capacity: 256 blocks
Netherite Cobblestone Generator: • Speed: 5 ticks per block • Capacity: 512 blocks
Creative Cobblestone Generator: • Speed: 1 tick per block • Capacity: 10240 blocks
General Information
Cobblestone generators provide a consistent source of building material for all your construction needs. The higher the generator tier, the faster it produces cobblestone. Each generator outputs blocks into the inventory above and into a hopper below, ensuring smooth automation for your projects.
Configuration
All values, including the speed and capacity of each generator, can be adjusted through the configuration file. Customize the generators to suit your specific requirements and playstyle.
Example configuration:
# Wooden Cobblestone Generator
[wooden_cobble_gen]
# Speed of the Wooden Cobblestone Generator (ticks per cobblestone)
# Range: > 1
wooden_cobble_gen_speed = 100
# The storage capacity of the Wooden Cobblestone Generator
# Range: > 1
wooden_cobble_gen_output = 8
# Stone Cobblestone Generator
[stone_cobble_gen]
# Speed of the Stone Cobblestone Generator (ticks per cobblestone)
# Range: > 1
stone_cobble_gen_speed = 80
# The storage capacity of the Stone Cobblestone Generator
# Range: > 1
stone_cobble_gen_output = 16
# Iron Cobblestone Generator
[iron_cobble_gen]
# Speed of the Iron Cobblestone Generator (ticks per cobblestone)
# Range: > 1
iron_cobble_gen_speed = 60
# The storage capacity of the Iron Cobblestone Generator
# Range: > 1
iron_cobble_gen_output = 32
# Golden Cobblestone Generator
[gold_cobble_gen]
# Speed of the Golden Cobblestone Generator (ticks per cobblestone)
# Range: > 1
gold_cobble_gen_speed = 40
# The storage capacity of the Golden Cobblestone Generator
# Range: > 1
gold_cobble_gen_output = 64
# Diamond Cobblestone Generator
[diamond_cobble_gen]
# Speed of the Diamond Cobblestone Generator (ticks per cobblestone)
# Range: > 1
diamond_cobble_gen_speed = 20
# The storage capacity of the Diamond Cobblestone Generator
# Range: > 1
diamond_cobble_gen_output = 128
# Emerald Cobblestone Generator
[emerald_cobble_gen]
# Speed of the Emerald Cobblestone Generator (ticks per cobblestone)
# Range: > 1
emerald_cobble_gen_speed = 10
# The storage capacity of the Emerald Cobblestone Generator
# Range: > 1
emerald_cobble_gen_output = 256
# Netherite Cobblestone Generator
[netherite_cobble_gen]
# Speed of the Netherite Cobblestone Generator (ticks per cobblestone)
# Range: > 1
netherite_cobble_gen_speed = 5
# The storage capacity of the Netherite Cobblestone Generator
# Range: > 1
netherite_cobble_gen_output = 512
# Creative Cobblestone Generator
[creative_cobble_gen]
# Speed of the Creative Cobblestone Generator (ticks per cobblestone)
# Range: > 1
creative_cobble_gen_speed = 1
# The storage capacity of the Creative Cobblestone Generator
# Range: > 1
creative_cobble_gen_output = 10240