Start atlas
This commit is contained in:
13
tiles/tilecallbacks.c
Normal file
13
tiles/tilecallbacks.c
Normal file
@@ -0,0 +1,13 @@
|
||||
//
|
||||
// Created by bruno on 1.6.2025.
|
||||
//
|
||||
|
||||
#include "tilecallbacks.h"
|
||||
#include "furnace.h"
|
||||
|
||||
const UpdateTileCallback ItemTileCallbacks[TILEREGISTRY_SIZE] = {
|
||||
[TYPE_AIR] = NULL,
|
||||
[TYPE_BLOCK] = NULL,
|
||||
[TYPE_BELT] = updateBelt,
|
||||
[TYPE_FURNACE] = updateFurnace
|
||||
};
|
Reference in New Issue
Block a user