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.
279 B · 10 lines
C++
at master
12345678910#include "stdafx.h"
#include "DispenseItemBehavior.h"
DispenseItemBehavior *DispenseItemBehavior::NOOP = new NoOpDispenseItemBehavior();
shared_ptr<ItemInstance> NoOpDispenseItemBehavior::dispense(BlockSource *source, shared_ptr<ItemInstance> dispensed){ return dispensed;}