Generator

Generator

Mod

A generator block that passively generates things like cobblestone from lava and water. Supports custom recipes.

Client and server TechnologyUtility

286 downloads
5 followers
Created7 months ago
Updated7 months ago

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

This mod adds a single block to the game, the "Generator". By default, it passively generates Cobblestone every second while having lava and water buckets inside.

You can view how the generator works in the Gallery page.

It also offers a new recipe type, so that you can create your own recipes via datapacks! The format is as follows:

{
  "type": "generator:generator_recipe",
  "ingredients": [
    {
      "item": "minecraft:lava_bucket"
    },
    {
      "item": "minecraft:water_bucket"
    }
  ],
  "time": 20,
  "output": {
    "count": 1,
    "item": "minecraft:cobblestone"
  }
}

Note: The ingredients are not positional- they can be in either of the slots

It also supports Create's limestone from lava + honey and scoria from lava + chocolate natively and doesn't need to be setup. This mod has also been tested with Create's chutes, belts, funnels, etc.

Please note: this is my first ever public Fabric mod, so issues/bugs are to be expected

Hey you! Do you want a server to play with your friends? You can click on the picture below, select a plan that best suits your use case, use my code furiapaladins to get 25% off your first month and enjoy playing with friends! Bisect Promo


Project members

Furia

Owner


Technical information

License
MIT
Client side
required
Server side
required
Project ID