Commit Graph

10 Commits (b4641d4c403d0ee9a04dc3c3a83e7e851b0b67fa)

Author SHA1 Message Date
James Hogan 6174324e37
More numberblocks->numeracy replacements
Rename functions to use numeracy_ prefix, and update block descriptions
to call the blocks "Numeracy Blocks".

Signed-off-by: James Hogan <james@albanarts.com>
2021-04-02 23:17:05 +01:00
James Hogan 42df3d7025
Rename mod to "numeracy"
Rename the mod to "numeracy" rather than the trademarked "numberblocks".

Signed-off-by: James Hogan <james@albanarts.com>
2021-04-02 23:15:23 +01:00
James Hogan e0a77ddc6e
Move nodes to numeracy: prefix
Move all node names into the numeracy: prefix as part of the rename.

Signed-off-by: James Hogan <james@albanarts.com>
2021-04-02 23:07:17 +01:00
James Hogan 5c60555f0d
Rename textures to numeracy_*.png
Start renaming the mod to numeracy. The texture prefixes are first.

Signed-off-by: James Hogan <james@albanarts.com>
2021-04-02 23:04:13 +01:00
James Hogan ad7801879e
Improve shape of 10 blocks
Give them connectedness and split them into groups of 10, so that each
group of 10 has a sort of border on the front. It isn't perfect but it
makes it stand out slightly.

Signed-off-by: James Hogan <james@albanarts.com>
2021-04-02 22:40:32 +01:00
James Hogan 6a5017abd1
Measure node boxes in 16ths
Its a bit cleaner and more readable to measure node box sizes in 16ths
rather than decimals.

Signed-off-by: James Hogan <james@albanarts.com>
2021-04-02 22:40:32 +01:00
James Hogan 5180cd6f7f
Make ten blocks unshaped cubes
So they stand out a bit more and closer match the squarer edges. We'll
shape them better later.

Signed-off-by: James Hogan <james@albanarts.com>
2021-03-28 08:03:26 +01:00
James Hogan 5a883f3b80
Fix colour of Numberblock 70's first 10 blocks
Numberblock 70's first 10 are reddish rather than white like Numberblock
10.

Signed-off-by: James Hogan <james@albanarts.com>
2021-03-28 07:54:26 +01:00
James Hogan 72ba591932
Drop plain block and hide ten blocks from inventory
When any kind of block is dug, drop a plain block without any colour, so
the inventory doesn't fill with different coloured blocks.

Also hide ten blocks from the creative inventory as they get placed
automatically when needed.

Signed-off-by: James Hogan <james@albanarts.com>
2021-03-28 07:49:57 +01:00
James Hogan 65892f2400
Split init.lua into separate lua files
Move block definitions out of init.lua into blocks.lua, and move
update handlers out into update.lua.

Signed-off-by: James Hogan <james@albanarts.com>
2021-03-26 22:13:39 +00:00