Commit Graph

72 Commits (master)

Author SHA1 Message Date
Beha ef9ae22b81 Merge branch 'master' of github.com:shacknetisp/elevator 2021-06-16 22:58:21 -04:00
Beha 6d6e6968e1 Add doc_items help. 2021-06-16 22:58:00 -04:00
Beha fceb32aea4
Update README.md 2021-06-16 22:21:07 -04:00
Beha 65d677371a Specify 5.4 MT requirement. 2021-06-16 14:41:09 -04:00
Beha 4fa1575b41 Specify use_texture_alpha to avoid warnings. 2021-06-16 14:17:40 -04:00
Beha 0e5d0a5457 Allow node placing for elevator components on top of box. 2021-06-16 12:04:18 -04:00
Beha 7ab4e03313 Fix linter warnings.
Closes #12.
2021-06-16 11:57:02 -04:00
Beha 657e8a6642 Make elevator climbable too. 2021-06-16 11:45:55 -04:00
Beha d4910281f8 Do not open elevator formspec when holding elevator component.
Closes #14.
2021-06-16 11:44:09 -04:00
Beha 563a3502cc Make shafts climbable.
See #9
2021-06-16 11:42:29 -04:00
Beha 18579de323 Turn slowdown into setting. 2021-06-14 12:58:34 -04:00
Beha d9df0bf572 Merge branch 'master' of https://github.com/gpcf/elevator into gpcf-master 2021-06-14 12:45:33 -04:00
Beha a0f873e26e Merge branch 'master' of github.com:shacknetisp/elevator 2021-06-14 12:43:47 -04:00
tuedel 33951e4a47
Replace deprecated function calls (#16) 2021-06-14 12:43:42 -04:00
Beha 0f16d29c76 Use canonical node names for crafting. 2021-06-14 12:40:50 -04:00
Beha ca1c77696a Add support for Aurum. 2021-06-14 12:17:42 -04:00
Gabriel Pérez-Cerezo 575bc0c119 Improve luacheck, remove some unused variables 2020-05-01 23:01:15 +02:00
Gabriel Pérez-Cerezo 80c492fd23 Make elevators less deadly, add farming_undo support 2020-05-01 18:22:02 +02:00
Gabriel Pérez-Cerezo d2c68d4cba move into elevator table 2020-05-01 17:34:08 +02:00
Och Noe 12124d0b77 Speed and distance to brake before target now in constants 2020-05-01 17:33:59 +02:00
Och Noe 1cd6b661c6 Limit the speed near the target positition 2020-04-15 23:20:02 +02:00
Beha babd508a35
Update README.md 2020-04-11 09:03:38 -04:00
minertestdude db4eca8b73
MineClone2 support for Elevator mod and few improvements (#13)
* deprecating outdated file

* Add files via upload

* Mineclone2 compatibility, externalization of few settings, inability to break by hand

- integrated full Mineclone2 game compatibility layer
- externalized elevator settings (easier upgrades for server owners)
- turn off the ability to destroy shafts by hand, as this could lead to accidents

* Add mineclone textures

These textures are MIT licensed and motor texture is done by me, likewise MIT. License added.

* Add license about mineclone2 variant of textures

* Update readme with support information about Mineclone2.

* This should finally nail the correct groups for mineclone2. Sorry.
2020-04-11 09:02:05 -04:00
Beha d4bc5f0288
Merge pull request #11 from luk3yx/master
Fix crash reported in #8.
2020-04-02 08:01:43 -04:00
luk3yx df0d86d66d Fix #8. 2020-04-02 18:03:53 +13:00
Beha 4924457eac
Merge pull request #10 from S-S-X/refactor
Refactoring mod structure
2020-04-02 00:13:33 -04:00
SX 13f7c692cb Added linter 2020-02-14 02:30:20 +02:00
SX a3966d1a02 Refactoring crafts formspecs components helpers 2020-02-14 02:07:10 +02:00
SX 469b506338 Refactoring hooks, storage, register 2020-02-13 22:23:06 +02:00
SX 62d6d4d5ae Refactor mod structure 2020-02-13 19:56:34 +02:00
Beha ffedde3bd6 Compat. 2018-09-27 09:58:05 -04:00
Beha 52b78a67f0 Add screenshot. 2018-09-27 09:25:17 -04:00
Beha fd374c37d2 Fix saving, add mod.conf. Closes #7. 2018-09-25 11:24:03 -04:00
Beha 4f389f287c
Merge pull request #5 from CloudyProton/patch-1
Do not show floor set label option to non-owners
2018-09-25 11:09:48 -04:00
CloudyProton 54ddb29a04
Do not show floor set label option to non-owners
Change elevator formspec to hide set label option of elevators which are protected from players who do not own them. This avoids confusing players. Unprotected elevators are properly unaffected and forms with culled label option are shrunk in height by 1.6 units respectively.
2018-05-21 10:27:40 -04:00
Beha fab6941d5e
Merge pull request #3 from CloudyProton/patch-1
Add missing default dependency craft recipes
2017-12-05 08:07:55 -05:00
CloudyProton 444d0dbfbe
Add missing default dependency craft recipes
Mod states it has no dependencies other than default, yet no recipes exist without technic/homedecor or farming redo. Tries to stay as true as possible to existing crafts.
2017-12-04 23:53:38 -05:00
Beha 88417f0d6f Update README.md 2017-06-07 19:47:01 -04:00
gpcf 83093a4160 Added recipe that uses hemp rope instead of chains (#2) 2017-06-07 19:45:41 -04:00
Beha f777f0b525 Failsafe check 2017-04-15 11:28:52 -04:00
Beha 3b9cee8d5d Add ABM labels. 2017-03-26 15:54:09 -04:00
Beha 395a64a5b4 Minor fixes. 2017-03-26 10:24:50 -04:00
Beha d04443bd67 Be sure not to skip nodes. 2017-03-25 22:57:49 -04:00
Beha 16312b1ce1 on_rightclick safety checks. 2017-03-25 22:53:20 -04:00
Beha 90a0a553d9 Short forms of set_properties. 2017-03-25 10:58:59 -04:00
Beha d20ebfcd03 Increase visual size of the player. 2017-03-25 10:03:24 -04:00
Beha 35b96637d4 Escape labels. 2017-03-23 14:05:48 -04:00
Beha 410ac0061e Fix box traveling. 2017-03-22 11:38:07 -04:00
Beha 8bbec598b7 Rename homedecor variable. 2017-03-22 09:20:54 -04:00
Beha df542c5a16 More cleanups, minor fixes. 2017-03-22 09:15:17 -04:00