mirror of
https://github.com/minetest-mods/throwing.git
synced 2025-01-09 09:40:26 +01:00
bd4d040c4e
* Add toolrank support * Make bow shot able to level up the bow * Add requested changes * Change enable_toolranks to no_toolranks * Remove the overwritting * no_toolranks in defs in throwing.register_bow * Toolranks support: minor changes Reword documentation in README.md, fix a typo in init.lua and enable toolranks even if def.original_description exists---but do not overwrite it. * Wait until the arrow hits its target before updating bow toolranks uses * Add a throwing.toolranks settting to allow globally disabling toolranks Co-authored-by: upsilon <upsilon@langg.net>
4 lines
154 B
Plaintext
4 lines
154 B
Plaintext
name = throwing
|
|
optional_depends = wielded_light, toolranks
|
|
description = Throwing library: provides an API for registering throwing and throwable things
|