nugget material fix, changelog (#1332)

This commit is contained in:
Pyritie 2025-07-14 21:34:23 +01:00 committed by GitHub
parent 8dd8d5b344
commit 9de6557326
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
9 changed files with 25 additions and 10 deletions

View file

@ -136,6 +136,9 @@ function generatePlatedBlockRecipe(event, material) {
let platedSlab = ChemicalHelper.get(TFGTagPrefix.slabPlated, material, 1);
let platedStair = ChemicalHelper.get(TFGTagPrefix.stairPlated, material, 1);
if (platedBlock == null)
return
let tfcMetalName = material.getName();
if (tfcMetalName == "iron")
tfcMetalName = "cast_iron";