Mineuniverse
Log in Register
Mods

Infinite Blocks

Adds a block that infinitely generates blocks if they are tagged properly.
by MindBrain27
Download Claim this project
62,086 downloads
0 likes
Updated Jul 6, 2026
0 hypes
Automation Utility & QoL

This mod adds 2 blocks, an Infinite Block Generator and Blackest Stone. Blackest Stone is just a pure black building block and is used to craft the Infinite Block Generator.

 

HOW IT WORKS

Place the Infinite Block Generator underneath the block you want to generate.

The block you wish to generate must have the block tag of "infinite_blocks:infinite_blocks".

The Infinite Block Generator will generate the block type as an item in its internal inventory.

 

By default anything in the block tags "minecraft:dirt", "forge:stone", and the Blackest Stone block are all tagged as "infinite_blocks:infinite_blocks".

 

BLOCK TAGS, NOT ITEM TAGS!

 

No config is available but it works off tags, so you can easily have a tag editor like KubsJS to have a basic script to do so. There is a basic "how to" below, but if you are unfimiliar with it and the below still doesn't help, there is plenty of detailed documentation offered from their page.

Below is a basic KubeJS script to add tags to blocks. This is a Server Script to go in the server_scripts folder. You can name the anything you want as long as it is a .js file, like tags.js or anything else. A code editor is not needed, but can be used, otherwise a notepad file is fine as long as it is placed in the correct folder and is a .js file type (you may need to turn on the ability to change file extensions as most devices do not have that on by default). If this is not enough information please check their documentation. Below is the filepath of where to place the file.

whereverCurseforgeIsInstalledOnYourPC\curseforge\minecraft\Instances\yourModpackName\kubejs\server_scripts\thisIsTheFileJustNameItWhateverYouWant.js"

 

// Listen to block tag event
ServerEvents.tags('block', event => {
  event.add('infinite_blocks:infinite_blocks', [
    'xtonesreworked:xtone_tile',
    '#forge:concrete',
    '#minecraft:terracotta',
  ])
})
InfiniteBlocksJAR1.01.jar
MC Client, 1.20.1, Forge, Server
Release 2024-02-04 Get

More from MindBrain27

Ex Hammers
94,120
Simple Sky Resource Generators
82,372
Unbreakable Netherite
71,551
Simple Fluid Generators
60,977
Saturating Item
57,991
Travel Boots
56,254

You Might Also Like

Applied Create
An add-on connects AE2 and Create.
98,917
Baritone Bot
Baritone is a Bot that can pathfind and mine ore for you!
98,703
[Immersive Vehicles/IV/MTS] Cars From the 2000s
Legendary cars, straight from the decade before last of the 21st century
9,958
Black Market Goods
black-market-goods
9,942
Industrial drills
This mod adds industrial drills to the game, so you can automate your mining
9,777
Create MMA
Addon for create. the mod contains much more Automation that create doesn't have but should more info in describsion
9,759