1
0
mirror of https://github.com/mt-mods/pipeworks.git synced 2025-08-27 02:50:23 +02:00
Files
models
new_flow_logic
textures
todo
.gitignore
LICENSE
README
autocrafter.lua
autodetect-finite-water.lua
autoplace_pipes.lua
autoplace_tubes.lua
changelog.txt
common.lua
compat-chests.lua
compat-furnaces.lua
crafts.lua
decorative_tubes.lua
default_settings.lua
depends.txt
description.txt
devices.lua
filter-injector.lua
flowing_logic.lua
init.lua
item_transport.lua
legacy.lua
lua_tube.lua
luaentity.lua
mod.conf
models.lua
pipes.lua
routing_tubes.lua
screenshot.png
settingtypes.txt
signal_tubes.lua
sorting_tubes.lua
teleport_tube.lua
trashcan.lua
tube_registration.lua
vacuum_tubes.lua
wielder.lua
pipeworks/.gitignore
2016-08-29 18:25:40 +02:00

23 lines
264 B
Plaintext

## Files related to minetest development cycle
/*.patch
# GNU Patch reject file
*.rej
## Editors and Development environments
*~
*.swp
*.bak*
*.orig
# Vim
*.vim
# Kate
.*.kate-swp
.swp.*
# Eclipse (LDT)
.project
.settings/
.buildpath
.metadata
# Idea IDE
.idea/*