promotional bannermobile promotional banner

Create: Interiors

A functional suite of innovative and configurable utility blocks for the modern builder
Back to Files

Interiors 0.6.1 for NeoForge 1.21.1 v3

File nameinteriors-0.6.1 v3.jar
Uploaded
Sep 25, 2026
Downloads
397
Size
460.0 KB
Mod Loaders
NeoForge
File ID
8974633
Type
R
Release
Supported game versions
  • 1.21.1

Curse Maven Snippet

NeoForge

implementation "curse.maven:interiors-906239:8974633"

Learn more about Curse Maven

What's new

Create: Interiors 0.6.1 — v3 Changelog

Fixed

Chairs instantly dismounted riders on Sable sub-levels.

Sitting in a chair on a Sable sub-level would eject you immediately. Floor chairs and kelp seats were unaffected.

The cause was a side effect of the v2 update. Sable removes any entity whose type isn't listed in its sable:retain_in_sub_level tag. That tag covers Create's create:seat, which is what floor chairs and seats spawn — so they kept working. In v2, big chairs were corrected to use their own interiors:big_seat entity type, which Sable's tag doesn't list. Their seat entity was therefore ejected from the sub-level, and Create then deleted it and dismounted the rider.

Before v2, big chairs only avoided this by accident: they were wrongly reusing Create's entity type, which was itself the bug v2 fixed.

Big chairs are now declared to Sable, both for retention inside a sub-level and for cleanup when a sub-level is destroyed, matching how Sable handles Create's own seats.

This mod has no additional files