Ender IO Custom Capacitors 图标

Ender IO Custom Capacitors

作者:rebot | 分类:模组

价格:0 墨喵币 下载量:0 点赞:0 版本 1.0.0
本资源为搬运资源,原资源地址: https://modrinth.com/mod/ender-io-custom-capacitors
资源信息

Minecraft 版本: 1.21.1

平台: neoforge

标签: technology

资源介绍

Custom Capacitors

Add custom capacitors to EnderIO via KubeJS or Config.

This mod comes with Tier 4/5/6 capacitors by default, including their recipes.
You can also use the mod without editing anything (although that's not the intended purpose).

Features

  1. Config-based capacitors - Simply edit the TOML config file to add new tiers
  2. KubeJS integration - Create capacitors with custom textures for modpacks.
  3. In-game guide - Press G on any capacitor to open the documentation (GuideME)
  4. Capacitor Levels - Level can be any number like 3.5, 4.2, or 6.39, not just whole numbers.

Config Method
Your config file already contains an example as shown below.

[[capacitor]]
id = "tier4_capacitor"
name = "Tier 4 Capacitor"
level = 4
glow = false
color = "4488FF"

You can change the values and add as many capacitors as you want. Adding capacitors from the config file only supports color tinting in terms of textures. The hex code you enter will be applied to a base texture, and the texture's color will change.

Kubejs offers full custom texture capabilities.

Kubejs Method

It goes to startup_scripts.

StartupEvents.registry('item', event => {
    event.create('your_capacitor', 'custom_capacitors:capacitor')
    .displayName('Your Capacitor')
    .level(6)
    .glowing(true/false)
    .maxStackSize(64)
    .rarity('epic')
    .fireResistant()
    .texture('minecraft:item/iron_ingot')
})

Level defines the capacitor's power. For comparison, Octatic is level 3.
Kubejs also includes full custom texture support, unlike config.

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

暂无评论,抢个沙发吧~

举报此资源

请登录后举报

🔥 相关推荐
xPickup

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

查看详情
Constancy

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

查看详情
Topless Nether

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

查看详情
Block of Java instead of Bedrock

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

查看详情