Something went wrong. Try again.
the game where you go into mines and start crafting! but for consoles (forked directly from smartcmd's github)
Something went wrong. Try again.
337 B · 17 lines
C++
at master
1234567891011121314151617#include "stdafx.h"#include "net.minecraft.world.level.redstone.h"#include "PoweredMetalTile.h"
PoweredMetalTile::PoweredMetalTile(int id) : MetalTile(id){}
bool PoweredMetalTile::isSignalSource(){ return true;}
int PoweredMetalTile::getSignal(LevelSource *level, int x, int y, int z, int dir){ return Redstone::SIGNAL_MAX;}