This commit is contained in:
tchncs 2018-10-25 14:58:21 +02:00
commit cf56618636

View File

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