Commit Graph

87 Commits

Author SHA1 Message Date
Sokomine
b168efc6c4
Merge pull request #36 from pandorabox-io/buildable-to-fix
check for buildable-to when placing not just air
2019-03-09 22:41:19 +01:00
Sokomine
d5cf0ff79c enabled sound by default 2019-03-09 22:36:55 +01:00
Sokomine
74da8a296e
Merge pull request #34 from poikilos/restore_sound
replacement for missing sound, and different for elevator
2019-03-09 22:25:20 +01:00
Sokomine
17837ad5a7 try harder to rotate the player correctly 2019-03-09 22:05:43 +01:00
Sokomine
1d8823e3b9 open/close tin doors automaticly 2019-03-09 21:27:39 +01:00
Sokomine
67c44ab210 fixed bug with attaching travelnets to networks owned by others 2019-03-09 21:11:42 +01:00
Sokomine
4cded704e8 updated changelog 2019-03-08 14:55:26 +01:00
Sokomine
428b6c0c1c made texture for mcl2 more easy to exchange 2019-03-08 14:27:37 +01:00
Sokomine
5b338f0d5c added buttons for removing/digging stations 2019-02-26 22:44:33 +01:00
Sokomine
af49bccd79 made compatible with mineclone2 2019-02-26 20:36:14 +01:00
Thomas Rudin
e4565899e4 cleanup unneeded var 2018-11-06 08:35:16 +01:00
HybridDog
1e7506f038
pull request fixes
Co-Authored-By: thomasrudin <thomas@rudin.li>
2018-11-06 08:33:24 +01:00
Thomas Rudin
4ea4a808f0 check for buildable-to when placing not just air 2018-11-02 11:55:41 +01:00
Sokomine
c295395ae8 dig travelnet in creative mode directly again 2018-10-10 00:53:55 +02:00
poikilos
6a89dba20d use new sounds 2018-10-08 20:50:50 -04:00
poikilos
a630657adb replacement for missing sound, separate for elevator 2018-10-06 17:49:33 -04:00
Sokomine
33c88ecb98 move up/move down no longer close the formspec 2018-09-22 13:47:03 +02:00
Sokomine
4066361b91 creative mode: update on punch, dig with diamond pick 2018-09-22 02:23:02 +02:00
Sokomine
af581a0e81 door detection is now more versatile 2017-12-25 12:46:42 +01:00
Sokomine
661919aaaf added localization (inttlib); added german 2017-12-25 02:08:06 +01:00
Sokomine
0dbcda24c1 minor formspec improvement 2017-12-24 03:05:32 +01:00
Sokomine
8e023fad92 made behaviour of menu more consistent 2017-12-18 20:05:26 +01:00
Sokomine
35e86f900f improved formspec 2017-12-17 19:52:36 +01:00
Sokomine
11de2c34b7 when placing elevator show where nearest one is 2017-12-17 17:56:36 +01:00
Sokomine
4aa4cf8966 #23 added brighter steel-like elevator doors 2017-12-17 03:34:46 +01:00
Sokomine
d443ceab4e #13 made immune against TNT and aggressive mobs 2017-12-17 02:34:15 +01:00
Sokomine
4d1ff18924
Merge pull request #19 from beyondlimits/master
Escape formspec reserved characters
2017-12-16 22:21:33 +01:00
Sokomine
fc914aa804 added LICENSE file and explained details in README.md 2017-12-16 22:18:52 +01:00
Sokomine
4535449f2b fixed undeclared globals; updated deprecated functions 2017-12-16 07:20:32 +01:00
Sokomine
580cd12f96 added buttons to move a station up or down in the list 2017-12-16 07:08:44 +01:00
Sokomine
27616d9fad
Merge pull request #20 from theFox6/patch-1
save reattached stations
2017-12-16 04:58:54 +01:00
Sokomine
9f884e5b8a
Merge pull request #14 from pyrollo/master
Make elevator doors react to mesecons signals
2017-12-16 04:52:21 +01:00
Sokomine
2a20d17eb2
Merge pull request #15 from 22i/master
added screenshot and description for easier mod recognition
2017-12-16 04:50:13 +01:00
Sokomine
fd4f3950ee
Merge pull request #11 from cornernote/patch-1
Update README.md
2017-12-16 04:48:26 +01:00
Sokomine
3c783cb527
Merge pull request #7 from nanepiwo/patch-1
Spelling
2017-12-16 04:47:07 +01:00
Sokomine
a2dc7a39c9 fixed bug which affected locked travelnets 2017-07-22 17:09:44 +02:00
theFox6
b72cef6401 save reattached stations
If you don't add or remove a station, the station that has been reattached, would be lost the next time you relaunch the game.
2017-07-04 17:03:51 +02:00
beyondlimits
f0727803ce Escape formspec reserved characters 2017-04-10 09:10:01 +02:00
Sokomine
121f8f61f2 send player back if a travelnet station no longer exists 2016-08-30 02:55:46 +02:00
Sokomine
a317132f3b players with travelnet_attach can create networks for others 2016-08-30 02:14:19 +02:00
Sokomine
7e0a810c6a typo 2016-08-20 23:40:20 +02:00
Sokomine
1fe156ca74 extended formspec for locked travelnet 2016-08-20 23:36:36 +02:00
hy8wGWme
dca4e2f00f added screenshot and description for easier mod recognition 2016-08-10 20:34:59 +02:00
Pierre-Yves Rollo
88a5a3c18c Make elevator doors react to mesecons signals 2016-08-01 22:39:10 +02:00
Sokomine
4779487156 added error message to prevent a crash if something went wrong with a newly setup box 2015-12-20 20:37:10 +01:00
Sokomine
900b4354dd added checks for timestamp 2015-10-02 03:53:47 +02:00
Brett O'Donnell
77c6b63d01 Update README.md 2015-08-12 17:29:12 +09:30
Vanessa Ezekowitz
4e83f509ec delete a few unused textures 2015-08-02 13:59:51 -04:00
Vanessa Ezekowitz
117f32fe92 tweak UV maps on travelnet model to fix outside-sides 2015-08-02 13:57:43 -04:00
Vanessa Ezekowitz
ab02f746b7 Use mesh nodes instead of nodeboxes
also, removed the 512px textures since they only bloat the repo and are now obsolete.
2015-07-30 18:57:18 -04:00