
Inventory Particles — 一个视觉类模组,为你的物品栏物品添加大量全新的粒子效果!有了它,你可以让你的物品栏更加生动、更加动态!当然,它是完全客户端的。




Inventory Particles 中的所有粒子都是数据驱动的!这意味着你只需使用资源包和一些基础配置,就可以添加更多粒子!
你可以自定义:
1) 物理效果(加速度、制动、冲量等)
2) 旋转(实际旋转与视觉旋转)
3) 大小(+ 动画)
4) 颜色(+ 动画)
5) 贴图(+ 动画)
6) 持有者(会从哪些物品生成)
7) 生成区域(只需额外贴图即可)
8) 存活时间(ticks)
9) 以及其他一些小细节 ^^
> 很遗憾,我们暂时还没来得及制作 wiki,所以目前你可以先自己研究一下 😅
配置示例
{
"life_time": 100,
"animation_type": "stretch",
"animation_speed": 1.0,
"size": {
"width": 8.0,
"height": 8.0
},
// or
"size": {
// https://nicmulvaney.com/easing
"interpolation": "ease_in_quint",
"sizes": {
"0": {
"width": 16.0,
"height": 16.0,
// Overrides "ease_in_quint"
"interpolation": "linear"
},
"50": {
"width": 32.0,
"height": 32.0
},
"100": {
"width": 64.0,
"height": 64.0
}
}
},
"textures": [
"inventory-particles:example/texture_0.png",
"inventory-particles:example/texture_1.png"
],
"holders": [
{
"item": "minecraft:potion",
"spawn_area": "example_spawn_area.png",
"spawn_count": [0, 1],
"spawn_frequency": [5, 20],
"speed_coefficient": 0.3,
"color": "#AARRGGBB",
// or
"color": {
// mixed, random, random_static, gradient, gradient_random_static, gradient_loop, gradient_bounce
"mode": "gradient",
"values": ["#FF8CC091", "#003700", "nbt", "nbt_list"],
"speed": 5.0
},
"nbt_conditions_match": "none",
"nbt_conditions": [
{
"this_name": "components",
"this_type": "object",
"next_match": "any",
"next": {
"this_name": "minecraft:potion_contents",
"this_type": "object",
"next_match": "any",
"next": [
{
"this_name": "potion",
"this_type": "string",
"check_value": "minecraft:water"
}
]
}
}
]
}
],
"physics": {
"base": {
"x_speed": {
"impulse": [0.0, 0.0],
"impulse_bidirectional": false,
"acceleration": 0.0,
"acceleration_bidirectional": false,
"max_acceleration": [-100.0, 100.0],
"braking": 0.0,
"turbulence": [0.0, 0.0],
"cursor_impulse_inherit_coefficient": 1.0
},
"y_speed": {
"impulse": [0.0, 0.0],
"impulse_bidirectional": false,
"acceleration": 0.0,
"acceleration_bidirectional": false,
"max_acceleration": [-100.0, 100.0],
"braking": 0.0,
"turbulence": [0.0, 0.0],
"cursor_impulse_inherit_coefficient": 1.0
},
"angle_speed": {
"impulse": [1.0, 1.5],
"impulse_bidirectional": false,
"acceleration": 0.0,
"acceleration_bidirectional": false,
"max_acceleration": [-100.0, 100.0],
"braking": 0.0,
"turbulence": [0.0, 0.0]
}
},
"rotation": {
"particle": {
"spawn_angle": [0.0, 360.0],
"rotate_in_movement_direction": false,
"speed": {
"impulse": [0.0, 0.0],
"impulse_bidirectional": false,
"acceleration": 0.0,
"acceleration_bidirectional": false,
"max_acceleration": 0.0,
"braking": 0.0,
"turbulence": [0.0, 0.0]
}
},
"texture": {
"spawn_angle": [0.0, 0.0],
"rotate_in_movement_direction": false,
"speed": {
"impulse": [0.0, 0.0],
"impulse_bidirectional": true,
"acceleration": 0.0,
"acceleration_bidirectional": false,
"max_acceleration": 0.0,
"braking": 0.0,
"turbulence": [0.0, 0.0]
}
}
}
}
}


想支持这个模组和作者吗?只要把这个模组告诉更多人就行!没错,你理解得对。仅仅通过宣传,你就能很好地支持这个模组和创作者。知道这个模组的人越多,它的下载量就会越高;更多的下载量会给作者带来更好的动力,并提高网站收入(字面意义上的免费捐助)。请记住,宣传不应具有打扰性,也不要让人厌烦!
友情链接: 网易我的世界 | 泰拉瑞亚 | ocent云计算 | 米饭Minecraft插件文档 | 友链合作
历史访问人数:60,193 | 历史访问人次:145,404
今日访问人数:11,453 | 今日访问人次:13,341
昨日访问人数:21,836 | 昨日访问人次:27,080
Copyright © 2019-2026 我的世界服务器列表站. All rights reserved.
❤ Powered by GermMC 京ICP备17023959号-6