1
0
mirror of https://github.com/D00Med/scifi_nodes.git synced 2025-06-30 15:10:46 +02:00

stricter luacheck (no globals) / travis ci file

This commit is contained in:
NatureFreshMilk
2019-10-08 08:14:03 +02:00
parent caa98d98b1
commit 285473d4fc
5 changed files with 27 additions and 12 deletions

View File

@ -2,8 +2,8 @@
-- GENERATED CODE
-- Node Box Editor, version 0.9.0
position1 = nil
position2 = nil
local position1 = nil
local position2 = nil
minetest.register_node("scifi_nodes:alienslope", {
description = "Alien Platform",