Skip to content

Commit

Permalink
Remove forced remap warn (#61)
Browse files Browse the repository at this point in the history
  • Loading branch information
Caedis authored Jul 6, 2024
1 parent b9b960f commit 41cf8c5
Showing 1 changed file with 0 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -98,9 +98,6 @@ public void onMissingMapping(FMLMissingMappingsEvent event) {
case "GalaxySpace:spaceelevatorcable":
mapping.remap(IGBlocks.SpaceElevatorCable);
break;
default:
mapping.warn();
break;
}
} else if (mapping.type == GameRegistry.Type.ITEM) {
switch (mapping.name) {
Expand All @@ -119,9 +116,6 @@ public void onMissingMapping(FMLMissingMappingsEvent event) {
case "GalaxySpace:item.MiningDrone":
mapping.remap(IGItems.MiningDrones);
break;
default:
mapping.warn();
break;
}
}
}
Expand Down

0 comments on commit 41cf8c5

Please sign in to comment.