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.
244 B · 17 lines
C++
at master
1234567891011121314151617#include "stdafx.h"
#include "BookItem.h"
BookItem::BookItem(int id) : Item(id){}
bool BookItem::isEnchantable(shared_ptr<ItemInstance> itemInstance){ return itemInstance->count == 1;}
int BookItem::getEnchantmentValue(){ return 1;}