diff options
author | h-v-smacker <hans-von-smacker+github@gmail.com> | 2018-03-04 06:51:15 +0300 |
---|---|---|
committer | h-v-smacker <hans-von-smacker+github@gmail.com> | 2018-03-04 06:51:15 +0300 |
commit | 5fce723f2a469de7fafa3be31f9ca00f9d3c3e5c (patch) | |
tree | 6cfaf58a8dc0310d091a9e6b8991a790a12e0ddd /extranodes/init.lua | |
parent | da75654eae85cbf03791df73d27eb36486771e3f (diff) |
rotatable large insualator clip
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(), |