experiments
This commit is contained in:
@@ -4,10 +4,12 @@
|
||||
|
||||
#include "tilecallbacks.h"
|
||||
#include "furnace.h"
|
||||
#include "miner.h"
|
||||
|
||||
const UpdateTileCallback ItemTileCallbacks[TILEREGISTRY_SIZE] = {
|
||||
[TYPE_AIR] = NULL,
|
||||
[TYPE_BLOCK] = NULL,
|
||||
[TYPE_BELT] = updateBelt,
|
||||
[TYPE_FURNACE] = updateFurnace
|
||||
[TYPE_FURNACE] = updateFurnace,
|
||||
[TYPE_MINER] = updateMiner
|
||||
};
|
Reference in New Issue
Block a user