PCI-MINI

PCI Mini (ALPHA) ============================== Description: PCI Mini adds a Computer Core desktop OS, SSD storage folders, power network blocks, adapters, and modular battery systems. Important alpha warning: Do not test this mod in your main survival/wor

File Details

pci_mini-0.1.7.0.jar

  • R
  • Mar 16, 2026
  • 4.78 MB
  • 38
  • 1.21.11
  • Forge

File Name

pci_mini-0.1.7.0.jar

Supported Versions

  • 1.21.11

Curse Maven Snippet

Forge

implementation "curse.maven:pci-mini-1465156:7768015"
Curse Maven does not yet support mods that have disabled 3rd party sharing

Learn more about Curse Maven

PCI Mini - 0.1.6.xxx Update Summary
Generated: 2026-03-16
 
Scope and source files used:
- CHANGELOG.md
- RELEASE_TEXT_EN_0.1.6.0.txt
- Current local code updates in src/main/java/lt/laurynas/pci_mini/client/screen/PcScreenDesktopScreen.java
 
Important note:
- In repository documentation, the only explicit 0.1.6.x changelog entry is 0.1.6.8.
- 0.1.6.0 has a general alpha release description.
- No separate official entries were found for each individual 0.1.6.x build number.
 
==================================================
DOCUMENTED 0.1.6.x CHANGES (OFFICIAL FILES)
==================================================
 
0.1.6.8 (Alpha, release summary since 0.1.5.0)
Date: 2026-03-08
 
Highlights:
- Added a full block facade workflow with production machines and power requirements.
- Added a solar panel painting workflow and moved to single-block color/state logic.
- Expanded cable/facade compatibility for HDMI, LAN, USB power wire, and power cable.
- Reworked many textures and overall visual style.
- Improved McOS desktop/server integration and storage UX.
 
Added:
- New block: Facade Changer
- New block: Facade Factory
- New block: Block Painter
- Instruction book item + GUI book view
- GUI creator support for Facade Changer (F4 workflow)
- Temp admin/debug command: /pcimini temp_dyes <code> [player]
 
Changed:
- Solar color system refactor: from many colored blocks to one tier block + color data/state.
- Solar tier visuals aligned to materials:
T1 Copper, T2 Iron, T3 Gold, T4 Diamond, T5 Netherite.
- Solar recipes adjusted for progression.
- Solar textures iterated through multiple quality/style passes.
- HDMI and USB cable visuals refreshed.
- Solar Power Adapter moved to dedicated texture asset.
- GUI creator improvements for panel alignment and background controls.
- Removed unnecessary Solar GUI creator mode where GUI is finalized.
 
Fixed:
- Facade texture apply/fallback issues.
- Cable facade mismatch and invalid rendering cases.
- Facade/cable breaking behavior:
- Correct facade item drop.
- Breaking facade does not destroy attached cable block.
- Power cable drop issues resolved.
- Power wire energy behavior when cable is broken.
- Server storage/tooltips:
- Server tooltip now shows used and free space.
- Old low server file cap removed.
- McOS drive visibility:
- Server disks no longer appear in wrong locations (like My Computer) when not expected.
- Block Painter reset behavior fixed.
 
McOS / network behavior updates:
- LAN auto-connect behavior improved when cable link exists.
- Mi-Fi remains manual connect by design.
- Desktop workflow updated so LAN or Mi-Fi link can open server window panel.
 
0.1.6.0 (Alpha) - base line release text summary:
- Defines PCI Mini alpha direction and system scope:
Computer Core, McOS desktop, SSD tiers/storage, server-linked storage, power network,
solar system, battery systems, modular power frame, facade systems, GUI creator tools.
- Explicit safety warning:
alpha build, use test instance, do not use main world without backups.
 
==================================================
LOCAL UPDATES DONE IN THIS SESSION (CURRENT CODE)
==================================================
 
Desktop/server UX updates:
- Created two desktop icons for server access:
- LAN Server
- MiFi Server
- Sidebar in folder/storage area kept focused for disk display.
- Desktop icon text now supports wrapping (2 lines max with ellipsis if needed).
-Created FM Radio and Music player(add music files in mods folder
 
Separate windows for LAN and MiFi server:
- LAN Server and MiFi Server now open as separate windows, not one shared window.
- Added separate window ID and taskbar handling for MiFi server window.
 
Critical fix after testing:
- Problem found: when both windows were open, disk selection behaved like one shared state.
- Fix implemented: separate per-window server-control state for:
- selected drive
- disk scroll
- item scroll
- visible slot cache
- Result: LAN and MiFi windows now keep independent disk context
(example: LAN on D, MiFi on E at the same time).
 
Build verification:
- Java compile completed successfully after changes:
gradlew.bat compileJava -> BUILD SUCCESSFUL.
 
==================================================
STATUS
==================================================
 
This file is a consolidated summary of:
- officially documented 0.1.6.x release notes available in repository, and
- latest local 0.1.6.xxx development changes applied in current workspace.