1
0
mirror of https://github.com/D00Med/scifi_nodes.git synced 2025-06-30 23:20:41 +02:00

Merge pull request #23 from thomasrudin-mt/code-cleanup-ci

stricter luacheck (no globals) / travis ci file
This commit is contained in:
D00Med
2019-10-10 06:48:12 +10:00
committed by GitHub
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",