aboutsummaryrefslogtreecommitdiff
path: root/clientmods/test/init.lua
diff options
context:
space:
mode:
authorElias Fleckenstein <eliasfleckenstein@web.de>2020-07-07 14:16:44 +0200
committerElias Fleckenstein <eliasfleckenstein@web.de>2020-07-07 14:16:44 +0200
commit5a2bf6634c73030a70fdef6bae1784f24cc6d48d (patch)
tree6a8d4ecb975410ff496f74368af4b474a0bd288b /clientmods/test/init.lua
parente610149c0cc3516b61115541f2f4f78344a0bb2c (diff)
downloaddragonfireclient-5a2bf6634c73030a70fdef6bae1784f24cc6d48d.tar.xz
Added Clientmods
Diffstat (limited to 'clientmods/test/init.lua')
-rw-r--r--clientmods/test/init.lua1
1 files changed, 1 insertions, 0 deletions
diff --git a/clientmods/test/init.lua b/clientmods/test/init.lua
new file mode 100644
index 000000000..5d7e2285e
--- /dev/null
+++ b/clientmods/test/init.lua
@@ -0,0 +1 @@
+minetest.override_item("air", {liquids_pointable = true})