diff --git a/TODO.txt b/TODO.txt index 3546a48..8cb8321 100644 --- a/TODO.txt +++ b/TODO.txt @@ -4,8 +4,6 @@ deco No Armchairs deco No Copper pots deco No Copper plates deco No Lanterns -deco No Light plates - -> fix recipe (needs brass) BF ------------------------------------------------------------------------------------------------------- plants No? Tomatoes plants No? Turnips diff --git a/src/java/mmm/deco/DLightPlate.java b/src/java/mmm/deco/DLightPlate.java index e6d703c..60b159a 100644 --- a/src/java/mmm/deco/DLightPlate.java +++ b/src/java/mmm/deco/DLightPlate.java @@ -363,7 +363,7 @@ public class DLightPlate " I " , // "IGI" , // " I " , // - 'I' , MmmMaterials.ALLOY.BRONZE.INGOT , // XXX should be brass + 'I' , MmmMaterials.ALLOY.BRASS.INGOT , // 'G' , Blocks.GLOWSTONE ); } }