descriptionA Minetest mod which adds colorful abstract cubes.
ownerWuzzy@disroot.org
last changeFri, 23 Aug 2019 00:35:35 +0000 (23 02:35 +0200)
content tags
add:
README.md

Color Cubes [colorcubes]

Description

This mod adds various decorational and colorful blocks to Minetest. This is mostly for creative purposes.

Current version

The current version of this mod is 0.4.

Block types and colors

The blocks come in 5 types and 19 colors.

Each block can be dug by hand in a half second.

The following block types are available:

Light color cubes

There are 13 light color cubes. Each light color cube has a different brightness, depending on its color. The available colors for light color cubes are, sorted by brightness:

  1. White
  2. Yellow
  3. Orange
  4. Red
  5. Red-violet
  6. Magenta
  7. Violet
  8. Blue
  9. Skyblue
  10. Cyan
  11. Aqua
  12. Green
  13. Lime

Crafting

Some blocks can be crafted for convenience.

Basic color cubes

This is crafted by multiple means.

Place a tiled color cube of a single color in the crafting grid to obtain 4 basic color cubes.

Place a concentric color cube in the crafting grid to obtain 8 basic color cubes.

Tiled color cubes

This is crafted by placing 4 basic color cubes of the same color into the crafting grid like this:

XX
XX

This yields one tiled color cube of the same color.

There are also a few tiled color cubes with a 2 color mosaic available. They can be crafted from 4 basic color cubes:

12
21

“1” stands for the first color and “2” for the second color.

The following color combinations are available (usually complementary colors):

Concentric color cubes

This is crafted by placing 8 basic color cubes of the same color into the crafting grid like this:

XXX
X X
XXX

This yields one concentric color cube of the same color.

Coloring

All cubes can be colored by multiple means. The first one is by crafting: Place a dye and a color cube into the crafting grid (shapeless recipe) to create a color cube of the dye color.

This mod supports the Paint Roller mod [paint_roller]. All color cubes can be painted to change their color, provided the color is available.

This mod is supported by the Color Machine mod [colormachine] for repainting most of the blocks in this mod.

License

The entire mod (including all its files) falls under the MIT License. Do whatever you want, have fun! :-)

shortlog
2019-08-23 WuzzyChange license to MIT Licensemaster
2019-08-23 WuzzyUpdate translation system to MT 5.0.0
2019-08-23 WuzzyAdd mod.conf
2017-06-13 WuzzyRemove inventorycube
2016-11-10 WuzzyAdd German translation
2016-11-10 WuzzyAdd intllib support
2016-11-10 WuzzyDefine all node names explicitly
2016-07-21 WuzzyAllow to change color by crafting with dyes
2016-07-21 WuzzyChange node group for better usage in crafts
2016-07-21 WuzzyAdd all nodes to new colorcube group
2016-07-03 WuzzyVersion 0.4
2016-07-03 WuzzyFix mod not working without paint roller mod
2016-07-03 WuzzyVersion 0.3
2016-07-03 WuzzyAllow light color cubes to be painted as well
2016-07-03 WuzzyAdd README.md
2016-07-03 WuzzyRename all the blocks
...
heads
4 years ago master
9 years ago unicolors