Back to mods
StaticProperties project artwork

Modrinth · Minecraft mod

StaticProperties

Mod to modify static properties of blocks and items

Choose a version Pick your version below, then grab the matching file.

Quick answer

Which StaticProperties release matches 26.2?

Updated last month
Best match for your filters fabric-1.0.0
Game version 26.1, 26.1.1, 26.1.2
Loader Fabric, Quilt

StaticProperties fabric-1.0.0 targets 26.1, 26.1.1, 26.1.2 with Fabric, Quilt. Installation on the client is optional. Installation on the dedicated server is optional. No extra mods listed for this file.

Where it goes

Is StaticProperties required on the client, server, or both?

Installation on the client is optional. Installation on the dedicated server is optional.

Client Optional
Dedicated server Optional
Loader for this release Fabric, Quilt
Required install it here Optional supported, not mandatory Not supported do not install here Source doesn’t say do not assume

The source marks this as usable on both the client and server.

What else does StaticProperties fabric-1.0.0 need?

fabric-1.0.0 on 26.2. Every mod below is checked against that same setup.

No extra mods listed for this file

This file does not list any required mods. Do not add a library just because a different file uses it.

This file does not list any required or optional mods.

Before you install it

Add StaticProperties without breaking your instance.

Built for StaticProperties fabric-1.0.0 on 26.2. Pick another file and the loader, install side or required mods may change.

  1. 01

    Stick to this file

    Use fabric-1.0.0. It targets 26.1, 26.1.1, 26.1.2 with Fabric, Quilt; another release may have different loader, side or dependency requirements.

  2. 02

    Bring the mods it needs

    This file does not list any required mods. Do not add a library just because a different file uses it.

  3. 03

    Put it on the correct side

    Installation on the client is optional. Installation on the dedicated server is optional.

  4. 04

    Pick the file you checked

    Use the “Get this file” button beside fabric-1.0.0. It opens that exact file at the source.

About this project

What does StaticProperties add?

Static Properties

Mod to modify static properties of blocks and items

How does it work?

This mod works by reading config/staticproperties.txt rules at runtime and applying them to blocks and items
during initialization.

Since the data is usually not needed at runtime, any rule data loaded at memory is freed after initialization.

If rule data is needed at runtime, it can be kept by adding a #keepmemory directive.

This mod uses very minimal mixins and should be compatible with pretty much everything!

Examples

Block static properties change examples:

# Make logs require a tool to break and take longer to break
#define loglike requiresTool=true destroyTime=2.5
*_log $loglike
*_wood $loglike
*_stem $loglike
*_hyphae $loglike
# Make leaves not collide with players or entities
*_leaves hasCollision=false

Item static properties change examples:

# Change stick stack size to 128
minecraft:stick stacksTo=128
# Set diamond rarity to rare (A blue colored name when not modified by other mods)
minecraft:diamond rarity=RARE
minecraft:diamond_* rarity=RARE

Note: The max stack size is 999 unless you have another mod extending the stack size limit.

Project description from Modrinth.

Pick your setup

StaticProperties by Minecraft version and loader

Choose the version and loader you play, then open the matching release.

13 available setups

Check the dependencies, then try the file in a copied instance before changing a world you care about.

Recent files

StaticProperties versions and loaders

1 of 2 releases match
Clear filters

Looking for an older file? The official Modrinth project page is in Resources.