Imported from trollstream "ContentDB"

master
OldCoder 2022-09-04 22:00:28 -07:00
commit 112c69904b
5 changed files with 40 additions and 0 deletions

20
LICENSE.txt Normal file
View File

@ -0,0 +1,20 @@
License of source code
----------------------
Copyright (c) 2021 block_plyer.
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in
all copies or substantial portions of the Software.
textures bloodbane_tool_bloodbanesword.png blocky_player CC-BY-SA
code blocky_player CC-BY-SA
For more details:
http://creativecommons.org/licenses/by-sa/3.0/

0
README.txt Normal file
View File

16
init.lua Normal file
View File

@ -0,0 +1,16 @@
minetest.register_tool("bloodbane:sword_bloodbane", {
description = ("Blood Bane Sword"),
inventory_image = "bloodbane_tool_bloodbanesword.png",
tool_capabilities = {
full_punch_interval = 0.001,
max_drop_level=1,
groupcaps={
snappy={times={[1]=2.75, [2]=1.30, [3]=0.375}, uses=1000000, maxlevel=2},
},
damage_groups = {fleshy=150},
},
sound = {breaks = "default_tool_breaks"},
groups = {sword = 1}
})

4
mod.conf Normal file
View File

@ -0,0 +1,4 @@
name = bloodbane
depends = default

Binary file not shown.

After

Width:  |  Height:  |  Size: 332 B