Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/swissalps/minetest_ultrasonic
Upgraded sonic screwdriver that works on frequencies we cannot hear
https://github.com/swissalps/minetest_ultrasonic
minetest minetest-mod
Last synced: 4 days ago
JSON representation
Upgraded sonic screwdriver that works on frequencies we cannot hear
- Host: GitHub
- URL: https://github.com/swissalps/minetest_ultrasonic
- Owner: SwissalpS
- License: lgpl-2.1
- Created: 2020-10-13T03:26:49.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2020-10-13T09:09:52.000Z (about 4 years ago)
- Last Synced: 2024-11-10T16:09:54.839Z (4 days ago)
- Topics: minetest, minetest-mod
- Language: Lua
- Homepage:
- Size: 17.6 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: readme.md
- License: LICENSE
Awesome Lists containing this project
README
Ultrasonic mod for Minetest
===========================Adds powerful and silent tools. (currently, just the one)
These tools work on frequencies we cannot hear.# Screwdriver
Crafting recipe:
```
| technic:rubber | technic:control_logic_unit | technic:rubber |
| mesecons_materials:fiber | technic:sonic_screwdriver | mesecons_materials:fiber |
| wool:orange | technic:battery | wool:orange |
```
Much like the sonic screwdriver from technic. This tool needs to be changed before
use. It can rotate almost any node even chests containing items.
Left-click rotates face, right-click rotates axis.Use sneak to rotate axis of nodes with formspecs. e.g. signs, chests, machines
Hold special-key while using to rotate backwards.
# Settings
Settings with default values:
```
# Maximum charge of ultrasonic screwdriver
ultrasonic.screwdriver_max_charge 25252
# Amount of charge used by each use
ultrasonic.screwdriver_charge_per_use 92
```
# Thanks
This mod is basically a copy of [technic:sonic_screwdriver](https://github.com/mt-mods/technic/blob/master/technic/tools/sonic_screwdriver.lua) giving it more
power and the option to rotate backwards. Most important of all: it is silent.# TODO
* Add more silent tools.
* What about an ultrasonic pulse that enflicts damage to fleshy objects within a certain radius of wielder.
Not hurting user or other players who are part of protections.