1
0
mirror of https://github.com/SquidDev-CC/CC-Tweaked synced 2025-08-22 05:33:44 +00:00

Commit Graph

  • 03a8f83191
    Unify command computer permission checks Jonathan Coates 2024-06-22 17:48:08 +01:00
  • aef92c8ebc
    Remove pocket computer GUI Jonathan Coates 2024-06-22 17:35:13 +01:00
  • 571ea794a8
    Decouple CommandAPI from the command computer BE Jonathan Coates 2024-06-22 17:18:21 +01:00
  • 4b102f16b3
    Update to Minecraft 1.21 Jonathan Coates 2024-06-22 16:19:59 +01:00
  • e81af93043
    Move JEI to client folder Jonathan Coates 2024-06-22 13:23:03 +01:00
  • bb933d0100
    Merge branch 'mc-1.20.x' into mc-1.20.y mc-1.20.y Jonathan Coates 2024-06-21 08:36:18 +01:00
  • 25b8a65c5c
    Fix drive.getAudioTitle returning null for no disk Jonathan Coates 2024-06-21 07:54:18 +01:00
  • e4236824d7
    Revert "Changed Heart Character (-3 pixels)" Jonathan Coates 2024-06-20 19:03:17 +01:00
  • cfd11ffa92
    Support dark and light mode logos on the website Jonathan Coates 2024-06-20 18:31:28 +01:00
  • ce133a5e66
    Update Minecraft wiki link Jonathan Coates 2024-06-19 21:46:07 +01:00
  • 038fbc1ed1
    Merge pull request #1823 from Bluerella/mc-1.20.x Jonathan Coates 2024-06-19 21:41:55 +01:00
  • c582fb521c Translations for German Weblate 2024-06-19 14:52:37 +00:00
  • af21792844
    Publish docs via an artifact instead Jonathan Coates 2024-06-19 09:57:56 +01:00
  • 9fbb1070ef
    Remove redundant helper method from datagen Jonathan Coates 2024-06-14 22:12:16 +01:00
  • 1944995c33
    Update CCF links to my mirror Jonathan Coates 2024-06-11 20:27:06 +01:00
  • ac851a795b
    Fix command.getBlockInfos indexing expression Jonathan Coates 2024-06-06 20:04:32 +01:00
  • 334761788a Translations for Chinese (Simplified) Weblate 2024-06-05 18:24:44 +00:00
  • 5af3e15dd5
    Nicer lexer error for "!" Jonathan Coates 2024-05-28 20:16:32 +01:00
  • de078e3037
    Merge branch 'mc-1.20.x' into mc-1.20.y v1.20.6-1.111.0 Jonathan Coates 2024-05-28 18:46:19 +01:00
  • 209b1ddbf9
    Bump CC:T to 1.111.0 v1.20.1-1.111.0 Jonathan Coates 2024-05-28 18:19:13 +01:00
  • 0c9f9a8652
    Warn when Optifine is installed Jonathan Coates 2024-05-28 18:10:50 +01:00
  • 862d92785e
    Don't expose a menu provider for computers Jonathan Coates 2024-05-28 09:47:12 +01:00
  • d48b85d50c
    Add r+/w+ support to io library Jonathan Coates 2024-05-26 10:16:33 +01:00
  • 4d619de357
    Don't publish Gradle module metadata for common Jonathan Coates 2024-05-26 09:34:10 +01:00
  • 57c289f173
    Allow planks to be used for building in "adventure" Daniel Ratcliffe 2024-05-13 12:47:31 +01:00
  • f63f85921f
    Fix missing quotes in the settings example Jonathan Coates 2024-05-19 08:38:41 +01:00
  • c7e49d1929
    Use RecordItem.getDisplayName to get audio title Jonathan Coates 2024-05-09 22:54:03 +01:00
  • eb584aa94d
    Translate remaining item tags Jonathan Coates 2024-05-09 18:47:28 +01:00
  • ad70e2ad90
    Make printout recipes a little more flexible Jonathan Coates 2024-05-09 18:47:22 +01:00
  • d9b0cc7075
    Changed Heart Character (-3 pixels) Ella 2024-05-09 01:59:31 +05:30
  • 2c0d8263d3
    Update to MC 1.20.6 Jonathan Coates 2024-05-07 22:58:25 +01:00
  • 1e214f329e
    Build docs for all MC versions Jonathan Coates 2024-05-06 09:59:09 +01:00
  • de930c8d09
    Split up turtle textures (#1813) Jonathan Coates 2024-04-30 21:58:07 +01:00
  • 94c864759d
    Ignore enchantments/attributes on the original item Jonathan Coates 2024-04-29 21:02:14 +01:00
  • 735e7ce09b Translations for Italian Weblate 2024-04-29 19:00:14 +00:00
  • 2226df7224
    Small cleanup after testing v1.20.5-1.110.3 Jonathan Coates 2024-04-28 22:02:12 +01:00
  • 959bdaeb61
    Use a single upgrade type for modems Jonathan Coates 2024-04-28 20:38:30 +01:00
  • 06ac373e83
    Use components for upgrade adjectives Jonathan Coates 2024-04-28 20:07:15 +01:00
  • 0aca6a4dc9
    Remove several unused test files Jonathan Coates 2024-04-28 19:54:39 +01:00
  • bf203bb1f3
    Rewrite upgrades to use dynamic registries Jonathan Coates 2024-04-28 19:46:18 +01:00
  • 6e9799316a
    Update ErrorProne Jonathan Coates 2024-04-28 18:32:19 +01:00
  • cd9840d1c1
    Add workaround for inventory method test failure Jonathan Coates 2024-04-26 22:06:29 +01:00
  • b9a002586c
    Update turtle reach limits to 1.20.5 Jonathan Coates 2024-04-26 21:15:06 +01:00
  • a3b07909b0
    Replace some recipes with a more dynamic system Jonathan Coates 2024-04-26 19:45:09 +01:00
  • d7786ee4b9
    Merge branch 'mc-1.20.x' into mc-1.20.y Jonathan Coates 2024-04-26 18:38:15 +01:00
  • 4e90240922
    Bump CC:T to 1.110.3 v1.20.1-1.110.3 Jonathan Coates 2024-04-26 18:22:06 +01:00
  • 1a87d1bf45
    Move shared generated resources to common project Jonathan Coates 2024-04-26 17:59:24 +01:00
  • 188806e8b0
    Actually update NeoForge to 1.20.5 Jonathan Coates 2024-04-26 17:57:20 +01:00
  • 01407544c9
    Update to 1.20.5 (#1793) Jonathan Coates 2024-04-25 21:32:48 +01:00
  • bd2fd9d4c8
    Merge branch 'mc-1.20.x' into mc-1.20.y Jonathan Coates 2024-04-25 18:23:04 +01:00
  • 00e2e2bd2d
    Switch to vanilla's stillValid implementation Jonathan Coates 2024-04-25 18:21:23 +01:00
  • 7c1f40031b
    Some cleanup to network messages Jonathan Coates 2024-04-25 18:19:34 +01:00
  • 929debd382
    Don't build the webside on Windows/Mac Jonathan Coates 2024-04-24 21:49:49 +01:00
  • 4980b7355d
    Don't share CharsetDecoders across threads Jonathan Coates 2024-04-24 21:19:30 +01:00
  • 5c457950d8
    Merge branch 'mc-1.20.x' into mc-1.20.y Jonathan Coates 2024-04-24 20:30:59 +01:00
  • 925092add3
    Fix build on Windows Jonathan Coates 2024-04-24 17:55:48 +01:00
  • 550296edc5
    Fix typo in speaker docs Jonathan Coates 2024-04-21 09:45:02 +01:00
  • 0771c4891b
    Various Gradle tweaks Jonathan Coates 2024-04-19 10:07:59 +01:00
  • 776fa00b94
    Update to latest TeaVM Jonathan Coates 2024-04-17 21:57:11 +01:00
  • 03bb279206
    Move computer right click code to the block Jonathan Coates 2024-04-17 15:00:43 +01:00
  • fabd77132d Translations for Czech Weblate 2024-04-09 08:54:05 +00:00
  • 95be0a25bf
    Update Cobalt to 0.9.3 Jonathan Coates 2024-04-08 12:18:21 +01:00
  • 75f3ecce18
    Render printout pages further forward in the UI Jonathan Coates 2024-04-08 12:07:53 +01:00
  • 688fdc40a6
    Don't render background in the off-hand pocket UI Jonathan Coates 2024-04-08 12:02:25 +01:00
  • 22bd5309ba
    Merge branch 'mc-1.20.x' into mc-1.20.y v1.20.4-1.110.2 Jonathan Coates 2024-04-07 21:56:22 +01:00
  • ad49325376
    Bump CC:T to 1.110.2 v1.20.1-1.110.2 Jonathan Coates 2024-04-07 21:20:56 +01:00
  • 825d45eb26
    Fix NPE when rendering turtle's label Jonathan Coates 2024-04-06 08:44:03 +01:00
  • 8b2516abb5
    Update to latest NullAway Jonathan Coates 2024-04-06 08:38:44 +01:00
  • bce099ef32
    Allow mounting folders in the standalone emulator Jonathan Coates 2024-04-03 21:27:18 +01:00
  • 6d14ce625f
    Use the correct modem in create:brittle Jonathan Coates 2024-04-03 09:29:31 +01:00
  • c8eadf4011
    Register CC's modems as brittle Jonathan Coates 2024-04-03 08:44:30 +01:00
  • 0c1ab780bb
    Validate arguments in the vector API Jonathan Coates 2024-04-01 22:21:18 +01:00
  • 0f623c2cca
    Move can-place modem logic to one place Jonathan Coates 2024-04-01 13:55:44 +01:00
  • b9ba2534a4
    speaker sound command (#1747) Matthew Wilbern 2024-03-29 04:24:11 -06:00
  • c764981a40
    Merge pull request #1761 from cc-tweaked/feature/no-play-record Jonathan Coates 2024-03-29 07:55:31 +00:00
  • 6363164f2b
    Fix creating a zero-sized pocket terminal Jonathan Coates 2024-03-26 21:54:48 +00:00
  • 63580b4acb
    Fallback to the current side when getting fluid cap Jonathan Coates 2024-03-26 21:40:44 +00:00
  • 9af1aa1ecf
    Fallback to the current side when getting item cap Jonathan Coates 2024-03-25 08:59:08 +00:00
  • ad0f551204
    Merge pull request #1763 from cyberbit/patch-1 Jonathan Coates 2024-03-24 15:18:44 +00:00
  • 0d3e00cc41
    Small cleanup to OS API docs Jonathan Coates 2024-03-24 15:12:23 +00:00
  • 836d6b939e
    Fix cc.image.nft.draw signature cyberbit 2024-03-24 09:54:01 -05:00
  • 0e5248e5e6
    Prevent playing music discs with speaker.playSound Jonathan Coates 2024-03-24 12:53:57 +00:00
  • e154b0db2a
    Fix speaker.playSound overwriting current sound Jonathan Coates 2024-03-24 12:20:53 +00:00
  • ae767eb5be
    Improve error when no path is passed to "speaker" Jonathan Coates 2024-03-24 11:10:36 +00:00
  • c50d56d9fa
    Remove canClickRunClientCommand Jonathan Coates 2024-03-23 15:36:13 +00:00
  • 777aa34bb0
    Bump CC:T to 1.110.1 v1.20.1-1.110.1 Jonathan Coates 2024-03-23 11:09:42 +00:00
  • 286f969f94
    Remove computers from both lookups when they timeout Jonathan Coates 2024-03-23 10:58:46 +00:00
  • 7b9a156abc
    Register our block entities with DFU v1.20.4-1.110.0 Jonathan Coates 2024-03-22 21:47:11 +00:00
  • 0a9e5c78f3
    Remove some deprecated code Jonathan Coates 2024-03-22 21:36:52 +00:00
  • da5885ef35
    Merge branch 'mc-1.20.x' into mc-1.20.y Jonathan Coates 2024-03-22 21:23:49 +00:00
  • 57c72711bb
    Use a platform method to register item properties Jonathan Coates 2024-03-22 20:19:32 +00:00
  • cbafbca86b
    Invalidate wired element when cable is added/removed Jonathan Coates 2024-03-22 20:06:53 +00:00
  • c9caffb10f
    Bump CC:T to 1.110.0 v1.20.1-1.110.0 Jonathan Coates 2024-03-21 21:57:05 +00:00
  • 4675583e1c
    STOP DOING MIXINS (on Forge) Jonathan Coates 2024-03-21 21:45:17 +00:00
  • afe16cc593
    Clean up turtle inventory reading Jonathan Coates 2024-03-21 21:21:31 +00:00
  • 0abd107348
    Load services with the service's classloader Jonathan Coates 2024-03-21 20:50:31 +00:00
  • cef4b4906b
    Bump Cobalt for tostring yield fix Jonathan Coates 2024-03-21 19:54:29 +00:00
  • 04900dc82f
    Skip main-thread tasks if peripheral is detached Jonathan Coates 2024-03-21 19:38:01 +00:00
  • 9b63cc81b1
    Custom equality for Fabric's storage types Jonathan Coates 2024-03-21 19:47:41 +00:00
  • 9eead7a0ec
    Use shell.resolve in speaker.lua Jonathan Coates 2024-03-20 10:44:48 +00:00