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.
363 B · 14 lines
C++
at master
1234567891011121314#include "stdafx.h"#include "net.minecraft.world.level.tile.h"#include "net.minecraft.world.item.h"#include "PistonTileItem.h"
PistonTileItem::PistonTileItem(int id) : TileItem(id){}
int PistonTileItem::getLevelDataForAuxValue(int auxValue){ // return an undefined facing until the setPlacedBy method is called return PistonBaseTile::UNDEFINED_FACING;}