Skip to content

Commit

Permalink
rename things
Browse files Browse the repository at this point in the history
  • Loading branch information
BuckarooBanzay committed Mar 19, 2024
1 parent 30a0b8d commit 21d1deb
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: test
name: minetest_game
on: [push, pull_request]
jobs:
test:
Expand All @@ -7,4 +7,4 @@ jobs:
steps:
uses: actions/checkout@main
- name: test
run: docker-compose up --exit-code-from default
run: docker-compose up --exit-code-from minetest_game
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
version: "3.6"

services:
default:
minetest_game:
build: test
entrypoint: "minetestserver --config /minetest.conf --world /root/.minetest/worlds/world/ --gameid minetest"
volumes:
Expand Down
2 changes: 1 addition & 1 deletion mtt.lua
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@
mtt.emerge_area({ x=0, y=0, z=0 }, { x=10, y=10, z=10 })

if minetest.get_modpath("default") then
mtt.validate_nodenames(minetest.get_worldpath() .. "/nodelist/default.txt")
mtt.validate_nodenames(minetest.get_worldpath() .. "/nodelist/minetest_game.txt")
end
File renamed without changes.

0 comments on commit 21d1deb

Please sign in to comment.