NeoGrid

Quick rating

NeoGrid

No reviews yet

Modern, automated electrical grids for NeoForge.

Tech
Mod Loaders
NeoForge
Minecraft

Community voices

Reviews

Versions
Loading versions…
Match includes

Click once to include, again to exclude, again to clear

Rating Any
Any 0.5 1.0 1.5 2.0 2.5 3.0 3.5 4.0 4.5 5.0
Min
Max
Play Status
Reviews
Time Played
hrs+
Verified developers only
Has developer response
List view
Grid view
Compact view
Sort by
Date
Rating
Helpful
Unhelpful
Edited
Sort ascending
Delete this review?

This removes your review from the project. You can write a new review after.

Review submitted for moderation

Your review has been sent to moderators, who will check that it meets our guidelines before it appears publicly.

No reviews yet. Be the first to review this project!

Get it on

Available Platforms

Compatibility

Supported Environments

Dev Environment
Client Required
Server Required

About

Project Details

Type
Mod
License
MIT License
Latest Version
neogrid v1.1 for 1.21.1
Authors
CurseForge
Modrinth

For authors

Embed Badge

If you're the author of this project, you can embed a live badge anywhere that supports HTML or Markdown. It updates automatically whenever ratings change.

Custom banner text
ModDex rating badge preview

Use HTML for any page that supports it, or Markdown for README files and Markdown-based descriptions.

Identifiers

Platform IDs

CurseForge ID
Modrinth ID

Resources

External Links

Source Issues Wiki Discord

About

Description

showcase

NeoGrid

Modern, automated electrical grids for NeoForge.

Features

  • Auto-Connect: Automatically connects to nearby machines, streamlining your power distribution.
  • Electric Pole: 2-block tall structures for efficient long-distance transmission.
  • Advanced Rendering: Realistic and smooth visual experience for electrical components.
  • Power Logic: Integrated management for complex and scalable electrical networks.
  • KubeJS Support: Create custom electric poles with configurable transfer rates, connection ranges, and wire colors.

KubeJS Integration

NeoGrid registers a neogrid:electric_pole block builder type for KubeJS. Place scripts in kubejs/startup_scripts/.

StartupEvents.registry('block', event => {
    event.create('kubejs:my_pole', 'neogrid:electric_pole')
        .transferRate(5000)       // FE/tick, default 1000
        .connectionRange(20)      // blocks, default 10
        .wireColorHex(0xFF3333)   // hex color
        .displayName('My Pole')
})

Available Methods

Method Params Description
transferRate(rate) int Max energy transfer rate (FE/tick)
connectionRange(range) int Auto-connection scan radius (blocks)
wireColor(r, g, b) float, float, float (0.0~1.0) Wire color as RGB floats
wireColorHex(hex) int (e.g. 0xFF0000) Wire color as hex

All standard KubeJS BlockBuilder methods (displayName, hardness, resistance, mapColor, tag, etc.) are also available.

See docs/kubejs-integration.md for full examples.


NeoGrid

NeoForge 平台的现代化自动化电网模组。

功能特点

  • 自动连接:自动识别并连接周边机器,极大简化电力分配流程。
  • 电线杆:2 格高的多方块结构,专为长距离电力传输设计。
  • 高级渲染:自定义渲染效果,提供逼真流畅的视觉体验。
  • 电力逻辑:集成电网管理逻辑,轻松应对复杂多变的电力需求。
  • KubeJS 支持:通过 KubeJS 脚本自定义电线杆的传输速率、连接范围和电线颜色。

KubeJS 集成

NeoGrid 注册了 neogrid:electric_pole 方块构建器类型。将脚本放在 kubejs/startup_scripts/ 下。

StartupEvents.registry('block', event => {
    event.create('kubejs:my_pole', 'neogrid:electric_pole')
        .transferRate(5000)       // FE/tick,默认 1000
        .connectionRange(20)      // 方块数,默认 10
        .wireColorHex(0xFF3333)   // 十六进制颜色
        .displayName('My Pole')
})

可用方法

方法 参数 说明
transferRate(rate) int 最大能量传输速率(FE/tick)
connectionRange(range) int 自动连接扫描半径(方块数)
wireColor(r, g, b) float, float, float(0.0~1.0) RGB 浮点值设置电线颜色
wireColorHex(hex) int(如 0xFF0000 十六进制设置电线颜色

所有 KubeJS 标准 BlockBuilder 方法(displayNamehardnessresistancemapColortag 等)均可使用。

详见 docs/kubejs-integration.md

connection

NeoGrid

Modern, automated electrical grids for NeoForge.

Features

  • Auto-Connect: Automatically connects to nearby machines, streamlining your power distribution.
  • Electric Pole: 2-block tall structures for efficient long-distance transmission.
  • Advanced Rendering: Realistic and smooth visual experience for electrical components.
  • Power Logic: Integrated management for complex and scalable electrical networks.

NeoGrid

NeoForge 平台的现代化自动化电网模组。

功能特点

  • 自动连接:自动识别并连接周边机器,极大简化电力分配流程。
  • 电线杆:2 格高的多方块结构,专为长距离电力传输设计。
  • 高级渲染:自定义渲染效果,提供逼真流畅的视觉体验。
  • 电力逻辑:集成电网管理逻辑,轻松应对复杂多变的电力需求。

Screenshots

Gallery

  • connecting
    connecting

Versions

Files

Relations

Project Relations

More like this

Similar Mods

Suggestions use data such as tags, dependencies, dependents, descriptions, titles, and more to rank how much they overlap with this mod.

On ModDex

Community snapshot

0
Ratings
0
Followers
0
In stacks

By the numbers

Statistics

<1,000
Total Downloads
CurseForge
<1,000
Modrinth
<1,000
Last Updated
CurseForge
Modrinth
Created
CurseForge
Modrinth
Last synced
When ModDex last fetched this project from CurseForge or Modrinth. Every project is re-checked on a schedule, and any project that ships a new file is synced automatically within hours of the release.
New file updates sync automatically
How syncing works