From 58bd68f79d3061f66b0df679c35ff6594ba56710 Mon Sep 17 00:00:00 2001 From: unknown <24964441+wsor4035@users.noreply.github.com> Date: Sun, 13 Mar 2022 19:50:48 -0400 Subject: [PATCH] address sx review --- common.lua | 2 +- mod.conf | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/common.lua b/common.lua index 2f60e86..3d40491 100644 --- a/common.lua +++ b/common.lua @@ -183,7 +183,7 @@ function pipeworks.create_fake_player(def, is_dynamic) is_player = delay(true), is_fake_player = true, - _formspec = def.formspec or "size[8,8.5]label[1,1;404 formspec not found]", + _formspec = def.formspec or "", _hp = def.hp or 20, _breath = 11, _pos = def.position and table.copy(def.position) or vector.new(), diff --git a/mod.conf b/mod.conf index 275785e..c95a9c7 100644 --- a/mod.conf +++ b/mod.conf @@ -1,6 +1,5 @@ name = pipeworks description = This mod uses mesh nodes and nodeboxes to supply a complete set of 3D pipes and tubes, along with devices that work with them. -#depends = default, basic_materials, screwdriver depends = basic_materials optional_depends = mesecons, mesecons_mvps, digilines, signs_lib, unified_inventory, default, screwdriver, fl_mapgen, sound_api min_minetest_version = 5.2.0