Compare commits

...

3 Commits

Author SHA1 Message Date
0d7878d2c1 __ 2022-07-18 15:38:28 +02:00
92baf20636 _ 2022-07-18 15:38:09 +02:00
2f692654e7 _ 2022-07-18 15:37:28 +02:00
7 changed files with 12 additions and 4 deletions

5
.gitmodules vendored
View File

@@ -31,3 +31,8 @@
[submodule "mods/memorandum"]
path = mods/memorandum
url = git@brn.systems:BRNSystems/memorandum.git
[submodule "mods/player_api"]
path = mods/player_api
url = https://github.com/minetest-game-mods/player_api.git
[submodule "player_api"]
url = git@brn.systems:BRNSystems/player_api.git

3
.vscode/settings.json vendored Normal file
View File

@@ -0,0 +1,3 @@
{
"git.autofetch": "all"
}

Binary file not shown.

Before

Width:  |  Height:  |  Size: 812 B

After

Width:  |  Height:  |  Size: 806 B

View File

@@ -48,5 +48,4 @@ minetest.register_on_placenode(function(pos, newnode, placer, oldnode, itemstack
--clear inventory
local inv = placer:get_inventory()
inv:set_list("main", {})
end)
end)

1
mods/player_api Submodule

Submodule mods/player_api added at a443cb4358