Infinite Blocks
Modby MindBrain27
Adds a block that infinitely generates blocks if they are tagged properly.
Type
Mod
CurseForge Downloads
62,953
CurseForge ID
953777
Last Updated
Jul 30, 2026
Description
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', ]) })
Recommended Gear
AffiliateHardware and extras that pair well with this mod.
As an Amazon Associate I earn from qualifying purchases.
Screenshots
Similar Mods
Assisted Progression
A simple mod aimed at assisting you as you progress through modded minecraft
Easy Shulker Boxes [Legacy Fabric]
Manage shulker boxes directly from your inventory. Easy peasy lemon squeezy!
Death Knights - Balacing Datapack for Prominence II: RPG
This Datapack will be used to buff Unholy Death knight, but it will also give the ability to change the values of all ot...
Nether API
A library mod for adding End and Nether biomes or structures, and for creating new biome ambience!
Mekanism Fission Recipe
A mod that allows you to add custom recipe for Mekanism Generators' Fission Reactor.
AppliedEnergisticsTweaker
Adds CraftTweaker Support for Applied Energistics 2