KubeJS ProjectE
作者:rebot | 分类:模组
价格:0 墨喵币
下载量:0
点赞:0
版本 1.0
本资源为搬运资源,原资源地址:
https://modrinth.com/mod/kubejs-projecte
资源信息
Minecraft 版本: 1.19.2
平台: forge
标签: library
资源介绍
Lets you set the EMC values of items and the Philosopher's Stone transformations blocks with the ProjectE mod. Examples are shown below.
Note: Modrinth does not host a version of ProjectE, so to use this mod you must download it from another source
In server_scripts:
ProjectEEvents.setEMC(event => {
// sets the absolute emc value of an item
event.setEMC("minecraft:cobblestone", 10000) // alias. setEMCAfter
// sets the emc of an item before anything else happens
// this can sometimes result in this emc value not being
// set, but also it allows for emc values to be generated
// from this one; i.e crafting recipes
event.setEMCBefore("minecraft:stick", 10000);
})
In startup_scripts:
ProjectEEvents.registerWorldTransmutations(event => {
event.transform("minecraft:tnt", "minecraft:oak_planks");
})
下载太慢?试试 墨喵加速站,支持 Modrinth 和外网直链高速下载! 用的人越多,下载的越快!
下载与版本
评论(0)
请 登录 后发表评论。
举报此资源
请登录后举报
暂无评论,抢个沙发吧~