tangled
alpha
login
or
join now
ocrm.bsky.social
/
VoxelBlockGame
1
fork
atom
the game where you go into mines and start crafting! but for consoles (forked directly from smartcmd's github)
1
fork
atom
overview
issues
pulls
pipelines
VoxelBlockGame
/
Minecraft.World
/
MobType.h
at
main
9 lines
64 B
view raw
wrap content
daoge_cmd
Initial commit
17d ago
b691c43c
1
#
pragma once
2
3
enum
MobType
4
{
5
UNDEFINED
,
6
7
UNDEAD
,
8
ARTHROPOD
9
}
;