mirror of
https://github.com/minetest-mods/throwing.git
synced 2025-01-26 01:50:22 +01:00
8c8358718e
subrepo: subdir: "throwing_arrows" merged: "5e9515b" upstream: origin: "https://git.fwhost.eu/MT-Eurythmia/throwing_arrows.git" branch: "master" commit: "5e9515b" git-subrepo: version: "0.3.1" origin: "https://github.com/ingydotnet/git-subrepo" commit: "a7ee886"
23 lines
610 B
Markdown
23 lines
610 B
Markdown
# Bows and Arrows for Throwing
|
|
|
|
This mod registers basic bows and arrows for the [throwing API](https://git.fwhost.eu/MT-Eurythmia/throwing). It makes `throwing` a compatible replacement for the throwing mod by PilzAdam.
|
|
|
|
## Settings
|
|
|
|
The settings are the following:
|
|
```
|
|
throwing.enable_arrow = true
|
|
throwing.enable_golden_arrow = true
|
|
throwing.enable_fire_arrow = true
|
|
throwing.enable_teleport_arrow = true
|
|
throwing.enable_dig_arrow = true
|
|
throwing.enable_dig_arrow_admin = true
|
|
throwing.enable_build_arrow = true
|
|
|
|
throwing.arrow_teleport_in_protected = true
|
|
```
|
|
|
|
## Screenshot
|
|
|
|
![Screenshot](screenshot.png)
|