1
0
mirror of https://github.com/SquidDev-CC/CC-Tweaked synced 2025-04-14 14:53:11 +00:00

Add recipes for pocket computers too

This is a little daft (recipes feel a little clumsy and tacked on), but
it's better than them being nowhere.
This commit is contained in:
Jonathan Coates 2024-08-19 08:10:50 +01:00
parent 9b2f974a81
commit d7cea55e2a
No known key found for this signature in database
GPG Key ID: B9E431FF07C98D06

View File

@ -30,6 +30,12 @@ import java.util.Objects;
* print("On something else")
* end
* }</pre>
* <p>
* ## Recipes
* <div class="recipe-container">
* <mc-recipe recipe="computercraft:pocket_computer_normal"></mc-recipe>
* <mc-recipe recipe="computercraft:pocket_computer_advanced"></mc-recipe>
* </div>
*
* @cc.module pocket
*/