Hi y'all,
The TechMage mod allows wizards (programming students) to learn Python by writing spells (programs) that affect Minecraft while they're playing! Then they combat each other in duels with their spells =)
The mod started out on Forge 1.7.2-1147 as a client/server deal, with custom magic wands, key mappings, etc. on the client side.
For folks who have trouble installing mods, however (some programming students are quite young and with clueless parents), I was hoping to write a server-side-only version with which players could connect using a vanilla client and the "magic" could be controlled via a Web browser interface.
Is Forge capable of this? The most current posts I can find are years old.
If not, are older versions of Forge capable of this? Could I "downgrade" to get this functionality?
If not, does my problem ring a bell with you as to what the appropriate technology would be?
Thanks for your time,
Connor
EDIT: Just to be super clear - my question is whether a vanilla client can be made to connect to a Forge-modded server. The mod can already be controlled via web browser; I put that in for context =).