poikilos
82314efd53
added first working version of mock_tnt
(WIP mod)
8 years ago
poikilos
d912f24311
fixes
8 years ago
poikilos
cef718e155
teleporter deprecated, travelnet added
and added custom mod to convert teleporter, and changed forcefield range
from 20 to 30
8 years ago
poikilos
3e39a0b56d
list comprehension and prefer HOME
changes were suggested by kwolekr on github.com/expertmm/minetest/utils
pull request (prefer HOME since he says HOME may exist on Windows under
certain configurations)
8 years ago
poikilos
269852a4f0
display backend and mapper_path being used
and improve PEP8 compliance of minetestmapper fork (already submitted
pull request from github.com/expertmm/minetest)
8 years ago
poikilos
72e84669cb
Update README.md
8 years ago
poikilos
75081378d6
fixed broken use of walk including missed worlds
now has complete list of worlds even after auto_chosen_world is set, and no longer lists subfolders (os.walk had caused that problem)
8 years ago
poikilos
fb5cf49131
added comment useful if minetest expertmm fork
see #region useful if version of minetestmapper.py from expertmm fork of minetest is used
8 years ago
poikilos
f239f8a62a
remove torches, add travelnet
8 years ago
poikilos
6db13576e2
should also work with python3 now
8 years ago
poikilos
e0e41150af
fix issue where technic was copied inside itself
only on update
8 years ago
poikilos
0a922b67aa
renamed debug log to explain why it is there
8 years ago
poikilos
0b9b81e8d2
changed to hudbars, added scripts to free up storage
8 years ago
poikilos
4dc42077c9
delete png in case it is huge (usually is)
8 years ago
poikilos
e87c63394c
switched hud_hunger from BlockMen to tenplus1 fork
since tenplu1 is maintained version (see README)
8 years ago
poikilos
2bf9999c47
fixed bad recipe bug
8 years ago
poikilos
cd2efebc17
removed protector since one is real repo was fixed
8 years ago
poikilos
5372293f37
Made info on finding recipes in motd more accurate
8 years ago
poikilos
e46c67ab8f
removed computer-specific file paths
8 years ago
poikilos
64b4987507
first version of new WIP mod
8 years ago
poikilos
e206cb74be
fixes, and now bones writes to log instead of just printing to console
8 years ago
poikilos
e76bcd9d3a
improved wording
8 years ago
poikilos
86b55f576d
updated with protector_flip
and made website info more generic
8 years ago
poikilos
6dcd4ee968
added comment explaining worldgen limit aka boundary
8 years ago
poikilos
0621feded1
add worldgen limit 4080 to go with browser limitations regarding chunkymap
8 years ago
poikilos
6683371d83
new map symbol and listing players by distance
8 years ago
poikilos
4950309046
fix bug in singleimage limiting to browser size
8 years ago
poikilos
0bcd0a8812
limited map to avoid maximum image size of browsers
8 years ago
poikilos
dcca1543a2
see readme for changes
8 years ago
poikilos
9e7bcda1fd
spawners never drop spawners and fix modified bones issue with undefined pos
8 years ago
poikilos
7d49c5766f
more optional stuff in mods folder (log and chat location where died)
8 years ago
poikilos
4471d3bb4e
updated readme
8 years ago
poikilos
b431df3c8f
added some optional textures and some known issues in mods
textures are for situations where you don't want blood drops such as
perhaps in schools, but they actually look really good anyway especially
with mobs made of stone
8 years ago
poikilos
37b226d479
use expertmm fork of birthstones
8 years ago
poikilos
dadd5dd20a
corrections to license and authorship
had a copy of license which retained names from someone else in it by
accident
8 years ago
poikilos
a355967ee2
updated readme to describe recent changes
8 years ago
poikilos
9281915b08
added mods required for treasurer and migration from cme
8 years ago
poikilos
816049d1cc
update screenshot
8 years ago
poikilos
1c21eede8a
Spacing and folder case change completed
8 years ago
poikilos
ba22de2250
reorder folders, add screenshot to debug folder
8 years ago
poikilos
334de6bf3d
clarifications to disclaimers
8 years ago
poikilos
30b0ef6504
clarifications to compassgps bug note
8 years ago
poikilos
1d26cc9f0d
license and README clarifications
8 years ago
poikilos
e8ddaec3ad
clarifications to platforms required
8 years ago
poikilos
48905aad2f
initial commit
8 years ago
poikilos
1e43260677
Initial commit
8 years ago
poikilos
a09c0722a3
import shutil
8 years ago
poikilos
dc1bfba075
switched to shutil
to avoid OSErrror ErrNo 18 and avoid manually issuing the system a move
command
8 years ago
poikilos
1cf75d1863
corrected error moving temp image file
Avoided error "OSError: [Errno 18] Invalid cross-device link" by using
shell command instead (move for windows, mv for others). The error seems
to be related to moving files between different filesystems using
os.rename in Python, according to search results.
8 years ago
poikilos
76aa06c7e3
detection of windows command style wip
8 years ago