Industrial Hellscape

A Minecraft decor mod adding industrial-themed blocksets and furniture.

File Details

[NeoForge 1.21.1] InHell 1.0.3

  • B
  • May 31, 2026
  • 3.13 MB
  • 831
  • 1.21.1
  • NeoForge

File Name

industrialhellscape-1.0.3.jar

Supported Versions

  • 1.21.1

Curse Maven Snippet

NeoForge

implementation "curse.maven:industrial-hellscape-1302110:8175736"
Curse Maven does not yet support mods that have disabled 3rd party sharing

Learn more about Curse Maven

-Fix for "RoughGreen Rockrete Slab" in eng lang file

-Reworked Job Application to have in-game purpose and replaced original texture with normal 16x16 one now. Job Application lets Nitwits become employable (they become default villagers).

 -ModRecipeProvider: Slab Check for crafting fixed with "(itemInIndice instanceof BlockItem blockItem) && (blockItem.getBlock() instanceof SlabBlock)" in if-statement. Crafting slabs now yields 2x instead of 1x.

-Missing Vesselplate stonecutting recipes added to ModRecipeProvider.

-Added common config to disable compat with pickaxe item-tags to improve mod compatibility with modded pickaxes that add additional functionality to block interactions. Config can be changed on-the-fly from in-game mod menu.

-Added interface to unify block & tool interaction across block classes using new config values.

-Added client-side main class IndustrialHellscapeClient to render NeoForge built-in config screen.