Skip to content

Commit

Permalink
removed conduit subtype (#179)
Browse files Browse the repository at this point in the history
  • Loading branch information
Nockyx authored Nov 12, 2024
1 parent b15d357 commit d01de95
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,7 @@ public class ItemMEConduit extends AbstractItemConduit {

private static ItemConduitSubtype[] subtypes = new ItemConduitSubtype[] {
new ItemConduitSubtype(ModObject.itemMEConduit.name(), "enderio:itemMeConduit"),
new ItemConduitSubtype(ModObject.itemMEConduit.name() + "Dense", "enderio:itemMeConduitDense"),
new ItemConduitSubtype(ModObject.itemMEConduit.name() + "DenseUltra", "enderio:itemMeConduitDenseUltra") };
new ItemConduitSubtype(ModObject.itemMEConduit.name() + "Dense", "enderio:itemMeConduitDense") };

public static ItemMEConduit create() {
ItemMEConduit result = new ItemMEConduit();
Expand Down

0 comments on commit d01de95

Please sign in to comment.