Remove excess doc, fix lode cobble hand-diggability.

This commit is contained in:
Aaron Suen 2019-01-29 23:07:00 -05:00
parent 527449b299
commit 4a69f64b7d
2 changed files with 1 additions and 23 deletions

View File

@ -1,22 +0,0 @@
========================================================================
GAME NAME
------------------------------------------------------------------------
NodeCore
- From "hardcore" as gameplay is intended to be restrictive and
challenging.
- We are focusing on the core concept of nodes/voxels in the world.
========================================================================
DESIGN AESTHETICS
------------------------------------------------------------------------
Artwork oriented around regular hexagons, as a 2D isometric projection
of a node cube.
........................................................................
========================================================================

View File

@ -34,7 +34,7 @@ reg("Cobble", {
repack_level = 2,
groups = {
cracky = 0,
crumbly = 1,
crumbly = 2,
falling_repose = 3
}
}