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
No known key found for this signature in database
GPG Key ID: B9E431FF07C98D06
3 changed files with 3 additions and 5 deletions

View File

@ -85,7 +85,7 @@ public static void blockTags(TagConsumer<Block> tags) {
tags.tag(ExternalModTags.Blocks.CREATE_BRITTLE).add(
ModRegistry.Blocks.CABLE.get(),
ModRegistry.Blocks.WIRELESS_MODEM_ADVANCED.get(),
ModRegistry.Blocks.WIRELESS_MODEM_NORMAL.get(),
ModRegistry.Blocks.WIRELESS_MODEM_ADVANCED.get()
);
}

View File

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

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"]}