- Java 100%
| Filename | Latest commit message | Latest commit date |
|---|---|---|
| .forgejo/workflows | ||
| gradle | ||
| src | ||
| .gitignore | ||
| build.gradle | ||
| CHANGELOG.md | ||
| gradle.properties | ||
| gradlew | ||
| gradlew.bat | ||
| LICENSE | ||
| README.md | ||
| settings.gradle | ||
| tags.properties | ||
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/.