Neo ECO Prototype

Quick rating

Community listing page, reviews here may not be monitored by the author.

Neo ECO Prototype

No reviews yet

Storage, computation and crafting extensions for Neo ECO AE Extension, with KubeJS integration for custom infinite matrices.

Mod Loaders
Minecraft

About

Description

Storage, computation and crafting extensions for **Neo ECO AE Extension (neoecoae)** — expand your AE2 network with a green-themed machine line and a KubeJS integration for custom infinite storage matrices.

Features

- Storage / Computation / Crafting systems** with green-themed visuals
- Infinite storage matrices** for bulk storage, including the vanilla concrete matrix
- KubeJS support (optional)**: register custom infinite matrices in startup

scripts:StartupEvents.registry('item', event => {
  event.create('infinite_glass', 'neoecoprototype:infinite_storage_matrix')
       .itemType('minecraft:glass')
       .displayName('Infinite Glass Matrix')
})

Supports `itemType(...)` / `fluidType(...)` / `cellModel(...)` / `displayName(...)`. See `docs/kubejs.md` in the repo; install ProbeJS for autocomplete.

 Requirements

- Minecraft **1.21.1**
- NeoForge **21.1.233+**
- AE2 **19.2.17**
- **Neo ECO AE Extension 21.2.0-beta1 or newer** (required)
- KubeJS (optional)

 Links

- Source & issues: https://github.com/reliqwq/NeoECOPrototype

中文说明

存储 / 计算 / 合成三大系统的绿主题扩展,附带 KubeJS 无限存储矩阵注册接口,详见仓库文档 docs/kubejs.md。