Join our email list to receive coupon codes, free freight offers, bundle discounts, and new product releases from RF Engine. We send only occasional emails, we never sell or share your information, and you can unsubscribe anytime.
v.trim()).filter(Boolean);
this.fitVerdict = theirs.some(pid => mine.includes(pid));
},
clearShoppingContext() {
/* ⚠ Delegate to the single shared clear in rf-shopping-bar.phtml.
This used to remove only 3 of the 5 rf_shopping_* keys and, worse,
never told the bar - so resetting the fit check here left the bar on
screen showing a machine the customer had just cleared. */
if (typeof window.rfClearShopping === "function") {
window.rfClearShopping();
} else {
try {
["rf_shopping_partlistid","rf_shopping_label","rf_shopping_make",
"rf_shopping_type","rf_shopping_lookup_type"]
.forEach(function (k) { localStorage.removeItem(k); });
} catch (e) { /* ignore */ }
}
this.shoppingPid = ""; this.shoppingLabel = ""; this.fitVerdict = null;
},
goToFitment() {
this.activeTab = "fitment";
this.$nextTick(() => document.getElementById("rf-tab-band").scrollIntoView({behavior: "smooth"}));
},
init() {
this.initShoppingContext();
this.initRecentlyViewed();
/* RF-CARTDBLCLICK-V1 - Back restores this page from bfcache with Alpine
state intact, so clear the lock or the button comes back dead. */
window.addEventListener("pageshow", () => { this.addingToCart = false; });
/* RF-SHOPBARV5 (21 Aug) - closing the sticky bar clears localStorage and
dispatches rf:shopping-changed, but this page only ever read the keys in
init(), so the fitment panel kept showing a verdict for a machine the
customer had just cleared. V3 fixed PDP to bar; this is the missing
bar to PDP half. `storage` covers another tab doing it.
NO APOSTROPHES IN HERE. This whole object literal sits inside a
SINGLE-QUOTED x-data attribute, so one apostrophe ends the attribute and
dumps the rest of the script onto the page as visible text. It was the
word bar-apostrophe-s that broke every product page on 22 Aug. */
window.addEventListener("rf:shopping-changed", () => this.initShoppingContext());
window.addEventListener("storage", (e) => {
if (!e.key || e.key.indexOf("rf_shopping_") === 0) { this.initShoppingContext(); }
});
},
initRecentlyViewed() {
const me = {"sku":"RP924126","name":"Case G148 ('55-'60, Cast Oil Pan with Ears) Inframe Engine Rebuild Kit","url":"https:\/\/dieselcranks.com\/case-g148-55-60-cast-oil-pan-with-ears-inframe-overhaul-engine-rebuild-kit.html","img":"https:\/\/dieselcranks.com\/media\/catalog\/product\/cache\/67ee89799642c567a71fc92f3699d937\/c\/a\/cas148kit_2.jpg","price":"$765.61"};
let list = [];
try { list = JSON.parse(localStorage.getItem("rf_recently_viewed") || "[]"); } catch (e) { list = []; }
if (!Array.isArray(list)) list = [];
this.recentItems = list.filter(it => it && it.sku && it.sku !== me.sku).slice(0, 12);
const next = [me, ...this.recentItems].slice(0, 12);
try { localStorage.setItem("rf_recently_viewed", JSON.stringify(next)); } catch (e) { /* ignore */ }
},
warrantyOpen: false,
warrantyNeedsToggle: false,
addingToCart: false,
qtyBump: false,
qtyFlash() {
this.qtyBump = false;
window.requestAnimationFrame(() => { this.qtyBump = true; });
window.setTimeout(() => { this.qtyBump = false; }, 300);
},
addToCart(buyNow) {
/* RF-CARTDBLCLICK-V1 - one click, one line item.
Layer 1: the button is :disabled while addingToCart is true.
Layer 2: this guard drops any second call that slips past it -
touch devices fire click twice, and Alpine can queue both.
We latch only AFTER validation passes; latching earlier would
dead-lock the button of any product with unchosen required
options (every engine kit has bearing-size dropdowns). */
if (this.addingToCart) return;
const form = document.getElementById("rf_product_addtocart_form");
if (!form) return;
if (typeof form.reportValidity === "function" && !form.reportValidity()) return;
if (buyNow) {
const bn = document.createElement("input");
bn.type = "hidden"; bn.name = "return_url";
bn.value = "https\u003A\u002F\u002Fdieselcranks.com\u002Fcheckout\u002F";
form.appendChild(bn);
}
form.querySelector("[name=qty]").value = this.qty;
this.addingToCart = true;
/* Safety net: if navigation never happens (offline, blocked, slow),
re-arm rather than leaving the customer with a dead button. */
window.setTimeout(() => { this.addingToCart = false; }, 10000);
/* RF-BUSYOVERLAY-V1 - this navigates, so the overlay covers the wait. */
if (window.rfBusy) { window.rfBusy(true); }
if (form.requestSubmit) { form.requestSubmit(); } else { form.submit(); }
}
}'>
Share this product
Image coming soon
Case G148 ('55-'60, Cast Oil Pan with Ears) Inframe Engine Rebuild Kit
Parts that meet or exceed OEM specifications. Guaranteed performance you can trust. Reliability built into every component.
A century of collective diesel knowledge and 10+ acres of engines and engine parts — we are more than just an online reseller or call center. We know heavy-duty diesel.
Same location and same phone number for the last 50 years. Same commitment to getting you the right parts at the right price.
RF Engine offers an expansive offering of new aftermarket, remanufactured, and used engines and engine parts all under one roof.
Details
Main bearings are not available for this particular engine kit.
Engine Rebuild Kit Includes:
Sleeves
Sleeve Sealing Rings
Pistons
Piston Pins & Retaining Clips
Piston Ring Sets
Connecting Rod Capscrews
Rod Bearing Set
Head Gasket Set
Oil Pan Gasket
Our aftermarket replacement parts are built to OEM-equivalent standards. They have been produced to meet or exceed original equipment specifications for material quality, dimensional tolerance, and field durability — the same rigors the factory part is designed to handle. The result is a component that installs like factory, performs like factory, and delivers long service life without the dealer price tag.
Fitment Guide
Tractors (3)
Case & Case-IH400B
Case & Case-IH410B
Case & Case-IH411B
Wheel Tractors (1)
Case & Case-IH420B
Engines (1)
Case & Case-IH G148 | Model Years 1955-1960, 2.25" Main Journal Diameter4-cyl • Gas/LPG
While every effort has been made to ensure the accuracy of the fitment information listed above, it is ultimately the responsibility of the installing mechanic to perform a side-by-side comparison of the replacement part with the original to verify proper fit before installation. RF Engine is not liable for labor or consequential damages resulting from incorrect application.
Warranty Information
Reliance Power Parts Warranty Policy
The Reliance Power Parts (RPP) warranty policy covers parts and labor necessary to repair a warrantable failure to the functional condition of the application that existed immediately prior to the failure, as detailed below. This warranty applies to direct customers of RPP only and is non-transferable.
Coverage Periods
New Internal Engine Parts (Ag/Industrial): 1 year from invoice date, unlimited miles/hours
Engine Overhaul Kits (Heavy-Duty On-Highway): 2 years from invoice date, unlimited miles/hours
New Engine Accessories: 1 year from invoice date, parts replacement only
Remanufactured Engine Accessories: 6 months from invoice date, parts replacement only
Remanufactured Engine & Drivetrain Parts: 6 months from invoice date, parts replacement only
Drivetrain Parts: 1 year from invoice date, parts replacement only
Complete Engines, New Long Blocks & New Short Blocks (Reliance Manufactured): 6 months from invoice date, parts replacement only
Remanufactured Long Blocks & Short Blocks (Reliance Manufactured): 90 days from invoice date, parts replacement only
Engine accessories include turbochargers, fuel injectors, hydraulic pumps, engine oil pumps, oil coolers, water pumps, and electrical components.
Manufacturer's Warranty Items
To serve a wider application base, RPP offers lower volume, rare application, and remanufactured parts from a variety of manufacturers. These parts will be noted on your invoice as subject to a "Manufacturer's Warranty" policy and are not covered under this policy. Engines, long blocks, medium blocks, and short blocks produced by any company other than Reliance are solely covered by the manufacturer's warranty. Contact your Reliance representative for details.
Parts & Labor Coverage
Parts: Covered at current customer pricing using new or remanufactured RPP approved parts
OEM/Outside Parts: When RPP parts are available, OEM parts will be credited at RPP pricing. Parts not available from RPP will be covered at billed rate with invoice required
Labor: Offered at RPP's discretion, not to exceed published flat-rate times and maximum regional wholesale hourly labor rate
Holiday/Overtime Rates: Not covered
What's Not Covered
This warranty does not cover failures resulting from:
Owner or operator abuse or neglect
Operation without adequate coolant, fuel, or lubricants
Over-fueling or over-speeding
Lack of maintenance of lubricating, coolant, or air intake systems
Improper storage, starting, warm-up, run-in, or shut-down practices
Coverage does not include:
Troubleshooting or diagnostic time
Towing, transport, or down-time
Rental fees or incidentals
Delivery charges, travel, meals, or lodging
Business losses, docking, or harbor charges
Responsibilities
Installer: Ensure parts are correct for the application and install according to OEM procedures, specifications, and accepted industry standards
Owner: Operate and maintain equipment as specified in OEM operation and maintenance manuals
How to File a Claim
RPP must be notified prior to the end of the warranty period
All warranty repairs must be authorized by RPP technical staff
Request a Warranty Claim Form for the return of parts
Return all claimed parts to the indicated location within 30 days of receiving a Return Merchandise Authorization
Include failed parts, completed Warranty Claim Form, and copies of related work orders or invoices
Ship parts freight pre-paid in a condition that makes examination possible
Parts received without a Warranty Claim Form will be returned freight collect
Important Notes
Professional Installation Required: We strongly recommend installation by a qualified technician to ensure proper break-in and operation
Keep Your Records: Retain your invoice and service records for warranty claims
Questions?: If you're unsure about coverage or need assistance, please contact us
The warranties set forth herein are the sole warranties made by RPP regarding its parts. RPP makes no other warranties, expressed or implied, of merchantability or fitness for a particular purpose.
Related products could not be loaded.
Check fit for this part
Select your make and model below to verify whether this part fits your application.
Fitment results are based on our application database. Always verify by side-by-side comparison before installation. Questions? Call 800-828-6943.
Recently Viewed
Our Best Price Promise
Found the same part somewhere else for less? Send us the link and we'll beat that price by 5%. We've been doing this since 1975, and we'd rather earn your business than lose it over a few dollars.