add BlockModel struct
This commit is contained in:
+1
-1
@@ -19,7 +19,7 @@ void corecontent::setup(Input& input, ContentBuilder& builder) {
|
||||
block.skyLightPassing = true;
|
||||
block.obstacle = false;
|
||||
block.selectable = false;
|
||||
block.model = BlockModelType::NONE;
|
||||
block.model.type = BlockModelType::NONE;
|
||||
block.pickingItem = CORE_EMPTY;
|
||||
}
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user