Upload basic

This commit is contained in:
Mavori 2025-04-09 11:33:07 +02:00
commit 2f788be2e3
4 changed files with 5772 additions and 0 deletions

1043
crafts.lua Normal file

File diff suppressed because it is too large Load diff

3
init.lua Normal file
View file

@ -0,0 +1,3 @@
dofile(core.get_modpath("vlbridger") .. "/nodes.lua")
dofile(core.get_modpath("vlbridger") .. "/crafts.lua")

4
mod.conf Normal file
View 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

4722
nodes.lua Normal file

File diff suppressed because it is too large Load diff