Modding:Basic Code Tutorials: Difference between revisions

From Vintage Story Wiki
mNo edit summary
mNo edit summary
Line 1: Line 1:
<languages/>
<languages/>


This is the landing page for the basic code tutorials. These will cover the basic introduction of code modding, including how to create commands and complex functionality for blocks, and items.
This is the landing page for the basic code tutorials. These will cover the basic introduction of code modding, including how to create commands and complex functionality for blocks and items.


== Basic Tutorials ==
== Basic Tutorials ==
 
These tutorials are currently in progress!
# [[Modding:Code Tutorial Essentials|Code Mod Essentials]] - This will give you an understanding of various code topics used within the tutorials. It will also give information on how to setup a project to use for the tutorials.
# [[Modding:Code Tutorial Essentials|Code Mod Essentials]] - This will give you an understanding of various code topics used within the tutorials. It will also give information on how to setup a project to use for the tutorials.
# [[Modding:Code Tutorial Simple Block|Simple Block]] - This will show you how to create, register, and use a block class.
# [[Modding:Code Tutorial Simple Block|Simple Block]] - This will show you how to create, register, and use a block class.