VineryJS 图标

VineryJS

作者:rebot | 分类:模组

价格:0 墨喵币 下载量:0 点赞:0 版本 1.0
本资源为搬运资源,原资源地址: https://modrinth.com/mod/vineryjs
资源信息

Minecraft 版本: 1.21.1

平台: neoforge

标签: food utility

资源介绍

The mod simply allows you to register new wine items and modify existing ones!

Modifying existing wines:

VineryJS.modifyWine(event => {
    event.modify(
        'vinery:mellohi_wine',          // item id
        'alexsmobs:poison_resistance',  // effect id
        2800,                           // duration in ticks
        0,                              // amplifier
        true                            // does it scale with age?
    )
})

Registering new wines:

In a future update this will be fully working, however it is giving me issues. You may use it, however placing down wines crashes the game, so it is disabled by default. If you wish to mess with the placing of them, there is a config option to enable it, and you'd use ".allowPlacement()".

Some extra functions include: .itemTexture, .blockTexture, .itemParentModel, and .blockParentModel

VineryJS.registerWine(event => {
    event.create('kubejs:test_wine')
        .wineName('TEST')                       // display name
        .effect('minecraft:strength', 3600, 1)  // effect id, duration in ticks, amplifier
        .bottleSize('big')                      // size of the bottle
        .scaleWithAge()                         // does it scale with age?
})
下载太慢?试试 墨喵加速站,支持 Modrinth 和外网直链高速下载! 用的人越多,下载的越快!
下载与版本
评论(0)
登录 后发表评论。

暂无评论,抢个沙发吧~

举报此资源

请登录后举报

🔥 相关推荐
More Items Craftings

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

查看详情
Pink Low Fire

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

查看详情
MRP

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

查看详情
Succ's Origins: Zambeidium

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

查看详情