1
0
mirror of https://github.com/p2r3/bareiron.git synced 2025-10-01 23:25:09 +02:00

implement growing saplings with bone meal

This commit is contained in:
p2r3
2025-08-23 23:04:45 +03:00
parent 5ac426f21a
commit aa74a55a19
3 changed files with 98 additions and 15 deletions

6
include/structures.h Normal file
View File

@@ -0,0 +1,6 @@
#ifndef H_STRUCTURES
#define H_STRUCTURES
void placeTreeStructure (short x, uint8_t y, short z);
#endif