Upload basic
This commit is contained in:
commit
2f788be2e3
4 changed files with 5772 additions and 0 deletions
1043
crafts.lua
Normal file
1043
crafts.lua
Normal file
File diff suppressed because it is too large
Load diff
3
init.lua
Normal file
3
init.lua
Normal file
|
@ -0,0 +1,3 @@
|
||||||
|
dofile(core.get_modpath("vlbridger") .. "/nodes.lua")
|
||||||
|
dofile(core.get_modpath("vlbridger") .. "/crafts.lua")
|
||||||
|
|
4
mod.conf
Normal file
4
mod.conf
Normal file
|
@ -0,0 +1,4 @@
|
||||||
|
name = vlbridger
|
||||||
|
author = cyberonkel
|
||||||
|
description = Build impressive bridges. Fork of bridger for minetest_game to be used in VoxeLibre
|
||||||
|
depends = mcl_core
|
Loading…
Add table
Add a link
Reference in a new issue