mirror of
https://github.com/mt-mods/pipeworks.git
synced 2025-05-13 22:30:21 +02:00
address sx review
This commit is contained in:
parent
830c0a24b0
commit
58bd68f79d
@ -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(),
|
||||
|
1
mod.conf
1
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
|
||||
|
Loading…
x
Reference in New Issue
Block a user