Remove Sedna drive from creative menu and the crafting recipe as it is no longer necessary.

This commit is contained in:
JacksonAbney
2025-03-29 16:58:31 -08:00
parent 3d7caf58f1
commit 16f9c42a60
2 changed files with 0 additions and 15 deletions

View File

@@ -49,7 +49,6 @@ public final class ItemGroup {
output.accept(Items.HARD_DRIVE_MEDIUM.get());
output.accept(Items.HARD_DRIVE_LARGE.get());
output.accept(Items.HARD_DRIVE_EXTRA_LARGE.get());
output.accept(Items.HARD_DRIVE_CUSTOM.get());
output.accept(Items.CPU_TIER_1.get());
output.accept(Items.CPU_TIER_2.get());
output.accept(Items.CPU_TIER_3.get());

View File

@@ -1,14 +0,0 @@
{
"type": "oc2r:wrench",
"ingredients": [
{
"item": "oc2r:wrench"
},
{
"item": "oc2r:hard_drive_large"
}
],
"result": {
"item": "oc2r:hard_drive_custom"
}
}