Spatial

Quick rating

Spatial

No reviews yet

A server side mod that converts the inventory system into a grid-based system. A spatial system.

Storage & Organization
Mod Loaders
Fabric
Quilt
Minecraft

Community voices

Reviews

Versions
Loading versions…
Match includes

Click once to include, again to exclude, again to clear

Rating Any
Any 0.5 1.0 1.5 2.0 2.5 3.0 3.5 4.0 4.5 5.0
Min
Max
Play Status
Reviews
Time Played
hrs+
Verified developers only
Has developer response
List view
Grid view
Compact view
Sort by
Date
Rating
Helpful
Unhelpful
Edited
Sort ascending
Delete this review?

This removes your review from the project. You can write a new review after.

Review submitted for moderation

Your review has been sent to moderators, who will check that it meets our guidelines before it appears publicly.

No reviews yet. Be the first to review this project!

Get it on

Available Platforms

Compatibility

Supported Environments

Where It Runs
Server Required, Client Optional

Required on the server. Installing it on the client adds functionality.

About

Project Details

Type
Mod
License
MIT License
Latest Version
1.0.0+1.20.1

For authors

Embed Badge

If you're the author of this project, you can embed a live badge anywhere that supports HTML or Markdown. It updates automatically whenever ratings change.

Custom banner text
ModDex rating badge preview

Use HTML for any page that supports it, or Markdown for README files and Markdown-based descriptions.

Identifiers

Platform IDs

Modrinth ID

Resources

External Links

Source Issues Wiki Discord

About

Description

Spatial

Spatial is a server side Fabric mod that converts the inventory system into a grid-based system. A spatial system.

So many mods these days are trying to fix the ever-growing problem that is the inventory. This mod is not one of those. Spatial revolutionizes the way that you struggle to organize your inventory.

There is also a completely optional client side version that improves the rendering and overall cohesiveness of the experience.

Screenshots

With Optional Client Mod

Without Optional Client Mod

Configuration

The config file can be found in ./config/spatial.json.

Overrides for shapes of items can be added in the config using by adding entries to shape_overrides.

Shape Format

The format of shape overrides is similar to the format crafting recipes use for their shape. Any character besides a space is treated as a slot the item occupies. Spaces are treated as empty slots.

An example config that gives goat horns an L shape.

{
  ...
  "shape_overrides": {
    "minecraft:goat_horn": [
      "x ",
      "xx"
    ]
  },
  ...
}

Brutal Mode

When enabled brutal mode disables stacking of any items. Disabled by default.

Mod Compatibility

Spatial will automatically detect all shaped recipes loaded at server start. So no extra work is required for modded items that have shaped crafting recipes.

To avoid breaking modded inventories Spatial is only active in specific inventory screens. This may be configurable in the future but as of right now it won't work in modded screens that don't extend a vanilla screen that has Spatial items enabled.

Supported Screens

  • Survival Player Inventory
  • Chests
  • Ender Chests
  • Barrels
  • Shulker Boxes
  • Dispensers and Droppers
  • Vehicle Inventories

For Modders

If you want to add shape overrides for an item in your mod or another mod you need to register a listener to Spatial.SHAPES_LOADED and call Spatial.addShapeOverride(item, shape) or any of the other shape override methods.

Screenshots

Gallery

  • Player Inventory #1
    Player Inventory #1
  • Player Inventory #2
    Player Inventory #2
  • With the Client-Side mod enabled
    With the Client-Side mod enabled
  • Without the Client-Side mod enabled
    Without the Client-Side mod enabled

Versions

Files

Relations

Project Relations

More like this

Similar Mods

Suggestions use data such as tags, dependencies, dependents, descriptions, titles, and more to rank how much they overlap with this mod.

On ModDex

Community snapshot

0
Ratings
0
Followers
0
In stacks

By the numbers

Statistics

<1,000
Downloads
Last Updated
CurseForge
Created
Last synced
When ModDex last fetched this project from CurseForge or Modrinth. Every project is re-checked on a schedule, and any project that ships a new file is synced automatically within hours of the release.
New file updates sync automatically
How syncing works