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

Implemented redstone #739

Draft
wants to merge 94 commits into
base: master
Choose a base branch
from
Draft

Implemented redstone #739

wants to merge 94 commits into from

Commits on Jul 28, 2022

  1. Configuration menu
    Copy the full SHA
    5718d14 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a0f3b30 View commit details
    Browse the repository at this point in the history

Commits on Jul 29, 2022

  1. Configuration menu
    Copy the full SHA
    1885828 View commit details
    Browse the repository at this point in the history

Commits on Jul 30, 2022

  1. Configuration menu
    Copy the full SHA
    0261190 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9d95a78 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f0d95ec View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    ab2ac47 View commit details
    Browse the repository at this point in the history

Commits on Jan 16, 2023

  1. Merge branch 'master' into feature/redstone

    # Conflicts:
    #	main.go
    #	server/block/register.go
    JustTalDevelops committed Jan 16, 2023
    Configuration menu
    Copy the full SHA
    2858c6b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1aee785 View commit details
    Browse the repository at this point in the history

Commits on Jan 17, 2023

  1. block/redstone.go: Started implementation of non-locational redstone …

    …wires. (based off of RedstoneWireTurbo and MCHPRS)
    JustTalDevelops committed Jan 17, 2023
    Configuration menu
    Copy the full SHA
    9004e99 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    bfa7190 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    62c6840 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    d1f2c6a View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    e480b61 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    8357d63 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    5f33b8a View commit details
    Browse the repository at this point in the history

Commits on Jan 18, 2023

  1. Configuration menu
    Copy the full SHA
    849ecb0 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2d8f704 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    eb00f59 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    3bc6524 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    93a369b View commit details
    Browse the repository at this point in the history

Commits on Jan 19, 2023

  1. Configuration menu
    Copy the full SHA
    6a670c0 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0d2643f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    3bac09d View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    d1e18f2 View commit details
    Browse the repository at this point in the history
  5. block/redstone.go: Use the correct update order + pass correct face i…

    …nto updateDirectionalRedstone.
    JustTalDevelops committed Jan 19, 2023
    Configuration menu
    Copy the full SHA
    88ad785 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    89decae View commit details
    Browse the repository at this point in the history

Commits on Jan 20, 2023

  1. Configuration menu
    Copy the full SHA
    e85fc68 View commit details
    Browse the repository at this point in the history
  2. block: removed unused var

    DaPigGuy committed Jan 20, 2023
    Configuration menu
    Copy the full SHA
    f163f7a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b41f4d5 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    72c3562 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    eb8bdfa View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    c039fd2 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    44e1793 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    acaf073 View commit details
    Browse the repository at this point in the history

Commits on Jan 21, 2023

  1. Configuration menu
    Copy the full SHA
    d21b424 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6e443d0 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    7e2a060 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    770895c View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    b187fea View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    88d2d24 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    3686f0a View commit details
    Browse the repository at this point in the history

Commits on Jan 31, 2023

  1. block: uhhh pistons

    JustTalDevelops committed Jan 31, 2023
    Configuration menu
    Copy the full SHA
    c3eb15c View commit details
    Browse the repository at this point in the history

Commits on Feb 1, 2023

  1. Configuration menu
    Copy the full SHA
    08797ba View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    42dde29 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d6c3189 View commit details
    Browse the repository at this point in the history
  4. block/lever.go: fixes

    DaPigGuy committed Feb 1, 2023
    Configuration menu
    Copy the full SHA
    6721636 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    58c1480 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    0eba580 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    c555828 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    61a40ba View commit details
    Browse the repository at this point in the history

Commits on Feb 2, 2023

  1. Configuration menu
    Copy the full SHA
    f4f0f97 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    791dc22 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    7a7cd24 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    b29f602 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    6ce58b4 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    3b97acd View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    8dce816 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    152ddc0 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    3c2f65f View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    f81006f View commit details
    Browse the repository at this point in the history
  11. block/button.go: add sounds

    DaPigGuy committed Feb 2, 2023
    Configuration menu
    Copy the full SHA
    b6f1d0b View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    2dcfaec View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    d1d2a16 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    a0d764f View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    99433a5 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    517046d View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    87779b6 View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    47a32f6 View commit details
    Browse the repository at this point in the history
  19. block: Added slime.

    JustTalDevelops committed Feb 2, 2023
    Configuration menu
    Copy the full SHA
    4311b8e View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    ddff350 View commit details
    Browse the repository at this point in the history
  21. Configuration menu
    Copy the full SHA
    89e9cfb View commit details
    Browse the repository at this point in the history

Commits on Feb 3, 2023

  1. Configuration menu
    Copy the full SHA
    1d0043f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    feee4f0 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    5306c25 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    5991930 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    a960f80 View commit details
    Browse the repository at this point in the history
  6. world/world.go: Reverted scheduled update changes.

    (this caused too many issues than I anticipated!)
    JustTalDevelops committed Feb 3, 2023
    Configuration menu
    Copy the full SHA
    9dd470d View commit details
    Browse the repository at this point in the history

Commits on Feb 4, 2023

  1. Configuration menu
    Copy the full SHA
    9905a68 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4c08c32 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f6e1612 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    8c4c7c2 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    6eae8f7 View commit details
    Browse the repository at this point in the history
  6. block/jukebox.go: cleanup

    DaPigGuy authored Feb 4, 2023
    Configuration menu
    Copy the full SHA
    786d38c View commit details
    Browse the repository at this point in the history
  7. block/dropper.go: Revert changes.

    We can't use RemoveItem without it always removing the first instance which technically isn't vanilla behaviour.
    JustTalDevelops committed Feb 4, 2023
    Configuration menu
    Copy the full SHA
    0ad69b3 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    6d88883 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    2186d15 View commit details
    Browse the repository at this point in the history

Commits on Feb 5, 2023

  1. Configuration menu
    Copy the full SHA
    f373a25 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    95a1254 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    86b7414 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    37448db View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    a5274d9 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    05c4c09 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    a2ac369 View commit details
    Browse the repository at this point in the history