public function getStatsFromChar($charId){
return $this->db->select("modifiers.value, statsInSheet.name")
->from("modifiers")
->join("statsInSheet","statsInSheet.id=modifiers.statId")
->where("modifiers.isBase",1)
->where("modifiers.charId",$charId)
->get()
->result_array();
}
I'm gonna die of laughter if Pyure turns wolf or neutral... Maybe even zombie
Several item sorting systems can match NBT.Is there a way to filter items by specific nbt strings? I'm trying to set up a system where I can filter out the DNA sequences I need from the genetics analyser