Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Mineunit tests load mod #5

Open
wants to merge 65 commits into
base: master
Choose a base branch
from
Open

Mineunit tests load mod #5

wants to merge 65 commits into from

Commits on Nov 29, 2021

  1. change <world>/technic.conf:enable_wrench_crafting -> minetest.conf:w…

    …rench.enable_crafting
    nixnoxus committed Nov 29, 2021
    Configuration menu
    Copy the full SHA
    5605ed7 View commit details
    Browse the repository at this point in the history
  2. add bones support

    nixnoxus committed Nov 29, 2021
    Configuration menu
    Copy the full SHA
    8590d7b View commit details
    Browse the repository at this point in the history
  3. add connected_chests support

    nixnoxus committed Nov 29, 2021
    Configuration menu
    Copy the full SHA
    7ceec2a View commit details
    Browse the repository at this point in the history
  4. add xdecor support

    nixnoxus committed Nov 29, 2021
    Configuration menu
    Copy the full SHA
    c784eb9 View commit details
    Browse the repository at this point in the history
  5. add pipeworks support [WIP]

    nixnoxus committed Nov 29, 2021
    Configuration menu
    Copy the full SHA
    9e99f5d View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    b776d6e View commit details
    Browse the repository at this point in the history

Commits on Nov 30, 2021

  1. update luacheck

    nixnoxus committed Nov 30, 2021
    Configuration menu
    Copy the full SHA
    e67ce4d View commit details
    Browse the repository at this point in the history
  2. update README.md

    nixnoxus committed Nov 30, 2021
    Configuration menu
    Copy the full SHA
    803d391 View commit details
    Browse the repository at this point in the history

Commits on Dec 1, 2021

  1. Configuration menu
    Copy the full SHA
    f646673 View commit details
    Browse the repository at this point in the history
  2. Update README.md

    crafting only in combination with technic modpack #1
    nixnoxus authored Dec 1, 2021
    Configuration menu
    Copy the full SHA
    c0fb5e0 View commit details
    Browse the repository at this point in the history
  3. support node timers

    OgelGames committed Dec 1, 2021
    Configuration menu
    Copy the full SHA
    2581e19 View commit details
    Browse the repository at this point in the history
  4. adjust craft recipe

    OgelGames committed Dec 1, 2021
    Configuration menu
    Copy the full SHA
    93c3806 View commit details
    Browse the repository at this point in the history
  5. fixes

    OgelGames committed Dec 1, 2021
    Configuration menu
    Copy the full SHA
    45edd1b View commit details
    Browse the repository at this point in the history
  6. more_chests support

    OgelGames committed Dec 1, 2021
    Configuration menu
    Copy the full SHA
    ca83ab2 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    61b3b62 View commit details
    Browse the repository at this point in the history
  8. update README.md

    nixnoxus committed Dec 1, 2021
    Configuration menu
    Copy the full SHA
    468ac9c View commit details
    Browse the repository at this point in the history
  9. fix node timers

    nixnoxus committed Dec 1, 2021
    Configuration menu
    Copy the full SHA
    b4063a5 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    5453122 View commit details
    Browse the repository at this point in the history

Commits on Dec 2, 2021

  1. if timeout then

    nixnoxus committed Dec 2, 2021
    Configuration menu
    Copy the full SHA
    23af4f0 View commit details
    Browse the repository at this point in the history
  2. 3d_armor_stand support

    OgelGames committed Dec 2, 2021
    Configuration menu
    Copy the full SHA
    1fe5ea3 View commit details
    Browse the repository at this point in the history
  3. add missing optional deps

    OgelGames committed Dec 2, 2021
    Configuration menu
    Copy the full SHA
    8cf6a7a View commit details
    Browse the repository at this point in the history
  4. support node drop

    nixnoxus committed Dec 2, 2021
    Configuration menu
    Copy the full SHA
    56d39bb View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    6a4550b View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    d449bda View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    91f9a8a View commit details
    Browse the repository at this point in the history
  8. nodes/pipeworks.lua

    bugfix: call pipeworks.after_place() to connect (with) tubes correctly
    nixnoxus committed Dec 2, 2021
    Configuration menu
    Copy the full SHA
    166d073 View commit details
    Browse the repository at this point in the history
  9. update luacheck

    nixnoxus committed Dec 2, 2021
    Configuration menu
    Copy the full SHA
    f73a8da View commit details
    Browse the repository at this point in the history

Commits on Dec 3, 2021

  1. Configuration menu
    Copy the full SHA
    26aa3a3 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    42c6585 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    62f05cb View commit details
    Browse the repository at this point in the history
  4. little code fixes

    OgelGames committed Dec 3, 2021
    Configuration menu
    Copy the full SHA
    25a0965 View commit details
    Browse the repository at this point in the history
  5. biofuel refinery support

    OgelGames committed Dec 3, 2021
    Configuration menu
    Copy the full SHA
    5992fe1 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    b90694e View commit details
    Browse the repository at this point in the history
  7. add xdecor:hive support

    nixnoxus committed Dec 3, 2021
    Configuration menu
    Copy the full SHA
    538488f View commit details
    Browse the repository at this point in the history
  8. add bees:hive_wild support

    nixnoxus committed Dec 3, 2021
    Configuration menu
    Copy the full SHA
    179ac80 View commit details
    Browse the repository at this point in the history
  9. add vessels:shelf support

    nixnoxus committed Dec 3, 2021
    Configuration menu
    Copy the full SHA
    bfba1b8 View commit details
    Browse the repository at this point in the history
  10. add mesecons support (WIP)

    nixnoxus committed Dec 3, 2021
    Configuration menu
    Copy the full SHA
    aaf9777 View commit details
    Browse the repository at this point in the history
  11. fix mesecons disconnection

    nixnoxus committed Dec 3, 2021
    Configuration menu
    Copy the full SHA
    3cc3faf View commit details
    Browse the repository at this point in the history
  12. update luacheck

    nixnoxus committed Dec 3, 2021
    Configuration menu
    Copy the full SHA
    15a4729 View commit details
    Browse the repository at this point in the history
  13. add digilines support

    nixnoxus committed Dec 3, 2021
    Configuration menu
    Copy the full SHA
    836ab3f View commit details
    Browse the repository at this point in the history
  14. add mobs:spawner support

    nixnoxus committed Dec 3, 2021
    Configuration menu
    Copy the full SHA
    c4ba022 View commit details
    Browse the repository at this point in the history

Commits on Dec 4, 2021

  1. Configuration menu
    Copy the full SHA
    3878f16 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    fddfbe4 View commit details
    Browse the repository at this point in the history
  3. fix metas

    OgelGames committed Dec 4, 2021
    Configuration menu
    Copy the full SHA
    9e2e68d View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    b53d9ce View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    17644a7 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    7e5cfae View commit details
    Browse the repository at this point in the history
  7. fix typo

    nixnoxus committed Dec 4, 2021
    Configuration menu
    Copy the full SHA
    99851e3 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    3c1d8ba View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    e43ff07 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    b0947f8 View commit details
    Browse the repository at this point in the history

Commits on Dec 5, 2021

  1. Configuration menu
    Copy the full SHA
    de87e79 View commit details
    Browse the repository at this point in the history
  2. add compatibility for :

    fixes #3
    OgelGames committed Dec 5, 2021
    Configuration menu
    Copy the full SHA
    3021731 View commit details
    Browse the repository at this point in the history
  3. Revert "add compatibility for :"

    This reverts commit 3021731.
    OgelGames committed Dec 5, 2021
    Configuration menu
    Copy the full SHA
    820b8d5 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    3a267e6 View commit details
    Browse the repository at this point in the history
  5. fixes for lua nodes

    OgelGames committed Dec 5, 2021
    Configuration menu
    Copy the full SHA
    d253340 View commit details
    Browse the repository at this point in the history
  6. Update README.md

    nixnoxus authored Dec 5, 2021
    Configuration menu
    Copy the full SHA
    4dd385c View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    d662feb View commit details
    Browse the repository at this point in the history
  8. Update README.md

    nixnoxus authored Dec 5, 2021
    Configuration menu
    Copy the full SHA
    b2b48cc View commit details
    Browse the repository at this point in the history

Commits on Dec 6, 2021

  1. fix and update translations

    nixnoxus committed Dec 6, 2021
    Configuration menu
    Copy the full SHA
    f9da60c View commit details
    Browse the repository at this point in the history
  2. fix luacheck warning

    nixnoxus committed Dec 6, 2021
    Configuration menu
    Copy the full SHA
    f71f2a3 View commit details
    Browse the repository at this point in the history
  3. modname is always "wrench"

    OgelGames committed Dec 6, 2021
    Configuration menu
    Copy the full SHA
    c16ae41 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    472d316 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    cfcf490 View commit details
    Browse the repository at this point in the history
  6. Tests with drawers mod

    S-S-X committed Dec 6, 2021
    Configuration menu
    Copy the full SHA
    b105f31 View commit details
    Browse the repository at this point in the history