Compatibility
Minecraft: Java Edition
Platforms
Supported environments
Links
Tags
Creators
Details
Just End It
“Better to stop at the door than fall halfway through.”
“与其半路倒下,不如在门口停下。”
What is this? / 这是什么?
English
Just End It adds a handful of unusual items. But the real star is the plugin system – you drop a .jea file into Just_End_It_Adds/ and decide how the mod behaves.
Default behaviour: JEI is blacklisted. If it's loaded, the game crashes at startup.
You can change that – remove JEI, add other mods, tweak sword stats, ore generation, smelting, recipes, and trigger rules.
The mod does nothing unless you tell it to.
中文
Just End It 添加了一些不同寻常的物品。但真正的核心是插件系统 – 你往 Just_End_It_Adds/ 里放一个 .jea 文件,就能决定模组的行为。
默认行为: JEI 在黑名单上。如果它被加载,游戏会在启动时崩溃。
你可以改变它 – 移除 JEI、添加其他模组、调整剑属性、矿石生成、烧炼、配方和触发规则。
模组不会做任何你没告诉它的事。
Why is JEI blacklisted by default? / 为什么 JEI 默认在黑名单上?
English
Because a friend once complained that one of my unreleased mods wasn't compatible with JEI.
I was annoyed enough to turn that "problem" into a permanent feature.
So yes, JEI is on the default blacklist – you can remove it with delete jei; if you want.
中文
因为曾经有个朋友吐槽我某个未发布的模组和 JEI 不兼容。
我一气之下,把这个“问题”变成了固定特性。
所以 JEI 默认在黑名单上 – 如果你想放行,加一行 delete jei; 就行。
Features / 功能
Items & Blocks / 物品与方块
-
Genshin Impact Ore – overworld spawn, iron+ pickaxe.
原神矿石 – 主世界生成,需铁镐及以上挖掘。 -
Rough Genshin Impact – drops from ore, Fortune‑compatible.
粗原神 – 挖掘矿石掉落,受时运影响。 -
Genshin Impact Ingot – smelted from rough.
原神锭 – 烧制粗原神获得。 -
Genshin Impact Block – 9 ingots crafted.
原神方块 – 由 9 个原神锭合成。 -
Genshin Impact Sword – 200 base damage, obtained by right‑clicking the block with a diamond sword.
原神之剑 – 攻击力 200,手持钻石剑右键原神方块获得。
Plugin System – What You Can Control / 插件系统 – 可控内容
| Category / 类别 | Available Commands / 可用指令 |
|---|---|
| Blacklist / 黑名单 | add, delete, delete "all" |
| Sword / 剑 | sword_attack, sword_durability, sword_speed, sword_enchantability |
| Ore / 矿石 | ore_vein_size, ore_count, ore_min_y, ore_max_y, ore_exposure_chance, ore_enabled |
| Smelting / 烧炼 | smelt_time, blast_time, smelt_experience |
| Recipes / 配方 | crafting_enabled, smelting_enabled |
| Website Triggers / 官网触发 | 8 open_on_xxx rules / 8 条 open_on_xxx 规则 |
Plugins are cryptographically signed (Ed25519). Tampered files are rejected automatically.
插件使用 Ed25519 数字签名,被篡改的文件会被自动拒绝。
How to Create a Plugin / 如何创建插件
1. Get the Compiler / 获取编译器
Download the pre‑built JEILCompiler.exe from the JEILCompiler Releases. No dependencies, just run it.
从 JEILCompiler Releases 下载预编译的 JEILCompiler.exe,无需安装,直接运行。
2. Write a Plugin Source File / 编写插件源文件
Create a .txt file (e.g., myplugin.txt) with:
新建一个 .txt 文件(如 myplugin.txt),内容如下:
name "My Plugin";
version "1.0.0";
add appleskin;
delete jei;
3. Compile / 编译
Run:
执行:
JEILCompiler.exe myplugin.txt myplugin.jea
You'll see 编译签名成功: myplugin.jea if everything goes well.
看到 编译签名成功: myplugin.jea 即表示编译成功。
4. Install / 安装
Place myplugin.jea into the Just_End_It_Adds folder in your game root. The mod loads it on next startup.
将生成的 myplugin.jea 放入游戏根目录下的 Just_End_It_Adds 文件夹,模组会在下次启动时自动加载。
Full syntax reference: JEIL Specification
完整语法参考: JEIL 语言标准文档
Compiler Repository / 编译器仓库: https://github.com/SXD35/JEILCompiler
Example Plugin / 插件示例
name "My Tweaks";
version "1.0.0";
# Keep JEI blacklisted / 保留 JEI 在黑名单
add jei;
# Boost the sword / 增强剑
set sword_attack 500;
set sword_durability 3000;
# Tune ore / 调整矿石
set ore_vein_size 15;
set ore_count 30;
# Disable website on attack / 关闭攻击时打开官网
rule open_on_attack false;
⚠️ Notes / 备注
- Forge 1.20.1 only.
仅支持 Forge 1.20.1。 - Fan project, not affiliated with any official entity.
粉丝创作,与任何官方组织无关。
🤝 Support / 赞助
English
If you enjoy this mod, consider supporting me on Afdian.
Your support helps me keep developing and improving the mod. Thank you!
中文
如果你喜欢这个模组,欢迎在爱发电上赞助我。
你的支持将帮助我继续开发和完善这个模组。谢谢!
🔗 Links / 链接
Embrace the weirdness – or don't. Your choice.
拥抱古怪 – 或者不。随你。


