c7b153f1ef
Is ground content ( #110 )
...
* trashcan isn't ground content
* pipes aren't ground content
* auto tree tap isn't ground content
* filter-injectors aren't ground content
* devices aren't ground content
also some whitespace indentation fixes
* is_ground_content
* autocrafter isn't ground content
* tubes aren't ground content
* pane_embedded_tube isn't ground content
* embedded_tube isn't ground content
* routing tubes aren't ground content
* whitespace fix indentation
2024-02-26 18:44:40 -05:00
cb3e7757fc
Mineclone dig times balanced ( #84 )
...
* mineclone dig times balanced
* fix pickaxey dupe
2023-09-01 15:00:50 +02:00
7f93e8aa0a
MineClone formspec compat ( #82 )
...
* MineClone list backgrounds compat
* mineclone get inv func
2023-08-24 20:50:49 -04:00
855937aec3
make all nodes diggable in mcl* survival mode
2022-12-02 15:54:21 -05:00
37eef73695
add I3 support + update to formspecs v2 ( #22 )
...
* add fs helper inv function
* add fs helper prepends function
* add trash can, vacuum tube, teleport tube. wielders, autocrafter, mesetube, injectors
* fixed missed texture to make game agnostic
* fix luacheck
2022-04-16 14:51:59 -04:00
5aa0501872
make pipeworks Game agnostic ( #16 )
...
* make it boot in non mtg
* make water flow
* fix water texture warnings
* fix missing steel texture issues
* remove depreciated/unnessary default function calls
* make sounds work
* fix default formspec crashes
* fix wierd tab spacing
* additionally game dig group support
* move crafts to crafts.lua
* make crafts support various games
2022-03-14 21:39:58 -04:00
fc6efb450c
add support for Unified Inventory categories
2021-04-02 15:48:28 -04:00
17a602a5a1
Remove unused loop variables, trailing whitespace and fix mixed-whitespace indentations
2021-02-05 17:17:50 +01:00
62bc13078f
Add translation support
...
- Created `locale/template.txt`
- Fixed some typos
- Replace some `print("[pipeworks]"..` with `pipeworks.logger()`
- Removed "You hacker, you" from descriptions
2020-02-18 17:34:52 +00:00
d7dfd11364
use basic_materials mod where possible
2018-10-30 20:45:48 -04:00
4fdf73fbcd
add list rings to pipework inventories
2016-08-29 18:28:43 +02:00
364633d884
make all tubes call the routing functions
...
using their after_place/after_dig callbacks
2015-02-07 02:45:17 -05:00
d15d27391b
style trashcan formspec
2015-01-29 20:32:10 +01:00
c9d18f74e4
update all formspecs "current_name" to "context" to reflect current api
2015-01-29 20:08:58 +01:00
d5480f5ff0
Major rewrite of items in tubes
2014-08-14 16:22:03 +02:00
aee9f7e6d6
Add trash can
...
The trash can can be used either manually (via form) or at the end of
a pipe. It destroys whatever is placed in it.
2014-07-15 00:52:33 +01:00