CC:Gamepad

CC: Gamepads adds a CC:Tweaked peripheral block which lets ComputerCraft computers read real gamepad/controller input from players.

File Details

ccgamepads-1.0.0-neoforge-1.21.1.jar

  • R
  • May 28, 2026
  • 120.89 KB
  • 17
  • 1.21.1
  • NeoForge

File Name

ccgamepads-1.0.0-neoforge-1.21.1.jar

Supported Versions

  • 1.21.1

Curse Maven Snippet

NeoForge

implementation "curse.maven:cc-gamepad-1556871:8161131"
Curse Maven does not yet support mods that have disabled 3rd party sharing

Learn more about Curse Maven

 

CC: Gamepads adds a CC:Tweaked peripheral block which lets ComputerCraft computers read real gamepad/controller input from players.

The controller is read on the player client, sent to the server, and exposed to Lua through a bound Gamepad Peripheral. This works in singleplayer, LAN, and dedicated multiplayer servers.

Requirements

  • Minecraft 1.21.1
  • NeoForge 21.1.x
  • CC:Tweaked 1.117.1

How To Use

  1. Place a Gamepad Peripheral block next to, or connected by modem to, a CC:Tweaked computer.
  2. Hold a Gamepad item.
  3. Sneak-right-click the Gamepad Peripheral with the Gamepad item to bind it.
  4. Keep the bound Gamepad item in your main hand or off hand.
  5. Plug in/connect with bluetooth your/a controller and run Lua code on the computer.

Up to 4 players can send input to the same Gamepad Peripheral at once. Each player gets a slot from 1 to 4.