/mc-create-ponder

A clone of Minecraft Create mod's "ponder" tutorial menu

Primary LanguagePython

Minecraft Create Mod Ponder

The Minecraft mod Create has an interesting help menu. In the manual, the machines and contraptions are represented in 3D view an animated to follow the explanations. This python script tries to mimic this "pondering" system using Pygame

How to use it

  • To go to the next step, press the Arrow Up key.
  • To go to the next "chapter", press Space.
  • To rotate the view, use LMB
  • To zoom in or out, scroll the mousewheel up or down
  • To move the view, press the mousewheel down and move the mouse
  • To reset the position and rotation of the camera, press R

Requirements

  • Python 3 or higher
  • Python modules: pygame