aboutsummaryrefslogtreecommitdiff
path: root/steles
diff options
context:
space:
mode:
authorGithub is a non-free platform owned by Microsoft. Reasonable alternatives exist, such as Gitea, Sourcehut. We need a federated, mastodon-like forge based on ForgeFed. See: https://forgefed.org <project@gnuhacker.org>2024-03-21 21:47:31 +0100
committerGitHub <noreply@github.com>2024-03-21 21:47:31 +0100
commit4dc2bb661cc7e8d3a804b3200e4d35185ae0d9f0 (patch)
tree119e26583e978ab5b2c814289271aee9589120f4 /steles
parentc315900c24df6ee958a92e013463e36dfbeb5225 (diff)
downloaddisplay_modpack_no_craft-4dc2bb661cc7e8d3a804b3200e4d35185ae0d9f0.tar.gz
display_modpack_no_craft-4dc2bb661cc7e8d3a804b3200e4d35185ae0d9f0.zip
Add mcl groups, _mcl_hardness, _mcl_blast_resistance params (#15)
* MineClonia/MineClone2 _mcl_hardness and _mcl_blast_resistance params * _mcl_hardness and _mcl_blast_resistance to signs mod * _mcl_hardness and _mcl_blast_resistance to clocks mod
Diffstat (limited to 'steles')
-rw-r--r--steles/nodes.lua2
1 files changed, 2 insertions, 0 deletions
diff --git a/steles/nodes.lua b/steles/nodes.lua
index 40f3cf6..10a3432 100644
--- a/steles/nodes.lua
+++ b/steles/nodes.lua
@@ -59,6 +59,8 @@ for i, material in ipairs(steles.materials) do
},
},
groups = groups,
+ _mcl_hardness = 1,
+ _mcl_blast_resistance = 2,
is_ground_content = false,
display_entities = {
["steles:text"] = {