McLists一周年快乐
服务器已经添加了详细介绍信息板块
服主可以在管理后台来提交自己服务器介绍信息。
服务器介绍信息提交后,管理人员会进行审核
审核通过后会在服务器详细页面进行显示
提交服务器介绍信息会让新玩家更好的了解你的服务器哦~
添加图片信息,也会让百度等搜索引擎更好的收录您的服务器哦~
管理平台地址:传送门
Inventory Particles

Inventory Particles - Inventory Particles 物品栏粒子效果

为你的物品栏物品添加精美粒子效果!让你的物品栏更加生动、充满活力!
fabric / forge / neoforge 作者 LopyMine 支持版本 1.20.1 - 26.1
下载量
776,592
关注数
651
数据来源
Modrinth
模组详细介绍
Discord link to the "LopyMine's Project" discord server](https://cdn.modrinth.com/data/cached_images/21f178aff2b64844fefeaf94a3a3a418440fd43f.png)](https://discord.gg/NZzxdkrV4s) [![Github Link-Banner](https://cdn.modrinth.com/data/cached_images/d87060a9e4522786e45b4b54d10853a1b4a91b10.png)](https://github.com/LopyMine/Inventory-Particles) [![Support Link-Banner [Boosty]
CurseForge Link-Banner](https://cdn.modrinth.com/data/cached_images/c39affcb732c8b1a4fe189e79898c686da3d63e2.png)](https://www.curseforge.com/minecraft/mc-mods/inventory-particles) [![Modrinth Link-Banner
"Description" Title

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

Ingame Showcase
Label "1300+ Textures, 800+ areas, 400+ configs"
Just decoration here
"Configurable" Title

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]
				}
			}
		}
	}
}
Just decoration here
Showcase

Icon 想支持这个模组和作者吗?只要把这个模组告诉更多人就行!

没错,你理解得对。仅仅通过宣传,你就能很好地支持这个模组和创作者。知道这个模组的人越多,它的下载量就会越高;更多的下载量会给作者带来更好的动力,并提高网站收入(字面意义上的免费捐助)。请记住,宣传不应具有打扰性,也不要让人厌烦!

你可以做什么?

  • 制作视频评测 / 宣传
  • 把这个模组推荐给你的朋友
  • 直接下载这个模组(如果你想用它来玩的话 :D)

📑 许可证

查看模组原始仓库。

基本信息
模组名称Inventory Particles
作者LopyMine
下载量776,592
关注数651
支持版本1.20.1 - 26.1
加载器fabric / forge / neoforge
客户端required
服务端unsupported

友情链接: 网易我的世界 | 泰拉瑞亚 | 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