mirror of
https://codeberg.org/SumianVoice/sum_airship.git
synced 2025-04-30 06:01:43 -04:00
Merge branch 'main' into main
This commit is contained in:
commit
a9f8de83a2
1 changed files with 1 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
||||||
local mod_name = minetest.get_current_modname()
|
local mod_name = minetest.get_current_modname()
|
||||||
local mod_path = minetest.get_modpath(mod_name)
|
local mod_path = minetest.get_modpath(mod_name)
|
||||||
|
|
||||||
me = {
|
local me = {
|
||||||
lift = 4,
|
lift = 4,
|
||||||
speed = 4,
|
speed = 4,
|
||||||
fuel_time = 10,
|
fuel_time = 10,
|
||||||
|
|
Loading…
Add table
Reference in a new issue