Template Page: Difference between revisions

From MineLabs
Jump to navigation Jump to search
Created page with "Here comes some general information about the block or feature =In the game= Write here the full description of a feature. Use images to aid this explanation. Some points that can be incorporated in this explanation are: * Obtaining ** generation ** crafting ** ... * Usage **crafting ** in the world ** on blocks ==Discussion== =Scientific Background= Write here the scientific background of the feature (if needed). Try to write this in such a way that everybody (..."
 
No edit summary
Line 17: Line 17:


==Discussion==
==Discussion==
 
Add here some points of discussion. List possible problems, changes and ideas to improve the feature. Do not implement these ideas yet, as they may just be a start of a greater discussion. If they need to be implemented they will be made into issues on github.




Line 24: Line 24:


=Code Explanation=
=Code Explanation=
Explain here the code such that other developers understand how they can use and modify the code.
Explain here the code in such a way that other developers understand how they can use and modify the code.


==Bugs and Issues==
==Bugs and Issues==
Add here a list of known bugs. If possible, link to issues on github.
Add here a list of known bugs. If possible, link to issues on github.
Example
 
Example:
* This is a link to [https://github.com/ScicraftLearn/MineLabs/issues/28 issue #28]
* This is a link to [https://github.com/ScicraftLearn/MineLabs/issues/28 issue #28]

Revision as of 08:58, 12 August 2022

Here comes some general information about the block or feature

In the game

Write here the full description of a feature. Use images to aid this explanation.

Some points that can be incorporated in this explanation are:

  • Obtaining
    • generation
    • crafting
    • ...
  • Usage
    • crafting
    • in the world
    • on blocks

Discussion

Add here some points of discussion. List possible problems, changes and ideas to improve the feature. Do not implement these ideas yet, as they may just be a start of a greater discussion. If they need to be implemented they will be made into issues on github.


Scientific Background

Write here the scientific background of the feature (if needed). Try to write this in such a way that everybody (Teachers, developers and maybe even studens) understands this.

Code Explanation

Explain here the code in such a way that other developers understand how they can use and modify the code.

Bugs and Issues

Add here a list of known bugs. If possible, link to issues on github.

Example: