1
0
mirror of https://github.com/SquidDev-CC/CC-Tweaked synced 2025-12-01 11:58:06 +00:00

Move computer right click code to the block

Rather than handling right clicks within the block entity code, we now
handle it within the block. Turtles now handle the nametagging
behaviour themselves, rather than overriding canNameWithTag.
This commit is contained in:
Jonathan Coates
2024-04-17 15:00:43 +01:00
parent fabd77132d
commit 03bb279206
6 changed files with 41 additions and 46 deletions

View File

@@ -59,7 +59,7 @@ checkstyle = "10.14.1"
curseForgeGradle = "1.0.14"
errorProne-core = "2.23.0"
errorProne-plugin = "3.1.0"
fabric-loom = "1.5.7"
fabric-loom = "1.6.7"
forgeGradle = "6.0.20"
githubRelease = "2.5.2"
gradleVersions = "0.50.0"