Add spread option and update shotgun definition

This commit is contained in:
stujones11 2019-04-02 15:18:17 +01:00
parent 88750a0353
commit 8e18c0b117
4 changed files with 104 additions and 21 deletions

View file

@ -2,7 +2,6 @@ allow_defined_top = true
read_globals = {
"ItemStack",
"vector",
"VoxelArea",
"VoxelManip",
"PseudoRandom",
@ -11,6 +10,7 @@ read_globals = {
}
globals = {
"vector",
"minetest",
}