1
0
mirror of https://github.com/SquidDev-CC/CC-Tweaked synced 2025-06-03 07:04:11 +00:00
Jonathan Coates f212861370
Mark command computers as onlyOpCanSetNbt
This isn't required in vanilla, as the command computer is a
GameMasterBlock, and so isn't placeable in the first place.

*However*, this is a problem with Create contraptions — with those it's
possible to "place" a command computer complete with NBT. We override
onlyOpCanSetNbt to prevent this [^1].

[^1]: 7a7993deb8/src/main/java/com/simibubi/create/foundation/utility/NBTProcessors.java (L179)
2025-01-21 20:41:55 +00:00
..
2025-01-09 20:47:51 +00:00
2025-01-09 20:47:51 +00:00
2025-01-14 21:26:31 +00:00
2025-01-09 20:47:51 +00:00
2025-01-14 08:48:48 +00:00
2023-10-28 17:58:11 +01:00