Skip to content

game-design-driven/ptdye-plus

Repository files navigation

Ptdye Plus

Version Minecraft Forge
Modrinth CurseForge CPTD

Discord

Introducing a Java mod designed exclusively for the Create: Prepare to Dye (CPTD) modpack!

This mod includes code for features and bug fixes not achievable with KubeJS, the JavaScript framework used by the CPTD team.

Keep in mind that this mod is primarily tested for use within the CPTD modpack, and using it elsewhere may lead to unexpected behavior.

Key Features:

  • Command to access the stonecutter GUI: /openStonecutter
    • By using the "/openStonecutter" command, players can directly access the stonecutter's GUI, making it more convenient to craft devices.
  • Key bind to open ponder based on what block the player is looking at, set to B by default
  • Adds line to Jade tooltip on blocks that have a ponder indicating which button to press to open ponder

For Devs:

  • To download gradle dependencies click the Reload All Gradle Projects button (refresh/recycle icon) in the top left of the gradle task window (IntelliJ)
  • Run the game by debugging the runClient gradle task and run Build Project or CTRL+F9 to hotswap your code changes.