<?xml version="1.0" encoding="UTF-8"?><rss version="2.0" xmlns:content="http://purl.org/rss/1.0/modules/content/"><channel><title>白洲梓鼬的个人笔记</title><description>bzzy‘s blog</description><link>https://bzzy.tech/</link><language>zh_CN</language><item><title>CreeperBoom</title><link>https://bzzy.tech/posts/creeperboom/</link><guid isPermaLink="true">https://bzzy.tech/posts/creeperboom/</guid><description>一款轻量化的 Fabric 模组。当玩家被高压苦力怕（Charged Creeper）炸死时，掉落其对应的玩家头颅。</description><pubDate>Sat, 28 Mar 2026 00:00:00 GMT</pubDate><content:encoded>&lt;p&gt;&lt;a href=&quot;https://github.com/BaizhouziYou/CreeperBoom/blob/master/README.md&quot;&gt;English&lt;/a&gt; | &lt;strong&gt;简体中文&lt;/strong&gt;&lt;/p&gt;
&lt;h1&gt;🧨 CreeperBoom&lt;/h1&gt;
&lt;p&gt;&lt;img src=&quot;https://raw.githubusercontent.com/BaizhouziYou/CreeperBoom/master/icon.png&quot; alt=&quot;logo&quot; /&gt;&lt;/p&gt;
&lt;p&gt;一款轻量化的 Fabric 模组。当玩家被高压苦力怕（Charged Creeper）炸死时，掉落其对应的玩家头颅。&lt;/p&gt;
&lt;p&gt;&lt;img src=&quot;https://img.shields.io/badge/Minecraft-1.21.4-blue?style=flat-square&quot; alt=&quot;Minecraft Version&quot; /&gt;
&lt;img src=&quot;https://img.shields.io/badge/Loader-Fabric-orange?style=flat-square&quot; alt=&quot;Loader&quot; /&gt;
&lt;a href=&quot;https://modrinth.com/mod/creeperboom&quot;&gt;&lt;img src=&quot;https://img.shields.io/badge/Modrinth-Download-00AF5C?style=flat-square&amp;amp;logo=modrinth&quot; alt=&quot;Modrinth&quot; /&gt;&lt;/a&gt;&lt;/p&gt;
&lt;hr /&gt;
&lt;h2&gt;📖 简介&lt;/h2&gt;
&lt;p&gt;在原版生存中，高压苦力怕可以使僵尸、骷髅等生物掉落头颅，但玩家却无法通过这种方式获得自己的头颅。
&lt;strong&gt;CreeperBoom&lt;/strong&gt; 解决了这个问题：当玩家被高压苦力怕击杀时，会原地掉落一个带有该玩家皮肤纹理的头颅。&lt;/p&gt;
&lt;h3&gt;🌟 为什么写这个 Mod？&lt;/h3&gt;
&lt;p&gt;因为我翻遍了社区，也没找到一个实现“高压苦力怕炸掉头”这一件事的模组，所以只能自己写了。&lt;/p&gt;
&lt;hr /&gt;
&lt;h2&gt;⚙️ 配置说明&lt;/h2&gt;
&lt;p&gt;首次运行后，模组会在 &lt;code&gt;.minecraft/config/&lt;/code&gt; 目录下生成配置文件 &lt;code&gt;creeper.json&lt;/code&gt;。&lt;/p&gt;
&lt;pre&gt;&lt;code&gt;{
  &quot;dropChance&quot;: 1.0
}
&lt;/code&gt;&lt;/pre&gt;
&lt;ul&gt;
&lt;li&gt;&lt;strong&gt;dropChance&lt;/strong&gt;: 掉落概率。&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;取值范围&lt;/strong&gt;: &lt;code&gt;0.1&lt;/code&gt; - &lt;code&gt;1.0&lt;/code&gt; (对应 10%-100%)。&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;默认值&lt;/strong&gt;: &lt;code&gt;1.0&lt;/code&gt; (100% 掉落)。&lt;/li&gt;
&lt;/ul&gt;
&lt;hr /&gt;
&lt;h2&gt;📥 下载&lt;/h2&gt;
&lt;p&gt;推荐前往 &lt;a href=&quot;https://modrinth.com/mod/creeperboom&quot;&gt;Modrinth&lt;/a&gt; 获取正式版本。&lt;/p&gt;
&lt;h2&gt;🐞 反馈与联系&lt;/h2&gt;
&lt;p&gt;如果你在爆炸中发现了任何 Bug，欢迎联系我：&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;strong&gt;Email&lt;/strong&gt;: connect@baizhouzi.top&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;GitHub&lt;/strong&gt;: 直接在仓库提交 Issues。&lt;/li&gt;
&lt;/ul&gt;
&lt;h2&gt;🧠 预计更新计划&lt;/h2&gt;
&lt;p&gt;添加防止苦力怕爆炸破坏方块的功能&lt;/p&gt;
</content:encoded></item></channel></rss>