Go to file
tchncs 3d7c3eb3a1 Revert "Merge branch 'master' of https://git.tchncs.de/Illuna-Minetest/bows into HEAD"
This reverts commit cf56618636, reversing
changes made to fecd65b534.
2018-10-25 15:02:21 +02:00
sounds initial commit 2016-07-26 15:23:03 +02:00
textures add forgotten mithril textures 🐈 2016-07-28 22:48:47 +02:00
Readme.txt Revert "Merge branch 'master' of https://git.tchncs.de/Illuna-Minetest/bows into HEAD" 2018-10-25 15:02:21 +02:00
arrow.lua drop arrow on remove 2016-09-01 16:10:34 +02:00
craft.png initial commit 2016-07-26 15:23:03 +02:00
depends.txt add moreores to depends.txt 2016-07-28 23:27:43 +02:00
functions.txt initial commit 2016-07-26 15:23:03 +02:00
init.lua remove not needed bows and arrows, add mithril bow and arrow 2016-07-28 22:46:49 +02:00
items.lua move wool recipe out of this mod 2018-10-25 14:51:12 +02:00
items_functions.lua remove not needed bows and arrows, add mithril bow and arrow 2016-07-28 22:46:49 +02:00

Readme.txt

This file contains invisible Unicode characters!

This file contains invisible Unicode characters that may be processed differently from what appears below. If your use case is intentional and legitimate, you can safely ignore this warning. Use the Escape button to reveal hidden characters.

Licenses: code LGPL 2.1 media CC BY-SA 3.0
Name: Bows
Created by: UjEdwin
Date: 2016-04-08
Version: 3

A very easy bow api mod with arrows

Load a bow:
place a arrow left of the bow + use it

Bows / levels:
Wooded
Stone
Steel
Bronze
Osidian
Mese
Diamond
Rainbow
Admin: bows:bow_admin (unlimited + very high level)

Arrows / level:
Wooded
Steel
Gold
Diamond
Dig: digs the block it hits.
Fire: spawning fire on the block or object it hits
Build: placing a block from the right stack of the bow.
Toxic: keep hurting after it hits.
Tetanus: makes you cant move (will not work with other arrows)
TNT: placing a burning tnt (depends)
Admin: bows:arrow_admin (always kill when hits)


The target gives a mesecon signal when an arrow hits it.

Changes log:
V3:
Added: rainbow arrow
Added: on_step function for arrows
Fixed: tnt arrow + craft
Fixed: bug inside arrow damage system
Fixed: variable name conflict error (found by TenPlus1)
V2:
Added: craft gravel to flint
Fixed: crash with fire arrow
Changed: arrow crafts: toxic, fire, tetanus
Added: admin bow/arrow
Added: bows: osidian/rainbow
Added: tnt arrow
V1:
Mod created