Fixed light plate recipe
This commit is contained in:
parent
f1aad77261
commit
64ae8edb64
2 changed files with 1 additions and 3 deletions
2
TODO.txt
2
TODO.txt
|
@ -4,8 +4,6 @@ deco No Armchairs
|
||||||
deco No Copper pots
|
deco No Copper pots
|
||||||
deco No Copper plates
|
deco No Copper plates
|
||||||
deco No Lanterns
|
deco No Lanterns
|
||||||
deco No Light plates
|
|
||||||
-> fix recipe (needs brass) BF
|
|
||||||
-------------------------------------------------------------------------------------------------------
|
-------------------------------------------------------------------------------------------------------
|
||||||
plants No? Tomatoes
|
plants No? Tomatoes
|
||||||
plants No? Turnips
|
plants No? Turnips
|
||||||
|
|
|
@ -363,7 +363,7 @@ public class DLightPlate
|
||||||
" I " , //
|
" I " , //
|
||||||
"IGI" , //
|
"IGI" , //
|
||||||
" I " , //
|
" I " , //
|
||||||
'I' , MmmMaterials.ALLOY.BRONZE.INGOT , // XXX should be brass
|
'I' , MmmMaterials.ALLOY.BRASS.INGOT , //
|
||||||
'G' , Blocks.GLOWSTONE );
|
'G' , Blocks.GLOWSTONE );
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Reference in a new issue