diff options
author | root <root@linuxworks.belug.de> | 2018-03-04 10:50:00 +0100 |
---|---|---|
committer | root <root@linuxworks.belug.de> | 2018-03-04 10:50:00 +0100 |
commit | c19005abd5534ab0e3ba2a29f413a36d15cd883e (patch) | |
tree | 15250d6d0a8518dd67de0fef4350d28525c41d98 /extranodes/init.lua | |
parent | bec61e67ac4375763f9a8be96f8ad3f869ed83a3 (diff) | |
parent | 5fce723f2a469de7fafa3be31f9ca00f9d3c3e5c (diff) |
Merge https://github.com/h-v-smacker/technic
Diffstat (limited to 'extranodes/init.lua')
-rw-r--r-- | extranodes/init.lua | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/extranodes/init.lua b/extranodes/init.lua index 5ed5f5f..3526f48 100644 --- a/extranodes/init.lua +++ b/extranodes/init.lua @@ -107,6 +107,7 @@ local iclip_def = { drawtype = "mesh", mesh = "technic_insulator_clip.obj", tiles = {"technic_insulator_clip.png"}, + paramtype2 = "facedir", is_ground_content = false, groups = {choppy=1, snappy=1, oddly_breakable_by_hand=1 }, sounds = default.node_sound_stone_defaults(), |