From 4a69f64b7d3c745aea82f6fece5099143323b9b5 Mon Sep 17 00:00:00 2001 From: Aaron Suen Date: Tue, 29 Jan 2019 23:07:00 -0500 Subject: [PATCH] Remove excess doc, fix lode cobble hand-diggability. --- docs/aesthetic.txt | 22 ---------------------- mods/nc_lode/ore.lua | 2 +- 2 files changed, 1 insertion(+), 23 deletions(-) delete mode 100644 docs/aesthetic.txt diff --git a/docs/aesthetic.txt b/docs/aesthetic.txt deleted file mode 100644 index c64b5f69..00000000 --- a/docs/aesthetic.txt +++ /dev/null @@ -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. - - -........................................................................ -======================================================================== diff --git a/mods/nc_lode/ore.lua b/mods/nc_lode/ore.lua index ac5ca7a7..8d3dfa8f 100644 --- a/mods/nc_lode/ore.lua +++ b/mods/nc_lode/ore.lua @@ -34,7 +34,7 @@ reg("Cobble", { repack_level = 2, groups = { cracky = 0, - crumbly = 1, + crumbly = 2, falling_repose = 3 } }