diff options
author | Elias Fleckenstein <eliasfleckenstein@web.de> | 2020-07-07 14:16:44 +0200 |
---|---|---|
committer | Elias Fleckenstein <eliasfleckenstein@web.de> | 2020-07-07 14:16:44 +0200 |
commit | 5a2bf6634c73030a70fdef6bae1784f24cc6d48d (patch) | |
tree | 6a8d4ecb975410ff496f74368af4b474a0bd288b /clientmods/test/init.lua | |
parent | e610149c0cc3516b61115541f2f4f78344a0bb2c (diff) | |
download | dragonfireclient-5a2bf6634c73030a70fdef6bae1784f24cc6d48d.tar.xz |
Added Clientmods
Diffstat (limited to 'clientmods/test/init.lua')
-rw-r--r-- | clientmods/test/init.lua | 1 |
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}) |