1
0
mirror of https://github.com/SquidDev-CC/CC-Tweaked synced 2025-11-04 07:32:59 +00:00

Use the correct modem in create:brittle

I tested this in-game, I swear! Just, typically, only with ender and
wired modems.
This commit is contained in:
Jonathan Coates
2024-04-03 09:29:31 +01:00
parent c8eadf4011
commit 6d14ce625f
3 changed files with 3 additions and 5 deletions

View File

@@ -1,3 +1 @@
{
"values": ["computercraft:cable", "computercraft:wireless_modem_advanced", "computercraft:wireless_modem_advanced"]
}
{"values": ["computercraft:cable", "computercraft:wireless_modem_normal", "computercraft:wireless_modem_advanced"]}