Download Magic Cobblestone Generator — Minecraft Mods — MetaMods
Magic Cobblestone Generator

Magic Cobblestone Generator

Active

Downloads

0

Last update

10 months ago

Versions

1.21.3 — 1.21.4
Server
Game mechanics

Magic Cobblestone Generator Addon

This amazing addon for BentoBox transforms ordinary cobblestone generators into powerful tools that produce various blocks based on settings. Regardless of which BentoBox game mode you're in, you can now receive diamond or iron ore directly from your standard generators - no magic here, only well-designed mechanics!

Key Features

The modern version of the addon supports all three types of lava generators:

  • Traditional cobblestone generation
  • Stone formation
  • New basalt generation (since Minecraft 1.16)

Unlike older versions, the system no longer depends on island level. Now players themselves choose which generators to activate. Administrators can configure different generated block types for each generator and add the probability of obtaining valuable items when creating blocks.

Installation and Configuration

The installation process is extremely simple:

  1. Place the addon file in the BentoBox plugin's addons folder
  2. Restart the server
  3. Edit the configuration files config.yml and generatorTemplate.yml
  4. Restart the server again

To apply changes to the game mode, execute the command: /admin_command generator import. An administrative menu is also available for managing generators.

Gameplay

The number of simultaneously active generators is not limited. Players can activate multiple generators, but the most suitable option will be used for each location.

Management is done through a convenient interface with the command: /game_command generator. Right-clicking on interface elements shows detailed information about each generator.

Access Settings

Three key permissions are available:

  • [mode].stone-generator.active-generators.[NUMBER] - increasing the number of active generators
  • [mode].stone-generator.max-range.[NUMBER] - expanding the generator's working range
  • [mode].stone-generator.bundle.[bundle_id] - special generator set for the island

Bundle System

New feature - generator bundles. They allow defining which generators are available on a specific island. Bundles can be created through configuration files or the administrative menu.

Configuration Settings

The config.yml file contains sections such as:

  • Generation when no players are online
  • Use of game physics
  • Generator working range
  • Number of active generators
  • Unlock notifications
  • User interface settings

And the ability to change command aliases.

Generator Template

generator_unique_id:
  name: "Generator Name"
  description: -|
    Generator description
    &2Colored description
  icon: "PAPER:1"
  type: COBBLESTONE
  default: false
  priority: 1
  requirements:
    island-level: 10
    required-permissions: []
    required-biomes: []
    purchase-cost: 5.0
  activation-cost: 0.0
  blocks:
    BLOCK_ID: CHANCE_VALUE
  treasure:
    chance: 0.001
    material:
      TREASURE_ID: CHANCE_VALUE
    amount: 1