Add files via upload

master
AiTechEye 2019-08-03 16:37:03 +02:00 committed by GitHub
parent 402f34dc73
commit 571a175662
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -444,7 +444,7 @@ bows.register_arrow("teleport",{
bows.arrow_remove(self)
end,
craft_count=99,
groups={treasure=0},
groups={treasure=0,not_in_creative_inventory=1},
damage=0,
craft={
{"","group:arrow",""},
@ -486,7 +486,7 @@ bows.register_arrow("lightning",{
end,
craft_count=3,
damage=0,
groups={treasure=0},
groups={treasure=0,not_in_creative_inventory=1},
craft={
{"","group:arrow",""},
{"group:arrow","default:eletric_lump",""},