Revert "Merge branch 'master' of https://git.tchncs.de/Illuna-Minetest/bows into HEAD"

This reverts commit cf56618636, reversing
changes made to fecd65b534.
master
tchncs 2018-10-25 15:02:21 +02:00
parent cf56618636
commit 3d7c3eb3a1
1 changed files with 53 additions and 58 deletions

View File

@ -1,59 +1,54 @@
NOTE: Licenses: code LGPL 2.1 media CC BY-SA 3.0
This is a clone of UjEdwins Bows Mod (https://forum.minetest.net/viewtopic.php?f=11&t=14384&hilit=bows) Name: Bows
We created a Git repository for easier see updates and for preventing issues on forking. Created by: UjEdwin
The master branch contains the *original* untouched modfiles, and the modifications for illuna are in their own branch. Date: 2016-04-08
Version: 3
Licenses: code LGPL 2.1 media CC BY-SA 3.0
Name: Bows A very easy bow api mod with arrows
Created by: UjEdwin
Date: 2016-04-08 Load a bow:
Version: 3 place a arrow left of the bow + use it
A very easy bow api mod with arrows Bows / levels:
Wooded
Load a bow: Stone
place a arrow left of the bow + use it Steel
Bronze
Bows / levels: Osidian
Wooded Mese
Stone Diamond
Steel Rainbow
Bronze Admin: bows:bow_admin (unlimited + very high level)
Osidian
Mese Arrows / level:
Diamond Wooded
Rainbow Steel
Admin: bows:bow_admin (unlimited + very high level) Gold
Diamond
Arrows / level: Dig: digs the block it hits.
Wooded Fire: spawning fire on the block or object it hits
Steel Build: placing a block from the right stack of the bow.
Gold Toxic: keep hurting after it hits.
Diamond Tetanus: makes you cant move (will not work with other arrows)
Dig: digs the block it hits. TNT: placing a burning tnt (depends)
Fire: spawning fire on the block or object it hits Admin: bows:arrow_admin (always kill when 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) The target gives a mesecon signal when an arrow hits it.
TNT: placing a burning tnt (depends)
Admin: bows:arrow_admin (always kill when hits) Changes log:
V3:
Added: rainbow arrow
The target gives a mesecon signal when an arrow hits it. Added: on_step function for arrows
Fixed: tnt arrow + craft
Changes log: Fixed: bug inside arrow damage system
V3: Fixed: variable name conflict error (found by TenPlus1)
Added: rainbow arrow V2:
Added: on_step function for arrows Added: craft gravel to flint
Fixed: tnt arrow + craft Fixed: crash with fire arrow
Fixed: bug inside arrow damage system Changed: arrow crafts: toxic, fire, tetanus
Fixed: variable name conflict error (found by TenPlus1) Added: admin bow/arrow
V2: Added: bows: osidian/rainbow
Added: craft gravel to flint Added: tnt arrow
Fixed: crash with fire arrow V1:
Changed: arrow crafts: toxic, fire, tetanus
Added: admin bow/arrow
Added: bows: osidian/rainbow
Added: tnt arrow
V1:
Mod created Mod created