Box Block - QuirkyCort/gears GitHub Wiki

This page is deprecated. Please use https://github.com/QuirkyCort/gears/wiki/Dumb-Blocks instead.

This simply adds a dumb box. The box will have a physical body (ie. it can collide with other objects), and that's pretty much it.

Configurations

Default values are shown below.

"type": "Box",
"options": {
  "height": 1,
  "width": 1,
  "depth": 1
}