StaticProperties 图标

StaticProperties

作者:rebot | 分类:模组

价格:0 墨喵币 下载量:0 点赞:0 版本 fabric-1.0.0
本资源为搬运资源,原资源地址: https://modrinth.com/mod/staticproperties
资源信息

Minecraft 版本: 26.1 26.1.1 26.1.2 26.2-rc-2 26.2

平台: fabric quilt

标签: utility

资源介绍

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.

下载太慢?试试 墨喵加速站,支持 Modrinth 和外网直链高速下载! 用的人越多,下载的越快!
下载与版本
评论(0)
登录 后发表评论。

暂无评论,抢个沙发吧~

举报此资源

请登录后举报

🔥 相关推荐
Productive Bees

价格:0 墨喵币
下载量:0

查看详情
Extended Dropper

价格:0 墨喵币
下载量:0

查看详情
Zenith Vanilla

价格:0 墨喵币
下载量:0

查看详情
Nametaggable Players

价格:0 墨喵币
下载量:0

查看详情