address sx review

This commit is contained in:
unknown 2022-03-13 19:50:48 -04:00
parent 830c0a24b0
commit 58bd68f79d
2 changed files with 1 additions and 2 deletions

View File

@ -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(),

View File

@ -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