forked from Vogtinator/crafti
-
Notifications
You must be signed in to change notification settings - Fork 0
Home
Bluebotlabz edited this page Jul 3, 2022
·
3 revisions
Welcome to the crafti wiki!
Crafti is a recreation of Minecraft for jailbroken Ti Nspire calculators written in C++ This wiki contains all the development information that you should need to start modifying Crafti and adding your own blocks/whatnot, pull requests with new features are encouraged!
Note that it is highly recommended that you know C++ in order to develop for Crafti, additionally, some of the documentation may be wrong as the code is mostly reverse engineered, if this is the case, feel free to open an issue.
Feel free to use the sidebar to navigate the wiki.
- Home
- Building Crafti
- Crafti Versions
- Crafti Textures
-
Crafti Development
-
Inventory
- Adding blocks to inventory
- Changing inventory parameters
-
Blocks
- Regular Blocks
- Special Blocks
- Special Block Definitions
- Special Block Textures
- Special Block Name
- Special Block Renderers/Logic
- Special Block Data
- Tick() and Saving Data
- Tutorial: Redstone Wool
- Advanced Block Documentation
- Warning
- All Included Renderers
- Block Meshes
- Block Collision
- Block Transparency
- Block Renderer Texture "Cropping"
- All Block Renderer Parameters
- All Block Renderer Functions
- Block Data Structure
- Redstone
- How Redstone works in Crafti
- Redstone in special blocks
- World
- Chunks
- World Generation
- Structure Generation
- Localisation
- Setting the game's language
- Adding a language
-
Inventory