Merge pull request #7 from Panquesito7/master

Various changes and improvements
master
Lone_Wolf 2020-01-17 13:59:31 -08:00 committed by GitHub
commit 39711d7695
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 17 additions and 2 deletions

11
.github/workflows/check-release.yml vendored Normal file
View File

@ -0,0 +1,11 @@
on: [push, pull_request]
name: Check & Release
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@master
- name: lint
uses: Roang-zero1/factorio-mod-luacheck@master
with:
luacheckrc_url: https://raw.githubusercontent.com/Panquesito7/lavastuff/master/.luacheckrc # Will be changed soon to "minetest-mods"

View File

@ -1,8 +1,9 @@
unused_args = false
allow_defined_top = true
max_line_length = 999
globals = {
"minetest",
"minetest", "lavastuff",
}
read_globals = {

View File

@ -397,7 +397,7 @@ end
-- Nodes
--
minetest.register_node ("lavastuff:block", {
minetest.register_node("lavastuff:block", {
description = S("Lava Block"),
tiles = {"lavastuff_block.png"},
is_ground_content = false,

View File

@ -1,4 +1,7 @@
# Lavastuff
[![](https://github.com/minetest-mods/lavastuff/workflows/Check%20&%20Release/badge.svg)](https://github.com/minetest-mods/lavastuff/actions)
Adds lava armor, tools, and blocks
## **API**