Confirmedusers
711
edits
mNo edit summary |
mNo edit summary |
||
Line 1: | Line 1: | ||
<languages/> | <languages/> | ||
<translate> | <translate> | ||
This page is in progress! Come back soon! | This page is in progress! Come back soon! | ||
== Introduction == | |||
=== Objective === | |||
In this tutorial, you will be introduced to code modding by creating a block with custom functionality. You will create the assets for this project, find out how block classes are registered, and use a number of different functions. The block you will be creating is a trampoline, where as an entity collides with it, they will bounce. | |||
=== Prerequisites === | |||
It is recommended to use the same project for all newer code tutorials, with the project name "VSTutorial". If you have not yet done this, please follow the following tutorials: | |||
# [[Modding:Preparing For Code Mods|Preparing For Code Mods]] | |||
# [[Modding:Creating A Code Mod|Creating A Code Mod]] | |||
This tutorial also assumes that you have read: | |||
* [[Modding:Code Tutorial Essentials|Code Tutorial Essentials]] | |||
== Assets == | |||
</translate> | </translate> | ||
{{navbox/codemodding}} | {{navbox/codemodding}} |