Create Heat JS 图标

Create Heat JS

作者:rebot | 分类:模组

价格:0 墨喵币 下载量:0 点赞:0 版本 1.19.2-0.0.1
本资源为搬运资源,原资源地址: https://modrinth.com/mod/create-heat-js
资源信息

Minecraft 版本: 1.19.2

平台: forge

标签: library utility

资源介绍

Allow to use Kubejs, customize Create's Heat Source Block, HeatLevel.

Please use Kubejs Create Mod when adding recipes, and use the heatLevel() method to set the heat level.

//server_scripts
ServerEvents.recipes(e => {
    e.recipes.create.mixing('diamond', 'coal_block').heatLevel("BLAZE")
    e.recipes.create.compacting('diamond', 'coal_block').heatLevel("BLAZE")
});

Rregister Heat Source and Heat Level

//startup_scripts
CreateHeatJS.registerHeatEvent(event =>{
    event.registerHeatLevel("BLAZE",3,0xED9C33)
    event.registerHeatSource("BLAZE","minecraft:furnace[facing=north,lit=true]")
    event.registerHeatSource("BLAZE","minecraft:fire")
    // event.registerHeatSource("PYROTHEUM","minecraft:furnace[facing=south,lit=false]",blockstack => {
    //     const $AbstractFurnaceBlock = Java.loadClass("net.minecraft.world.level.block.AbstractFurnaceBlock");
    //     if(blockstack.hasProperty($AbstractFurnaceBlock.LIT)){
    //         return blockstack.getValue($AbstractFurnaceBlock.LIT).booleanValue();
    //     }
    // })
})

blaze

下载太慢?试试 墨喵加速站,支持 Modrinth 和外网直链高速下载! 用的人越多,下载的越快!
下载与版本
评论(0)
登录 后发表评论。

暂无评论,抢个沙发吧~

举报此资源

请登录后举报

🔥 相关推荐
SaltMons

价格:0 墨喵币
下载量:0

查看详情
Withering Heights: Revamped Wither

价格:0 墨喵币
下载量:0

查看详情
CodeRedeem

价格:0 墨喵币
下载量:0

查看详情
Actually Useful Smithing Table

价格:0 墨喵币
下载量:0

查看详情