QoL mod
Find a file
Repository files (latest commit first)
Filename Latest commit message Latest commit date
2026-09-04 18:30:52 -05:00
.forgejo/workflows ci: publish main and dev artifacts 2026-09-04 18:30:52 -05:00
gradle Update all of it 2026-08-28 19:30:07 -05:00
src Update all of it 2026-08-28 19:30:07 -05:00
.gitignore Inital 2026-08-15 19:23:29 -05:00
build.gradle Update GitHub Actions workflows and dependencies (#69) 2026-08-11 15:53:10 +01:00
CHANGELOG.md Merge overhaul branch to be upstream (#24) 2024-04-07 18:39:25 +01:00
gradle.properties Update all of it 2026-08-28 19:30:07 -05:00
gradlew Migrate from FG2.3 to RFG 1.3.3 2023-04-24 11:23:28 +01:00
gradlew.bat Migrate from FG2.3 to RFG 1.3.3 2023-04-24 11:23:28 +01:00
LICENSE Licensed MIT + improved README 2022-11-10 15:37:21 +00:00
README.md Update all of it 2026-08-28 19:30:07 -05:00
settings.gradle Update to Gradle 9.2.1 2025-12-04 15:00:52 +00:00
tags.properties Merge overhaul branch to be upstream (#24) 2024-04-07 18:39:25 +01:00

FriendPack Mod

Quality-of-life and compatibility features for the FriendPack Minecraft 1.12.2 modpack.

AE2 wireless connectors

Adds the GTNH-style Wireless Connector, 32-link Wireless Hub, and Wireless Connection Kit. Links carry dense AE2 channels, preserve AE2 security, consume distance-scaled power, restore after chunk loads, support AE2 colors, and stay within one dimension.

Discharge geyser rendering

Marks NTM-Space's discharge geyser renderer as global so its long beam is not culled with the source block. Beam appearance and geyser behavior are unchanged.

OpenComputers geyser adapters

An OpenComputers Adapter touching an NTM or NTM-Space geyser exposes a component named after the geyser's registry path. Its charge([value]) callback reads or sets the tile entity's existing charge/timer field. OpenComputers remains an optional dependency.

  • charge() returns the current timer.
  • charge(number) sets the raw timer once.
  • charge("max") sets the timer and visual flash to zero once.
  • charge("auto") is retained as a compatibility no-op; stopping writes resumes normal behavior.
  • flash() returns the current visual flash level.
  • flash(number) sets the raw flash level once on server and client.

Enchantment tooltip collapse

Items with more than 12 enchantments show the first 12 followed by a compact +N enchantments [Shift to expand] line. Hold either Shift key while hovering the item to display every enchantment in columns of 15.

The tooltip feature is client-only.

Wither bar toggle

Press H to hide or show Wither boss bars. The key can be changed under Controls in the FriendPack category. Other boss bars remain visible.

Silent IC2 Matter Fabricators

IC2 Matter Fabricator loop and scrap-processing sounds are muted. Other IC2 machine sounds are unaffected.

Build

./gradlew build

The distributable jar is written to build/libs/.