No description
Find a file
Repository files (latest commit first)
Filename Latest commit message Latest commit date
Stella Reine 5abc47b834
All checks were successful
Release / release (push) Successful in 1m5s
build: resolve deps from Forgejo package registry
The buildscripts were applied from an absolute path on a developer
machine (/home/stella/wtdeps-maven), so CI runners failed with
'Could not read script .../base.gradle'.

Vendor the buildscripts into buildscripts/ in each repo and point the
Maven repository at https://code.solarspire.net/api/packages/Deadstar/maven,
where the AE2/AE2WTLib/p455w0rdslib/RedstoneFlux/JEI/Baubles artifacts
are now published.

Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
2026-09-04 18:47:47 -05:00
.forgejo/workflows ci: publish main and dev artifacts 2026-09-04 18:30:45 -05:00
buildscripts build: resolve deps from Forgejo package registry 2026-09-04 18:47:47 -05:00
gradle/wrapper bump version and dep versions 2018-12-29 14:59:11 -05:00
src/main refactor(jei): move search sync to the shared GuiWT hook 2026-08-29 16:52:13 -05:00
.gitignore build: resolve deps from Forgejo package registry 2026-09-04 18:47:47 -05:00
.project fix all known issues/add all feature requests 2019-11-14 22:19:04 -05:00
build.gradle build: resolve deps from Forgejo package registry 2026-09-04 18:47:47 -05:00
gradle.properties lots-o-stuff 2019-06-15 13:27:37 -04:00
gradlew chmod +x gradlew 2019-02-10 17:05:26 +08:00
gradlew.bat Initial 1.12 push 2017-09-22 15:26:54 -04:00
LICENSE Update LICENSE to LGPL 2018-02-17 14:15:32 -05:00
README.md =D 2019-06-16 12:33:53 -04:00
settings.gradle added settings.gradle to conform with gradle 4.3 2018-12-29 15:25:48 -05:00

Wireless Crafting Terminal (Beta)

CurseForge Latest Version

Table of Contents

About

An OP addon to an already OP mod =] Adds a Wireless Terminal version of the AE2 Crafting Terminal with the ability to install upgrades

Contact

License

I'm a huge fan of Open Source software as well as helping people learn. As far as licensing, do what you want. Claim it as your own if you so wish. I don't care =D If you become popular/rich/get a hot wife due to claiming that you made my mod, I'm just glad I could help make another person's life better in some way.

Downloads

Installation

You install this mod by putting it into the minecraft/mods/ folder. It requires that AE2 RV6 Stable also be installed.

Issues/Feature Requests

  • Post 'em in the issues section. =D

Providing as many details as possible does help us to find and resolve the issue faster and also you getting a fixed version as fast as possible.

Building

  1. Clone this repository via
  • SSH git clone git@github.com:p455w0rd/WirelessCraftingTerminal.git or
  • HTTPS git clone https://github.com/p455w0rd/WirelessCraftingTerminal.git
  1. Setup workspace
  • Decompiled source gradlew setupDecompWorkspace
  • Obfuscated source gradlew setupDevWorkspace
  • CI server gradlew setupCIWorkspace
  1. Build gradlew build. Jar will be in build/libs
  2. For core developer: Setup IDE
  • IntelliJ: Import into IDE and execute gradlew genIntellijRuns afterwards
  • Eclipse: execute gradlew eclipse

Contribution

  • Fork -> Edit -> PR

If you are only doing single file pull requests, GitHub supports using a quick way without the need of cloning your fork. Also read up about synching if you plan to contribute on regular basis.

Wireless Crafting Terminal API

Wireless Crafting Terminal

To make your item a Wireless Crafting Terminal variant, register like normal with AE2 and implement net.p455w0rd.wirelesscraftingterminal.api.IWirelessCraftingTerminalItem

To open the WCT Gui from said item, use WCTApi.instance().openWirelessCraftingTerminalGui(EntityPlayer player);

WCT Configs

Configs have been moved to AE2WTLib

Maven

When compiling against the WCT API you can use gradle dependencies, just add

repositories {
	maven {
		name = "covers Maven"
		url = "http://maven.covers1624.net"
	}
}

dependencies {
    compile "p455w0rd:WirelessCraftingTerminal:<MC_VERSION>-<MOD_VERSION>:api"
}

or add the compile line to your existing dependencies task to your build.gradle

An example string would be p455w0rd:WirelessCraftingTerminal:1.12.2-3.10.77:api for the API only or p455w0rd:WirelessCraftingTerminal:1.12.2-3.10.77 for the whole mod.

Wireless Crafting Terminal Localization

English Text

en_us is included in this repository, fixes to typos are welcome.

Encoding

Files must be encoded as UTF-8.

New Translations

I would love for someone to do translations for me =]

Credits

Thanks to the following people for support, code, et al

  • Code/tutorials/general help: Notch, brandon3055, Techjar, AlgorythmX2, thatsIch, Nividica, squeek502, M3gaFr3ak, DrummerMC, cpw, LexManos, Pahimar, diesieben07, Wuppy, Jabelar, blay09, SirSengir, mezz