
Modrinth · Minecraft mod
StaticProperties
Mod to modify static properties of blocks and items
Quick answer
Which StaticProperties release matches 26.2?
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.
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.
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.
- 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.
- 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.
- 03
Put it on the correct side
Installation on the client is optional. Installation on the dedicated server is optional.
- 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.
26.2
2 loader builds26.1.2
3 loader builds26.1.1
3 loader builds26.1
3 loader buildsCheck the dependencies, then try the file in a copied instance before changing a world you care about.
Recent files
StaticProperties versions and loaders
fabric-1.0.0
StaticProperties-fabric-1.0.0.jar
14 Jun 2026
Looking for an older file? The official Modrinth project page is in Resources.