Compare commits

...

10 Commits

Author SHA1 Message Date
bri cassa 355b1af476 Merge remote-tracking branch 'upstream/master' 2023-06-07 21:44:10 +02:00
Sokomine a71fd2fd15 Merge branch 'blaboing-patch-1' 2023-01-22 22:48:47 +01:00
Sokomine 3d13feb605 merged mod.conf 2023-01-22 22:48:23 +01:00
Sokomine 40090995b8
Merge pull request #12 from zeuner/integration
add mod.conf
2023-01-22 22:46:12 +01:00
Sokomine 6c73bdd8c4
Merge pull request #8 from nanepiwo/patch-1
Add dependency
2023-01-22 22:45:26 +01:00
Sokomine d2091badd7 replaced deprecated getpos function 2023-01-22 22:43:47 +01:00
blaboing 2aa8284558
add missing mod.conf 2023-01-20 22:02:20 +01:00
bri cassa 1c1a2ec08b Delete depends.txt, add mod.conf 2022-06-29 21:17:34 +02:00
Isidor Zeuner d79a7eaa2d add mod.conf 2017-10-10 09:48:09 +02:00
nanepiwo 6d3db925a0 Add dependency
It depends on default to craft the markers and area stones :)
2015-05-25 21:17:47 -04:00
3 changed files with 5 additions and 1 deletions

View File

@ -478,7 +478,7 @@ end
markers.form_input_handler_areas = function( player, formname, fields)
local pname = player:get_player_name();
local ppos = player:getpos()
local ppos = player:get_pos()
if( formname ~= "markers:info"
or not( player )

View File

@ -1 +1,2 @@
areas
default

3
mod.conf Normal file
View File

@ -0,0 +1,3 @@
name = markers
description = markers for the Minetest mod "areas"
depends = areas